AutoHotkey Community

It is currently May 27th, 2012, 11:28 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: GuiControl, ChooseString
PostPosted: August 7th, 2005, 4:44 pm 
Offline

Joined: September 24th, 2004, 3:00 pm
Posts: 814
Location: Germany
Hi,

there seems to be a bug in ChooseString. I want to select the second item "2", but AHK selects item "20". Strange is, that only 1 and 2 selects 10 and 20, but 3 selects the correct 3.

Code:
   Gui, Add, Dropdownlist, x+5 yp-3 w50 vcd_MoveStepsIn, 1|2|3|4|5|6|7|8|9|10|15|20|25|30|35|40
   GuiControl, ChooseString, cd_MoveStepsOut, 1


Tekl


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 7th, 2005, 4:57 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
Confirmed here. Win XP Pro SP2 AHK Version: 1.0.37.04

Code:
Gui, Add, Dropdownlist, x+5 yp-3 w50 vcd_MoveStepsIn, 1|2|3|4|5|6|7|8|9|10|15|20|25|30|35|40
Gui, Show,h40 w80,test
GuiControl, ChooseString,cd_MoveStepsIn, 1
Return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 16th, 2005, 11:18 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Sorry for the late reply. This bug has been fixed in v1.0.37.05.

Thanks for reporting it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2005, 7:29 am 
Offline

Joined: July 12th, 2005, 1:21 pm
Posts: 633
Thx, for information!
I had a similar problem with 'A' and 'Alt'!

*Downloading new version*

Thalon


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2005, 1:22 pm 
Offline

Joined: September 24th, 2004, 3:00 pm
Posts: 814
Location: Germany
Thanx Chris!


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group