Using USERAREA
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/04/2005 at 11:43, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform:
Language(s) : C++ ;---------
Hi,I have added an USERAREA in my dialog resource file. My question is how do I access that userarea?
Thanks
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/04/2005 at 12:41, xxxxxxxx wrote:
Use dialog->AddUserArea(). (See asynctest.cpp for an example.)
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/04/2005 at 06:42, xxxxxxxx wrote:
Thanks mikael,
I am currently doing it like this (and I know.... dont fix if it aint broke), but I am using the resedit plugin to design my dialog. And I want to add the userarea using this instead of dialog->AddUserArea(). Because my GUI is becoming more complicated, resedit helps visualize the placement of userareas.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/04/2005 at 07:23, xxxxxxxx wrote:
False Alarm
It's solved. I simply mis-used AttachUserArea