13-08-2013 12:56 PM
Dear MEGA community,
is it possible to add a custom MetaCommand to the global toolbar (the one containing "publish", "refresh", "save", "query" etc.)?
If so, then how is the command to be configured. We would prefer Java to VB if possible.
Yours,
R. Mieke
Solved! Go to Solution.
19-08-2013 12:59 PM
Unfortunately still not what we want. Please have a look at the previous screenshot --> "A button in the icon bar." Any suggestions for that?
16-08-2013 05:55 PM
Yes thanks .
In my case I mainly using In the _parameterization of my metaCommand :
[Component]
CommandCategory = 4
Then my command are in the Tools menu :
15-08-2013 12:47 PM
Previous screenshot shows weher we actually want to put the MetaCommand in a more prominent position, i.e. one of the above toolbars.
15-08-2013 12:46 PM
14-08-2013 06:06 PM
It is not possible to configure exaclty where in the menu file you can add a new MetaCommand.
Each MetaCommand can be associated to a CommandCategory
Each CommandCategory has a predefined position that cannot be configured
As Lionel says, this MetaCommand must be related to the MetaClass 'Repository'
Example: MetaCommand with category 4096 display the menu item below File > ImportSee also
http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=50120000000mqTgAAI
14-08-2013 04:25 PM
Dear Ralf,
If I understand your requirement, yes you can.
On the MetaClass "Repository" you add a new MetaCommand which points at a macro of your choice.
In the MetaCommand you define the GUI name, the location (with _parametrization).
Regards,
Lionel