"forxtra" wrote:
> The preivous script is also not considering to using a foo_ui_columns.dll
> plugin
I tried it w/o CUI and the only action I can see is the playing track blinking
each time I issue some command.
> with the foo_ui_columns.dll plugin, the following script is working for me.
Same behavior using CUI
I don't know what could be the reason, since I'm using same version as yours,
same c=, map plugin is in place and commands executed as Sheri and you describe.
.scriptn...@controlfoobar("Previous")
I also tried nahjegonn script w/o CUI and with his script I can't see nothing
at all, no blinking, no errors, nothing.
> > Also, can you explain me this command:
> >
> > Local hToolbar = Win.ChildHandleList(hWnd, "C=ToolbarWindow32").Word(1)
> >
>
> It is the simple way to fine child control handle of <cl>.
> win.childhandlelist(<cl>, "c=classname") returns blank separate list of child
> window handles for main window matching <cl>.
>
> foobar2000 with foo_ui_columns.dll plugin has two ToolbarWindow32 classes.
> so, it's need to separate by given n (in this case, the first handle).
>
Thanks for the explanation. Appreciated.