KD_353
Newbie level 5
Hi Guys,
Is there a way to position the fields I created in "Laker GUI" properly? Everytime I create new fields, it just go below the first one.
Is there a way to place two fields in one row?
e.g.
set label1 [gtCreateLabel -name lb1 -labelText "Left"]
set label2 [gtCreateLabel -name lb2 -labelText "Right"]
gtCreateAppForm -name "Form1" -fields [list $label1 $label2] \
-title "Single Row Form" \
-buttonLayout "ApplyCancel" ]
gtDisplay -name "Form1"
I hope someone can help me or have an idea... Thank you very much!
Cheers!
Is there a way to position the fields I created in "Laker GUI" properly? Everytime I create new fields, it just go below the first one.
Is there a way to place two fields in one row?
e.g.
set label1 [gtCreateLabel -name lb1 -labelText "Left"]
set label2 [gtCreateLabel -name lb2 -labelText "Right"]
gtCreateAppForm -name "Form1" -fields [list $label1 $label2] \
-title "Single Row Form" \
-buttonLayout "ApplyCancel" ]
gtDisplay -name "Form1"
I hope someone can help me or have an idea... Thank you very much!
Cheers!