Jump to content

pete m

Members
  • Posts

    7
  • Joined

  • Last visited

pete m's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Ah yes... Sorry for the noise...
  2. Hi All I can't make combo boxes work on my system - w2k pro w/all updates & ai3.1.1 or ai3.1.1.91 I've tried many diff variations, e.g.: #include <GUIConstants.au3> ;Generated with Form Designer preview $Form1 = GUICreate("AForm1", 272, 358, 192, 125) $Button1 = GUICtrlCreateButton("AButton1", 32, 24, 75, 25) $Combo1 = GUICtrlCreateCombo("", 32, 80, 145, 21) GUICtrlSetData(-1, "zero|one|two|three","one") GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;;;;;; EndSelect WEnd Exit shows the button, the combo box with "one" in it. when I click on the pull down, nothing pulls down. the "one" highlights, and a thin line appears under the box as though only a pixel high box is pulling down. Any one have ideas?
  3. Heh... Missed GUISetCursor somehow. Thanks for your guidance.
  4. Hi All, I've been searching help & the forum about how to set the cursor shape to hourglass/busy. I need to inform my users to wait. All I found in my search was how to tell what shape it is. Thanks
  5. Thanks! Agree it should be default. Discovered that checking WS_SIZEBOX enables resizing so there is a work around.
  6. Hello, Just discovered AutoIt and KODA(for which much thanks)! I've found what may be a peculiarity in KODA Stable & Beta (probably due to my own combination of h/w & s/w) The initial form (AForm1) that is created on program startup is resizable but new forms can not be resized by grabbing with the cursor at the corners/edges. Changing the width and height does work however. I am running Windows 2k Professional w/all updates
×
×
  • Create New...