Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/01/2009 at 10:43, xxxxxxxx wrote:
User Information: Cinema 4D Version: 9.1 Platform: Mac OSX ; Language(s) : C.O.F.F.E.E ;
--------- May I block my plugin layout for resize by user? In C.O.F.F.E.E Thank you..
On 27/01/2009 at 12:43, xxxxxxxx wrote:
Not possible - not even in the C++ SDK. You have two choices:
1. Synchronous dialog (can't do anything else until the dialog is closed) which cannot be sized.
2. Asynchronous dialog which is always sizeable.
On 27/01/2009 at 22:07, xxxxxxxx wrote:
Thanks!