by Steegy » Thu Mar 08, 2012 3:00 pm
zephyr wrote:Quick q's re this and right click for scripts:
Should ExtractFields be available via the right click scripts menu?
If so, how can it be added?
Right click mentions type 0 scripts only... not sure if this is possible.
Thanks in advance
Z
In the script's code, replacing
Menu_TbStandard with
Menu Pop TrackList should somewhat do the trick (in MM4 the standard toolbar isn't visible anyway, so you won't miss anything).
This script is an autoscript (it starts automatically when MM is starting, e.g. to add a button the MM's toolbar) so the RightClickForScripts script isn't applicable here (it works only for 'type 0 ' scripts, i.e. scripts that are added by MM to the menu Tools > Scripts and need to be started manually).
[quote="zephyr"]Quick q's re this and right click for scripts:
Should ExtractFields be available via the right click scripts menu?
If so, how can it be added?
Right click mentions type 0 scripts only... not sure if this is possible.
Thanks in advance
Z[/quote]In the script's code, replacing [b]Menu_TbStandard[/b] with [b]Menu Pop TrackList[/b] should somewhat do the trick (in MM4 the standard toolbar isn't visible anyway, so you won't miss anything).
This script is an autoscript (it starts automatically when MM is starting, e.g. to add a button the MM's toolbar) so the RightClickForScripts script isn't applicable here (it works only for 'type 0 ' scripts, i.e. scripts that are added by MM to the menu Tools > Scripts and need to be started manually).