Jump to content

Option to save to multiple file.


Recommended Posts

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?

Link to comment

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.

Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.