MapInfo Pro Developers User Group

Welcome to the MapInfo Pro Developers community!  We are a group dedicated to the discussion and understanding of MapBasic and .Net MapInfoPro AddIn development. Bring your questions and ideas here. This group includes several members of the Pro development team from around the world.

Please feel free to start a discussion in the discussion tab or join in a conversation.

Product Information  Ideas Portal  MapInfo Community Downloads

Discussions

Members

Resources

Events

 View Only
  • 1.  Where do I find the RibbonLib?

    Employee
    Posted 04-27-2017 14:57

    I'm planning on porting my MapBasic application to the new ribbon interface.

    I don't have much experience with .NET and would prefer to keep my code in MapBasic.

    Where can I find the RibbonLibrary that will help me integrate my application into the ribbon interface using MapBasic?



  • 2.  RE: Where do I find the RibbonLib?

    Employee
    Posted 04-27-2017 10:58
      |   view attached

    The RibbonLib is part of the bigger MapBasic Common Libraries. You can find it via the Community Download page: goo.gl/Lh5hrH.

    But I would recommend that you get it directly from Github as you here will get the most up-to-date version of the libraries: https://goo.gl/leKoI0

    mbLibrary Github

    From Github you can either download a zip-file with the entire MapBasic Common Libraries or you can use Git to clone the repository to your desktop. That makes it easier to get changes to the libraries later on.