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/09/2012 at 18:27, xxxxxxxx wrote:
User Information: Cinema 4D Version: 13 Platform: Windows ; Mac ; Mac OSX ; Language(s) : C.O.F.F.E.E ;
--------- I created a dialog in Resedit that uses a tabs group with two groups inside it. It all works fine in Resedit. But, as I execute the plugin and the dialog is shown, both tabs are highlighted and I can't switch between them. It is as if they are locked and only my first group is showing. Is there anything else I need to do for tab groups to work?
Rui Batista
On 28/09/2012 at 01:53, xxxxxxxx wrote:
This is because your groups inside the tab group have the element ID IDC_STATIC. Change this to a new ID, for example IDC_GROUP1, IDC_GROUP2 etc.
On 28/09/2012 at 05:15, xxxxxxxx wrote:
Actually, the names were all different (IDC_TAB1, IDC_TAB2) But, for some reason, the c4d_symbols.h file was not updated correctly. Once I edited it, it all worked fine Thank you.