Huxley Posted July 5, 2007 Report Share Posted July 5, 2007 Depending on the testing enviroment I want the operator to be able to chose where collected data is stored on a PC hard drive. In the existing logic that I need to modify the file is saved to one .txt file. I'd like to change this to 4-5 that the operator can chose from via a pull-down menu. Any ideas? Quote Link to comment
Yair Posted July 6, 2007 Report Share Posted July 6, 2007 As part of the dialog for selecting the test type add a path control and configure it (right click) so that the user selects a folder or a file, depending on what you need. If you need it to be preselected values, use a ring or a combo box and prepopulate it using a property node. If the path is long, I would advise shortening it for the display. If this didn't help you, I suggest you provide more details about what you want. Quote Link to comment
Huxley Posted July 6, 2007 Author Report Share Posted July 6, 2007 QUOTE(yen @ Jul 5 2007, 01:41 PM) As part of the dialog for selecting the test type add a path control and configure it (right click) so that the user selects a folder or a file, depending on what you need.If you need it to be preselected values, use a ring or a combo box and prepopulate it using a property node. If the path is long, I would advise shortening it for the display. If this didn't help you, I suggest you provide more details about what you want. Thank you, I'll give it a shot. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.