cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

metacommand in Global Toolbar

RalfMieke
Super Contributor

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

6 Replies

Unfortunately still not what we want. Please have a look at the previous screenshot --> "A button in the icon bar." Any suggestions for that?

lmazurie
Honored Contributor

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 :

 

 

grabtools.jpg

 

 

Lionel Mazurié

Previous screenshot shows weher we actually want to put the MetaCommand in a more prominent position, i.e. one of the above toolbars.

RalfMieke
Super Contributor
 

jhorber
MEGA
MEGA

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

Jerome

lmazurie
Honored Contributor

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

Lionel Mazurié