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 18/04/2005 at 03:50, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.2 Platform: Windows ; Language(s) : C++ ;
--------- Hi All, I have a tag plug with some extra tabs in the AM. the first tab reads 'Tag', the rest have my own names. How can i change this first tab name ? thanks.
On 21/04/2005 at 12:56, xxxxxxxx wrote:
In your .res file you have "INCLUDE Texpression". That file (resource\res\description expression.res) in turn has "INCLUDE Tbase". You will have to duplicate the content of these files manually in your resource files, including strings and constants, with no INCLUDEs. Then you can change ID_TAGPROPERTIES to ID_MYTAGPROPERTIES and rename it in the string file. (I haven't tested this myself.)
On 30/04/2005 at 14:44, xxxxxxxx wrote:
Ah, thanks Mikael. regards,