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 

Where is the SubMenu

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



Joined: 04 May 2004
Posts: 68

PostPosted: Sat Sep 04, 2004 8:14 pm    Post subject: Where is the SubMenu Reply with quote

Just run the following script and see the difference in same Menu

Code:

Menu,SubMenu,add,SubSubItem,go
Menu,MySubMenu,add,SubMenu,:SubMenu

Menu,MyMenu,add,MySubMenu,:MySubMenu

/*
Menu Build is
   MyMenu\MySubMenu1\SubTest\SubSubTest
*/


Menu,MyMenu,show


go:
Menu,MyMenu,deleteall
Menu,MyMenu,add,MySubMenu,:MySubMenu

/*
 Here Menu shown is
   MyMenu\MySubMenu1\SubTest
*/


Menu,MyMenu,show

Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Sat Sep 04, 2004 9:50 pm    Post subject: Reply with quote

Thanks for the simple example; it made it easy to track down the problem:

Fixed the DeleteAll option of the Menu command so that it doesn't permanently disable any "sub-sub-menus" indirectly owned by a menu. [thanks compuboy_r]

If you need the fix right away: http://www.autohotkey.com/download/
Back to top
View user's profile Send private message Send e-mail
compuboy_r



Joined: 04 May 2004
Posts: 68

PostPosted: Sun Sep 05, 2004 5:20 am    Post subject: Reply with quote

Thanks for that Speedy Bug Removal.

Now see this

http://autohotkey.com/forum/viewtopic.php?t=746
Back to top
View user's profile Send private message
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