Wb-FreeKill 0 Posted March 3, 2005 I tried to give my gui a pic that filles the whole gui, but now i cant push the buttons and other controls, can i make it, so it will be "behind" the controls? Share this post Link to post Share on other sites
SlimShady 1 Posted March 3, 2005 Try the $GUI_DISABLE state. GUICtrlSetState($pic, $GUI_DISABLE) Share this post Link to post Share on other sites
Wb-FreeKill 0 Posted March 3, 2005 Try the $GUI_DISABLE state.GUICtrlSetState($pic, $GUI_DISABLE)<{POST_SNAPBACK}>Fantastic, BUT... in that gui, i have a treeview, and when browsing trough that,the new controls a like flashing until they disapear by the GUI_HIDE. That aint looking good Like it updates alot slower, a bug or what? Share this post Link to post Share on other sites
Lazycat 13 Posted March 3, 2005 I don't see you code, but it sounds like too frequently control updating (in each iteration). Look into your loop for such situation and if it exists - eliminate it. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Share this post Link to post Share on other sites