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.  Dock windows in mapbasic for 64 bit versions of mapinfo

    Posted 10-15-2018 03:09

    We have a 32bit custom interface of mapinfo and we have been upgrading the code base to use with 64bit. Most issues have been resolved but I can't fix the docking issue.

    When I load it I get

    See Attachment

     

    What I'd like to see is

    See Attachment

     

    Can this be done? if so where in the help should I be looking?



  • 2.  RE: Dock windows in mapbasic for 64 bit versions of mapinfo

    Employee
    Posted 10-15-2018 16:34

    Hi George

    Have a look at the Set Window statement. We have added a number of new states: Min | Max | Restore | Floating | Docked | Tabbed | AutoHidden

    You want to use the Tabbed state



  • 3.  RE: Dock windows in mapbasic for 64 bit versions of mapinfo

    Posted 10-16-2018 00:06
    That worked - just had to add "Tabbed" to each of the set window statements Regards,