--- In [email protected], "i_karaguz" <[EMAIL PROTECTED]> wrote: > > Hi, > I would like to retrieve window handles or, if that isn't possible, > invoke the default on-click action for Active Bar items based on their > position in the Active Bar. >
I don't think there is any direct way to do this. Possibly
Bar.ToButton(N,"mybar")
win.keys("{enter}")
may help, where n is button number of active button on bar mybar.
