04-28-2010 09:39 AM
Solved! Go to Solution.
04-28-2010 09:45 AM
04-28-2010 10:24 AM
Thank you very much!But I want the VI to work like this:When I click the "save" button,it can open a menu to decide where to save,when I click the "open"button, I will see a menu that I can choose a picture to open.Could you do that?
thanks!
04-28-2010 08:16 PM - edited 04-28-2010 08:17 PM
You can use an event structure to detect the "save button" press.
Then a file dialog to select the location to save the image.
Then just modify the code above to do what you want it to do.
Similar thing for the open button.
04-28-2010 10:56 PM
T-shirt wrote:Thank you very much!But I want the VI to work like this:When I click the "save" button,it can open a menu to decide where to save,when I click the "open"button, I will see a menu that I can choose a picture to open.Could you do that?
thanks!
Which image do you want to save? Acquired from the camera? if so you can put the grab/acquire in a while loop and use the stop button as the trigger to save the image. For a pop to open as hornless rhino as suggested there is a ready made file dialog that you can use instead of hard wiring the file path shown above..
04-29-2010 09:20 AM
04-29-2010
09:32 AM
- last edited on
04-16-2025
03:59 PM
by
Content Cleaner
Glad you have it solved. Have a look at this manual too.
04-29-2010 09:41 AM