Hi,
I'm currently working a GeDialog that requires different elements such as edit text, combo box, button etc.
With these elements, they each require a unique ID.
I understand that choosing an ID is arbitrary, but may I ask if anyone has tips on how they handle this kind of thing?
If my memory serves me right, Maya allows accessing an element not by an integer as an ID but through a string. So I never really had this problem since my string ids are descriptive as they can be.
Is there the same functionality on C4D (i.e string ID instead of integer ID)?