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]
|