Valuater Posted December 13, 2006 Posted December 13, 2006 since 3.2.1.14 (9th December, 2006) (Beta) ... or i just noticed if i set the GUI's font size, the list will not display anymore this is from Autoit 1-2-3 ( stripped down ) and has "always" worked before #include <GuiConstants.au3> $win = GUICreate("File List/View Demo", 414, 370) GUISetFont(9, 400, -1, "MS Sans Serif") ; PROBLEM IS HERE********** $TutorItList = GUICtrlCreateList("", 10, 10, 150, 330) GUICtrlSetState($TutorItList, $GUI_FOCUS) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE Exit EndSelect WEnd ???? 8)
GaryFrost Posted December 13, 2006 Posted December 13, 2006 same with 3.2.1.13 3.2.0.1 works SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Valuater Posted December 13, 2006 Author Posted December 13, 2006 (edited) same with 3.2.1.133.2.0.1 worksthanks for testing this Gary...Should this be a Bug Report???8) Edited December 13, 2006 by Valuater
GaryFrost Posted December 13, 2006 Posted December 13, 2006 thanks for testing this Gary...Should this be a Bug Report???8)That would be my guess. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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