|
I've always used non-titled groups in a row to control horizontal
layouts:
PPGlayout.AddRow();
PPGlayout.AddGroup('',false,
30);
PPGLayout.EndGroup();
PPGlayout.AddGroup('',false,
40);
PPGLayout.AddButton('Activate
The Enforcer');
PPGlayout.AddGroup('',false,
30);
PPGLayout.EndGroup();
PPGlayout.EndRow();
It's a bit lengthy, but gets the job done.
Hello, a quickie:
Is there a way to center horizontally a button in a custom property?
I
just can't find it (if there is).
Thanks
Bernard
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in
body:
unsubscribe xsi
|