Async Dialog Open
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/12/2003 at 02:31, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.207
Platform: Windows ;
Language(s) : C++ ;---------
I have a problem with the async dialogs. I did build a plugin that opens an async dialog, kind of thing like the object manager, and docked it into my layout. No problem so far, did use RestoreLayout and so. The problem is that from within that async dialog I want to open another async dialog. If I double click on the items shown in the first async dialog, I want to open a preview window, also an async one. Its no problem if it opens for the first time. But if I close that second window, and then reopen it, by double click on another item in my first dialog, then I get an access violation. Something important seems to be destroyed when I close the dialog.....but has no idea what it could be. I have several other async dialogs I open by command plugins....these ones I can reopen as often as I want to. My next step now would be to wrap that preview dialog into its own command plugin, that should work....but why do I have problems with the other way? Did I forget something important?