I have a panel that uses the command "SetPanelAttribute (About_Panel, ATTR_FLOATING, VAL_FLOAT_ALWAYS);".
This keeps the panel (window) on top... however, tool tips:
SetCtrlToolTipAttribute (MainPanel, PANEL_ITA_USB, CTRL_TOOLTIP_ATTR_TEXT, "Yada, yada, yada \n");
will float UNDER the top window.. not an ideal scenario.
I've searched posts, etc.. any way to override this situation??
Thanks in advance.
Gromit