LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

floating panel

Hello

I wan't to know what is a floating panel.

(The only thing I found about it in the LW/CVI help for this was:
Panel attribute: ATTR_FLOATING
Specifies wheter the panel's window floats above all non-floating windows.)

Thanks in advance.
Rac
0 Kudos
Message 1 of 4
(3,631 Views)
A floating panel is a panel that is always on top of other panel on screen (i.e. it is fully visible) even when it is not active.

As an example in windows, the task manager window can be set to be "always on top" and so it covers other windows and remains visible even when I am working on another application and window.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 4
(3,621 Views)
As an addendum to Roberto's reply.

You can set the floating panel to always be on top of other windows (no matter if your application is active or not) by using the VAL_FLOAT_ALWAYS value with the ATTR_FLOATING attribute. You can also set the floating panel to only be on top of other panels within it's own application by using the VAL_FLOAT_APP_ACTIVE value with the ATTR_FLOATING attribute (once you switch to another application the floating panel will not be in front of it using the VAL_FLOAT_APP_ACTIVE value).
Message 3 of 4
(3,617 Views)
Thanks all,

know I get it!
0 Kudos
Message 4 of 4
(3,613 Views)