Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
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.
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.
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).