jpm Posted March 25, 2004 Posted March 25, 2004 (edited) 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 March 25, 2004 by jpm
jpm Posted March 25, 2004 Author Posted March 25, 2004 I found the problem will be corrected in the next upload 101.11
jpm Posted March 25, 2004 Author Posted March 25, 2004 See. Every hour. see what? I didn't upload anyting since 21th. Still 101.10
Nutster Posted March 26, 2004 Posted March 26, 2004 Yeah, but when AutoIt goes GUI it will be like post-moon NASALar.We've been like post-moon NASA (Man, you remembered ) 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 (frozen seal causing explosion, heat-shield fracture causing wing meltdown, authoritarian management ignoring engineers ) Let's see that would correspond to: OS freeze that blows up AutoIt (Micro$oft controls this ), very little error checking that allows a cascading failure, and Uhh... nanh, Jon would not get that bad, would he? (I still like my coding style better) But yes, the GUI is a very nice touch. David NuttallNuttall 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...
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