Text in res file
-
On 05/09/2016 at 03:38, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Windows ;
Language(s) : C++ ;---------
Hello.I need to have some text in a TagData's interface. Is there such a parameter or do I have to implement it as a gui area ?
I need a description parameter without any interactivity with the user. I just need to write some notes there for anyone to read.
Thank you.
-
On 05/09/2016 at 04:55, xxxxxxxx wrote:
1. STRING YOURID { READONLY; }
2. STRING YOURID { CUSTOMGUI MULTISTRING; READONLY; }
-> data->SetString(YOURID, "Best text ever..");3. STATICTEXT YOURID {}
-> text defined in .str resource file -
On 06/09/2016 at 04:46, xxxxxxxx wrote:
Hi,
just for completeness, here are some links to the docs on description resources:
STATIC_TEXT
STRING