03-07-2006 11:13 AM
03-07-2006 11:18 AM
Hello,
You can adjust the panel's attribute:
SetPanelAttribute (panel, ATTR_FLOATING, VAL_FLOAT_ALWAYS);
This will make your panel float over all other panels and other applications. If you only want your panel to float when your application is the active application, set the attribute value to VAL_FLOAT_APP_ACTIVE. The default value for this parameter is VAL_FLOAT_NEVER.
You can also set this panel in the User Interface Editor. Just double-click your panel, hit the 'Other Attributes...' button and adjust the 'Floating Style'.
Hop this helps,
Wim
03-07-2006 11:24 AM