Aligning Statictext Question.
I have a group where I want the controls aligned to the right.
In the same group, I have some StaticText
Question:
Is it possible to override the right aligment for the group and have the staticText aligned to the left ?
var g1 = w.add ("group", undefined);
{
g1.alignment = "right";
g1.add("statictext", undefined, "some text here");