Jump to content

Autoit-gui Clock On Combo


jpm
 Share

Recommended Posts

Does somebody understand why selecting an item in a combo list does not Notify

That's working for listbox but not for combobox.

GUICreate("My GUI"); will create a dialog box that when displayed is centered

$ref=GUISetControl("combo", "", 10,10)
GuiSetControlData(-1,"Trids|CyberSlug|Larry|*Jon|Tylo"); default Jon
GuiSetControlNotify()
GuiSetControl("button", "OK",10, 50)
    While GuiMsg () > 0      ; will display a dialog box with 2 buttons
    MsgBox(0,"", "the clicking button has been clicked",2)
$n=GuiSetControlData(-1,"|David|*Kotschi|JP")
msgbox(0,"retWcontol",$n)
    $i=$i+1
    Wend
msgbox(0,"retcontrol",GuiRead($ref))
Edited by jpm
Link to comment
Share on other sites

Yeah, but when AutoIt goes GUI it will be like post-moon NASA

Lar.

We've been like post-moon NASA (Man, you remembered :evil: ) for the last year: Spending a decade developing the next big tool (V3 or space shuttle). Now we just have to avoid Challenger and Columbia problems :lmao: (frozen seal causing explosion, heat-shield fracture causing wing meltdown, authoritarian management ignoring engineers :whistle:)

Let's see that would correspond to: OS freeze that blows up AutoIt (Micro$oft controls this B) ), very little error checking that allows a cascading failure, and Uhh... nanh, Jon would not get that bad, would he? :P(I still like my coding style better) :angry:

But yes, the GUI is a very nice touch.

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

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