CUSTOMGUI_VECTOR2D need help
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 04/06/2006 at 06:27, xxxxxxxx wrote: User Information: 
 Cinema 4D Version: 9.5
 Platform: Windows ;
 Language(s) : C++ ;--------- 
 I have question there is mayby possibility to put CUSTOMGUI_VECTOR2D to my plugin exactly to my interface in cinema????
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 04/06/2006 at 07:19, xxxxxxxx wrote: I know that i must put this in res. I don't have any problems with VECTOR to show, 
 VECTOR MY_VECTOR_ID {UNIT REAL; MIN 0.0; MAX 0.0;}but when i am doing exactly the same with CUSTOMGUI_VECTOR2D there is error when i turn on cinema 4d ?? CUSTOMGUI_VECTOR2D MY_VECTOR_ID {UNIT REAL; MIN 0.0; MAX 0.0;} 
 Am i doing sth wrong??
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 05/06/2006 at 01:38, xxxxxxxx wrote: yes, it belongs into the brackets {... CUSTOMGUI VECTOR2D; } Not sure if it is the correct expression for this customgui, but that´s the place it belongs  
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 06/06/2006 at 04:24, xxxxxxxx wrote: It is working, thank you, very much 3D Designer for help :))