jvanegmond Posted May 12, 2006 Posted May 12, 2006 (edited) I can't see the label, GUISetState() is on line 3 on purpose (this is stripped from my big code) GUICreate("test", @DesktopWidth - 100, @DesktopHeight - 100) $tab = GUICtrlCreateTab(10,10, @DesktopWidth - 120,@DesktopHeight - 120) GUISetState() $tab1 = GUICtrlCreateTabitem ( "text" ) GUICtrlCreateLabel ("label0", 30,80,50,20) Sleep(3000) Edited May 12, 2006 by Manadar github.com/jvanegmond
Developers Jos Posted May 12, 2006 Developers Posted May 12, 2006 GUICreate("test", @DesktopWidth - 100, @DesktopHeight - 100) $tab = GUICtrlCreateTab(10,10, @DesktopWidth - 120,@DesktopHeight - 120) GUISetState() $tab1 = GUICtrlCreateTabitem ( "text" ) GUICtrlCreateLabel ("label0", 30,80,50,20) GUICtrlCreateTabitem ( "" ) Sleep(3000) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
jvanegmond Posted May 12, 2006 Author Posted May 12, 2006 Thanks, i didn't thought it was a requirement. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now