07-27-2016 02:52 AM
Hello to all.
First of all thanks a lot for reading this post and being able to help.
I would like to catch a doble click event on a Display Image.
The poblem is that I do not want to catch it if user has clicked on "Image Area" of Display Image, I want to catch it only if user has clicked on the edge of Display Image . Is there any way of knowing where in the Display Image has been clicked the user?
Thanks a lot!!
Solved! Go to Solution.
07-27-2016 03:59 AM
First of all understand how forum works.
-You should make your question solved and mark solution once solved.
http://forums.ni.com/t5/LabVIEW/Double-click-mouse-event-to-change-display-size/m-p/3325556#M975216
-You should provide code or snippet what you tried and didn't work.http://www.ni.com/tutorial/9330/en/
07-27-2016 04:31 AM
ok sorry.
Any help?
07-27-2016 04:59 AM - edited 07-27-2016 05:00 AM
You have to be creative to make things work..!
For double click event I know you got the solution and for image border doublke click ..you can put a transparent 'Flat Box in Decoration' to disable region for click..!
Make sure to attach your efforts next time.!
07-27-2016 05:06 AM
Thanks a lot for replying.
I think it does not work for me because I need to do zoom in image area so if I put a transparent Flat Box in image area I won't be able to do zoom...
07-27-2016 05:21 AM
In the event, you can get the coordinates of mouse click and if it is not inside your image area you can catch it.
07-27-2016 05:22 AM
Thanks a lot, it can work!