Unvisible GeDialog?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/08/2011 at 02:06, xxxxxxxx wrote:
Hello,
I'm just writing a python plugin to remote C4D via iPhone/iPad. the UDP server runs well with threading. The only way to call gui functions from the UDP receiver thread is to use SpecialEventAdd. But in this way it is required that the user opens the plugin dialog so that this dialog gets the messages from the thread via CoreMessage.
It is possible to get the messages from the thread without a visible dialog and without any user actions?
I don't want that the user have to open the plugin to use it. The plugin should work in the background.Thank you and regards,
Meinolf -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/08/2011 at 10:16, xxxxxxxx wrote:
Hi mamekudz, check out the plugintype "MessageData". This should do exactly what you are looking for. The message arrives there in CoreMessage. Cheers, Sebastian