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

    GeDialog that acts like GeModalDialog

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 212 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 02/06/2007 at 16:27, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.2-10.0 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      As the subject says. This dialog opens in the middle of a process - after preparing to do something and before actually doing it. Since GeModalDialog is hobbled with respect to sizing (why - what do modality and sizing have to do with each other?), I ***really*** need a GeDialog instead - so that users can size the messed up mess that is called 'gui layout'. It sucks (sorry).

      The problem is that a GeDialog opened asynchronously returns after Open() and the code goes on its way ... lalalala. Add a while(dialog.IsOpen()); afterwards and nothing works - as expected.

      How do I use a GeDialog asynchronously but halt execution of the code that follows until the dialog is closed?

      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 02/06/2007 at 21:37, xxxxxxxx wrote:

        Never mind on that. Got some control over the mess - still don't like the lack of flexibility there.. 😜

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