QUICKTAB orientation
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/11/2003 at 01:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.207
Platform: Windows ;
Language(s) : C++ ;---------
I use the following code to define three entries of a quicktab:
QuickTabCustomGui * pquicktab = (QuickTabCustomGui* )FindCustomGui( IDC_RESTREE_QUICKTAB, ID );
pquicktab->AppendString( 10, "test1", true );
pquicktab->AppendString( 20, "test1", false );
pquicktab->AppendString( 30, "test1", false );
By doing so the three tabs are set under each other. What I like to do is to set them next to each other in a line....is that only possible if I define three quicktabs inside a group with three rows, or can I somehow set the orientation in one quicktab? -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/11/2003 at 01:25, xxxxxxxx wrote:
no but the group that the quicktab is inside must be big enough! SCALE_FIT doesn´t work but the default size has to be of certain size.
Edit: Sorry, the quicktabsize has to have a certain default size...*patsch*