Extended Gui
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/03/2003 at 06:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C++ ;---------
How can we achieve that Vectors are shown like this
instead of this
specifying OPEN in the Description Resource doesn't seem to work.
Michael -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/03/2003 at 11:14, xxxxxxxx wrote:
should work with:
spline_curve->SetLayoutMode(LAYOUTMODE_MAXIMIZED);
as far as I remember SetLayoutMode is somewhere in a CustomGUI class.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/03/2003 at 23:23, xxxxxxxx wrote:
The VECTOR datatype has no layout mode switch (the little triangle), so it doesn't support "OPEN;". You can use "CUSTOMGUI SUBDESCRIPTION;" instead to show the subchannels.