Why i cant get this function to work from another GUI ? Both GUI's created in 1 script. 1st GUI Case for $Button will start and draw picture no problem. But when i try to do it from another GUI "which is wrapped in Func name() outside of main While 1 main GUI loop" picture wont draw on main GUI. All information does get transfered from secondary GUI to main GUI, but picture just wont draw. It will be erased, but not drawn. GUICtrlDelete ($Image) ;delete any previous images works fine a