Retrieve UserArea of res file
-
On 29/09/2017 at 10:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
Hi.I'd like to acquire the UserArea described in the res file, but I do not know how to do it.
I tried AddUserArea () and AttachUserArea () with CreateLayout (), but just added a new UserArea.
How do I get the UserArea of the res file? -
On 02/10/2017 at 01:18, xxxxxxxx wrote:
Hi Anoano, thanks for writing us.
With reference to your request, consider that a user-area (implemented by GeUserArea) can't be defined in any way in a .res file. GeUserArea is a class that should be instanced and attached to a GeDialog in order to be somehow displayed.
Please consider to have a look to GeDialog Manual and to GeUserArea Manual where details on using these class are discussed.Best, Riccardo