"Sheri" wrote:
> Untried, but it looks like you would make a button for each of the actions
> and the commands entries would be:
>
> .scriptn...@foobar_default_control("caption")
> and so forth.
>
> Since @Foobar_.. is the only label in the script, commands like this would
> also work:
>
> .scriptname("caption")
> .scriptname("stop")
> .etc.
The command for caption works the same as mine:
*Info expr(win.caption("c={E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}"))
The other commands though do not work, I wonder where did he got those WM codes.
Prior to finding this script, the only codes I have seen with Winspector, is
WM_APPCOMMAND and foobar must have the MM keys option set up.
I also haven't found nothing through google indicating WM_COMMAND foobar codes,
so this is making me curious.
I know there is a foo_remote.dll plugin that some people used and from what I
can remember it did allow WM_COMMAND codes, maybe he's using that or some other
plugin to interact it...