Skip to main content

Hi Unifacers,

Uniface 10 enable to have:
- an additional set of items for global actions
     and
- an additional set of items for component actions
both containing custom functionalities.

Now, following few discussions taking over on this forum, ULab has let be available an ADDITIONS.uar IDE extension for global actions; well done!

But what if I like to use two additionals set of items at global level?
- the ADDITIONS.uar from ULab
- my custom additional menu coming from U9

I am sure I am missing something here...Could someone help me to shed the light?

Thanks in advance!

Regards,
Gianni

Hi Unifacers,

Uniface 10 enable to have:
- an additional set of items for global actions
     and
- an additional set of items for component actions
both containing custom functionalities.

Now, following few discussions taking over on this forum, ULab has let be available an ADDITIONS.uar IDE extension for global actions; well done!

But what if I like to use two additionals set of items at global level?
- the ADDITIONS.uar from ULab
- my custom additional menu coming from U9

I am sure I am missing something here...Could someone help me to shed the light?

Thanks in advance!

Regards,
Gianni

Hi Gianni,

To use a plugin you need to set its entry point using a logical in the asn file. The logical will accept a "," separated list of entry points, which allows for multiple plugins. in the case of the User defined options to the IDE menus, there is also a possibility to add a separator.

Add User-Defined Options to IDE Menus (uniface.com)

Add User-Defined Worksheets to IDE Editors (uniface.com)

Hope this helps.

Mike


Hi Unifacers,

Uniface 10 enable to have:
- an additional set of items for global actions
     and
- an additional set of items for component actions
both containing custom functionalities.

Now, following few discussions taking over on this forum, ULab has let be available an ADDITIONS.uar IDE extension for global actions; well done!

But what if I like to use two additionals set of items at global level?
- the ADDITIONS.uar from ULab
- my custom additional menu coming from U9

I am sure I am missing something here...Could someone help me to shed the light?

Thanks in advance!

Regards,
Gianni

Hi Gianni,

you can add more than one item to the USERMENUS:

; Add User-Defined Menu Items:
IDE_DEFINE_USERMENUS = ADDITIONS, H_IDE_MENU1


I don't know if there is a difference when you change the order of the items.


Regards

Norbert