Jump to content

Label Isn't Showing?


Recommended Posts

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 by Manadar
Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...