Uniface User Forum

 View Only
  • 1.  Still ADDITIONAL functionalities to IDE

    Posted 04-15-2021 14:20

    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



  • 2.  RE: Still ADDITIONAL functionalities to IDE

    ROCKETEER
    Posted 04-15-2021 14:49

    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



  • 3.  RE: Still ADDITIONAL functionalities to IDE

    Posted 04-16-2021 07:27

    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