On 19/05/2014 at 14:04, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ; PYTHON ;
---------
Hi - this is C++ or Python really:
Is it possible to create a message/popup/alert that does not have any OK or CANCEL buttons etc?
I am aware of gui.MessageDialogue but there`s no way to not include the buttons and allow the plugin to decide when it goes away..
The only other thing i can think of is using a GeDialog class with some String text in it. But this seems cumbersome for what it is..
Basically the idea is, plugin starts, displays a message asking the user to wait while it does some stuff, then message disappears when work is done. Doesn`t seem like much to ask?