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 

list files in folder
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
SKAN



Joined: 26 Dec 2005
Posts: 6264

PostPosted: Fri Jul 18, 2008 9:02 pm    Post subject: Reply with quote

Deller wrote:
i cant figure out how to hide the combo box after something launches


Remove the Return before ^Space:: Smile
_________________
Back to top
View user's profile Send private message
Deller



Joined: 21 Nov 2007
Posts: 214
Location: 0x01101110

PostPosted: Fri Jul 18, 2008 9:11 pm    Post subject: Reply with quote

SKAN wrote:

Remove the Return before ^Space:: Smile


it doesnt seem to work Sad
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 6264

PostPosted: Fri Jul 18, 2008 9:14 pm    Post subject: Reply with quote

It should..

okay,. add a GoSub

Code:
Run:
  GuiControlGet, Num
  If Num is Not Integer
     Return
  Run, % """" ( Link := Lnk%Num% ) """",, UseErrorLevel
  GoSub, GuiHideShow
Return


Smile
_________________
Back to top
View user's profile Send private message
Deller



Joined: 21 Nov 2007
Posts: 214
Location: 0x01101110

PostPosted: Fri Jul 18, 2008 9:18 pm    Post subject: Reply with quote

i know both should work but neither do
any more ideas?
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 6264

PostPosted: Fri Jul 18, 2008 9:20 pm    Post subject: Reply with quote

Post the exact code you are trying. Smile
_________________
Back to top
View user's profile Send private message
Deller



Joined: 21 Nov 2007
Posts: 214
Location: 0x01101110

PostPosted: Fri Jul 18, 2008 9:24 pm    Post subject: Reply with quote

lol i forgot to save it it now works
ill post the final version when i add some more functions
thanks for all ur help
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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