Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Docking of Dialogs

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 276 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 26/09/2006 at 00:41, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hey,
      i have a non modal GeDialog. Is it possible to block it from beeing docked to the Interface?
      or is there a possibility to know if it was docked by the user?
      I can't make it modal, because the user shall be able to change other things, but don't want it to be docked.

      thanks

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 26/09/2006 at 01:57, xxxxxxxx wrote:

        As far as I know, there is no access to this. You could check Message() and CoreMessage() for what is sent when the dialog is docked to see if there is one and if unique. But then there is no means to dock and undock in the SDK directly. This would require you find out how that happens (maybe SendMessage() to the dialog with proper message and data).

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 26/09/2006 at 07:12, xxxxxxxx wrote:

          thanks,
          found the values

          BFM_INTERACTSTART=1768846433,
          BFM_INTERACTEND=1768846437,

          they seam to work

          1 Reply Last reply Reply Quote 0
          • First post
            Last post