LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Operate cursor while not on control?

Hi All,

 

I have an app that just went thru it's first round of user review.   One of the comments was how the mouse cursor is always the "hand" (LabVIEW operate) even when the mouse is not hovering over a control.  This nonstandard windows behavior is confusing some of my users.  Is there a way to make the mouse cursor default to the standard arrow unless it is hovering over a control to operate or type text in to?

 

Thanks in advance for any info.

Greg Cole
“It is not the ship so much as the skillful sailing that ensures the prosperous voyage.”
0 Kudos
Message 1 of 3
(2,466 Views)
there is a cursor pallette under the dialog and user interfaces pallette on the block diagram
 you can use a custom cursor from a file that only contains the pointer
Message Edited by James R on 12-17-2008 10:55 AM
- James

Using LV 2012 on Windows 7 64 bit
0 Kudos
Message 2 of 3
(2,457 Views)

Thanks James,

 

I should have clarified more.  I use the cursor palette and set the cursor to type 1 (windows default) as the first vi executed in the block diagram.  This works on a simple dialog I have for a splash screen with only three buttons, but in the main VI it is still reverting back to the "operate" cursor over the entire front panel.  Even in the space between controls.

 

An interesting note, in the simple dialog  where it does work, it remains the windows default regardless if I hover on a control or not.  In this case any one of the three buttons on the front panel of the VI.

 

Aha!  Just blabbing about it here made me think of something.  I use set and unset busy when I am loading a file.  Apparently unset busy reverts back to the default cursor undoing my initial set to the windows default.  Previous "interesting" note still withstanding I'm good to go!  I can use on hover events if I want to change the cursor while over a control.

 

Sometimes you just need to talk it thru with another LabVIEW user...

 

Cheers,

Greg Cole
“It is not the ship so much as the skillful sailing that ensures the prosperous voyage.”
0 Kudos
Message 3 of 3
(2,441 Views)