THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/02/2004 at 06:29, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.500
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hello
It looked so easy....
User starts plugin (compiled using 8.5 sdk)
plugin copies the document and alters something
plugin calls somehow RenderDocument(.....) to get a bitmap.
O.k. that really does work. But now an additional preferable feature ..
I would like to open a dialog with a simple button
showing something like "Press Button to Stop Rendering".
The problem is, that the dialog does not react while rendering
and in MyThread::TestDBreak() a call to GetInputEvent(...)
gets always FALSE, so now way to find a workaround.
I've tried everything I could imagine. The only solution I found is
to use another buttontext, for instance "Pull Plug to Stop Rendering".
What is my mistake?
thank you for any help ;o)
dagmar