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 15/08/2012 at 07:00, xxxxxxxx wrote:
User Information: Cinema 4D Version: r13 Platform: Windows ; Language(s) : C++ ; PYTHON ;
--------- hi I'm working on a C++ plugin, I make a dialog that have a vector2d element,but no matter what I try ,I still can't get it work , It always show a blank space .is there any way to make It works?,by the way I can make it works fine in a container mode but not in a dialog mode. In container mode I can access the data by using bc->GetVector();and bc->SetVector();,but I don't kown how to access the vector data in a dialog .
imdjs
On 15/08/2012 at 07:30, xxxxxxxx wrote:
As far I know the 2D vector GUI element only supports description dialogs.
On 15/08/2012 at 19:57, xxxxxxxx wrote:
thank you Matthias , I finallly can stop trying to use a vector2d element in a dialog.