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

    How to hide GeDialog dialog window?

    Scheduled Pinned Locked Moved PYTHON Development
    4 Posts 0 Posters 382 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

      On 17/10/2016 at 07:00, xxxxxxxx wrote:

      Hi everybody.

      Is there any way to hide gui.GeDialog() dialog window?
      There is GeDialog.IsVisible() method that, as written in Python SDK Documentation, "Checks if the dialog is visible." But i haven't find any method that toggles dialog's visibility on/off.
      Is it possible to do with python?

      Cheers,
      Dmitry

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

        On 18/10/2016 at 09:26, xxxxxxxx wrote:

        Hi Dmitry,

        this is not possible, the visibility of dialogs can't be influenced, not even in C++. Sorry.

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

          On 19/10/2016 at 09:58, xxxxxxxx wrote:

          Hi, Andreas. Thanks for reply.
          I thought as much. But I wonder what .IsVisible() method is made for? :)))

          Have a good day.

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

            On 20/10/2016 at 06:43, xxxxxxxx wrote:

            IsVisible() provides information, if the dialog is actually visible to the user or buried somewhere in the layout (e.g. on a not currently visible tab).

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