Thread: TableNavigator
View Single Post
  #893  
Old 03-30-2007, 05:48 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: TableNavigator

[ QUOTE ]
Roland, I defer to your expertise... white-space problem, bug or feature? Worth posting for attention of AHK Chris?

[/ QUOTE ]

Well, it took a long time to find, but this was the problem: You had a space between the first 'WinExist' and the bracket:

[ QUOTE ]
If ! WinExist ("blue_bar ahk_class AutoHotkeyGUI")

[/ QUOTE ]

This is definitely not a bug...

Looks like you somehow got rid of that space without realizing it was the problem and then blamed it all on an empty line? [img]/images/graemlins/smile.gif[/img]
Reply With Quote