LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set no active controls on a panel?

I have a need to have a panel with no active controls on it (no start-up tab-order, nothing active at all).
 
It seems there is no way to do this, other than, perhaps, have a dummy control on the panel and make that one active (and hidden?).
 
I know, it seems like a dumb question, but I was wondering how that could be done.
 
JB
--
To whom it may concern: My alias is also my nickname, I've had it since I was a (very) skinny basketball-playing teen. OK, so I've got a 38 inch waist now, but my hometown friends haven't shaken that appellation for me. I trust that you will someday be OK with that alias, as I have been with that nickname.
0 Kudos
Message 1 of 2
(2,863 Views)
Hi JB.

You could use:
SetInputMode (hPanel, -1, 0);

This will disable all controls on the panel.

Regards,
Colin.
0 Kudos
Message 2 of 2
(2,853 Views)