AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GuiControl,+default results in abend of compiled exe

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
hanspeter
Guest





PostPosted: Tue May 17, 2005 3:31 pm    Post subject: GuiControl,+default results in abend of compiled exe Reply with quote

The script works well, the compiled exe abends:
Code:
Gui, Add, ListBox, vMyListBox gMyListBox w50 r4 , 1|2|3
Gui, Add, Button, x+0 default , 1
Gui, Add, Button, x+0 , 2
Gui, Show ,,Test
return

MyListBox:
GuiControlGet, MyListBox                  
GuiControl, -default, 2
GuiControl, enable, 1
GuiControl, +default, 1
GuiControl, enable, 2
If Mylistbox=2
 {
 GuiControl, -default, 1
 GuiControl, +default, 2
 GuiControl,disable, 1
 }
return
GuiClose:
GuiEscape:
ExitApp
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Tue May 17, 2005 10:04 pm    Post subject: Reply with quote

Thanks; I believe this has been fixed in today's update.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group