Timeline
Jan 13, 2025:
- 5:39 AM Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) updated by
- After a Control is hidden, I’ve been able to get it to raised to the highest the z-order using this code: GUICtrlSetState($LABEL1,BitOR( $GUI_ONTOP,$GUI_SHOW)) I finally found the answer after three years. There are other controls that have this similar situation where you need to BitOR two different states. I think BitOR($GUI_ENABLED,$GUI_CHECKED), I don’t remember exactly.
Note:
See TracTimeline
for information about the timeline view.
