02-14-2008 05:04 AM
Solved! Go to Solution.
02-14-2008 05:46 AM - edited 02-14-2008 05:48 AM
07-28-2009 02:50 PM
Hi,
as far as I understand, the above response does not answer Bojan's (and my) question. The problem is, if working with labview the right mouse click is needed essentially since it makes this small menu pop up on the screen giving additional options. If working from a remote pc via tightVNC, this menu does not pop up on right mouse clicks (it is not visible on the remote screen). Is there any way to get this pop up menu any other way? Or does anyone know a solution for this (suposably) tightVNC bug?
Thanks a lot, Mike
07-28-2009 03:18 PM
You could try downloading a virtual mouse software, or even write it yourself in LabVIEW by making calls into the windows API to simulate a mouse click whenever you press a button.
It would be annoying having to go for it every time you want a right click, though. You could probably work around that by using the input VIs to monitor the keyboard and use one of the keys (like scroll lock or F12) to trigger right mouse button clicks.
07-29-2009 03:01 AM
Dear mbatel,
Actually I found a solution for my problem: I used RealVNC instead of TightVNC. With RealVNC everything works fine in LabView (right click).
RealVNC is also freee (only free edition of course), but as far as I remember offers no support for direct file transfer between host-server, while TightVNC does.
If you have TightVNC server installed and running you can use RealVNC viewer to access that computer and the right click works OK. No need to change server software.
regards,
Bojan
07-29-2009 04:22 AM
Hi Bojan,
Your reply is really informative, in terms of VNC.
If it works well, please mark your last reply as the solution. It ll be useful for others in the future.
07-29-2009 04:42 AM
Hi Bojan, thanks a lot! I will try this and post if it worked for me (might take a day or two).
Regards, Michael
07-29-2009 04:50 AM
If you need to continue to use TightVNC for some other reason (such as file transfer), here is something else that might work. Go to the "View" menu and select "Tools Palette". In the Tools palette select the tool that looks like a small pop-up menu, called "Object Shortcut Menu". Now you can use a left-click to bring up the context menu. Hit <tab> or click the top-most button in the tools palette to restore the normal, auto-tool-select mode.
Hope this helps.
Best Regards,
-- J.
07-29-2009 05:04 AM
Hi Jeff,
thanks for the idea, the solution does not work though, it is the same problem as discribed. If operated from the remote machine, the menu pops up on the server screen but is invisible on the remote screen. I'll try Bojans solution tonight.
Mike