Redraw issues in unwanted Export dialogs
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2010 at 01:01, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Windows ;
Language(s) : C++ ;---------
I'm calling SaveDocument() in a command plugin with an export format. Since 11.5 Cinema shows the export settings dialog - btw a "feature" that IMO should have never made it through QA without an option to turn this off...The issue now is that on some machines, this export settings dialog is not drawn correctly, but has all kind of redraw issues. Is there anything I could do from my command plugin to ease the situation?
Thanks
Kabe
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2010 at 07:29, xxxxxxxx wrote:
Sorry I can't confirm the redraw issues. Anyway to suppress the export dialog the SAVEFLAG_SHOWERROR flag must not be set.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2010 at 11:38, xxxxxxxx wrote:
Well, thanks for the tip with SAVEFLAG_SHOWERROR. I find this illogical and not documented. IMO this should be controlled by a separate flag.
However, due to a bug in the DXF export which I report in the bug section I need to use it here
Kabe
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2010 at 13:28, xxxxxxxx wrote:
It's currently the only workaround. I agree that it should be a seperate flag and have suggested so to the developers.
cheers,
Matthias