09-21-2011 11:59 AM
The "Image Display" indicator from the "Vision" palette has a right-click (context) menu option of "Zoom to Fit".
Is there any way to capture the selection/execution of this action with an event structure?
09-23-2011 01:43 PM
I don't believe there is a way to do this with an event structure. However, there is an image window property node for the zoom to fit option. You can wire the output boolean into the input of a case structure and execute a different set of code depending on whether or not the zoom to fit option is selected. This should give you the same functionality as an event structure. Please let me know if you have any further questions.
09-23-2011 02:00 PM
After much experimenting I came to the same regrettable conclusion.
Yes I know about the zoom-to-fit property but since I wanted something that would fire an event so that I could then go take a look at the zoom % and do this without polling any properties, this won't quite do it for me. Perhaps in a later version of LabVIEW it will be supported.
Thanks for the confirmation!