Check if a toolbar is already open

I have a toolbar for controlling music-app Aimp. If I press the button a second time (which will bring Aimp-Gui to front if already opened) I don't want DO to open the toolbar again (as toolbar-icons are slightly transparent, transparency gets lost with each overlapping toolbar :slight_smile:).

Actual command is following:

Toolbar NAME=_Aimp STATE=float,toplevel,transparent POS=1611,1349 @async:/Programme\AIMP\AIMP.exe

@if:!Toolbar NAME=_Aimp STATE=float TOGGLE Toolbar NAME=_Aimp STATE=float,toplevel,transparent POS=1611,1349 @if:common @async:/Programme\AIMP\AIMP.exe

Wow, that was fast. Thanks Jon.