If you've ever wanted to add more than four commands to an Icon Bar button, this is the video for you. You can also find out how to activate an Icon Bar icon remotely, from a hotkey for example, and how to add Icon Bar commands into the middle of a larger standard macro.
Update: Everything in this video still works exactly as advertised, but we have a new option for calling up an Icon Bar macro remotely, either from a standard hotkey button or from a command line in other custom DarqUI components. The two-line method shown in the video is:
show_window Custom.IconBar.ResetCounter
show_window Custom.IconBar.Deploy.1
The new, one-line way is this:
show_window Custom.IconBar.Deploy.Remote.1
That resets the loop counter automatically before deploying the macro, without requiring the extra ResetCounter line shown above. When you want to execute an Icon Bar macro remotely and you only have one command line available to do it, this is the command you want to use.