Jump to content

Set font and list will not show in GUI


Valuater
 Share

Recommended Posts

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)

NEWHeader1.png

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