04-15-2009 09:16 AM - edited 04-15-2009 09:17 AM
How can I find out which button (especially cancel button) user had pressed?
Thanks for helping!
Have a very pleasant day!
04-15-2009 09:30 AM
04-15-2009 09:33 AM
The LabVIEW "file dialog" function in the advanced pallette also provides this information, but you'll have to create your own button to accomplish this.
Maybe a product suggestion to expose this information in the event structure is in order.
04-15-2009 09:40 AM
andre.buurman@carya wrote:The LabVIEW "file dialog" function
Oh yeah.... that Express (Saverio says this with indignation spewing from his lips) VI.
04-16-2009 03:53 AM
04-16-2009 03:55 AM
04-16-2009 04:00 AM - edited 04-16-2009 04:01 AM
If you're using the "value change" event on the path control, the event will fire only if the user clicks the OK button (or double-clicks a file). It fires even if the path does not change if the user clicks OK.
The event does NOT fire if the user clicks Cancel.
04-16-2009 04:01 AM
04-16-2009 04:04 AM
He's a member of the club "I don't like express VIs". So am I
04-16-2009 04:22 AM