If Butttonbar is invisible and you send a dummy command to it you get an errorlevel. If visible there's no errorlevel and the 2901 is executed.
The classNN for active panel is "TMyPanel5" but unfortunately it works not the same way.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
PostMessage, 1075, 490 ; cm_Config
WinWaitActive, ahk_class TDLGCONFIGALL
ControlGet, CurDirShown, Checked, , Show ¤t directory
Send, {Esc}
If, CurDirShown
{
MsgBox, Show current dir enabled
}
else
{
MsgBox, Show current dir disabled
}
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
do you know if macros&scripts will be implemented internally on Tc soon ?
No, we don't know that. But as there are external scripting possibilities (as we see here), I personally doubt that (it will be implemented in the near future).
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.