How to position fields that I created in laker GUI?

Status
Not open for further replies.

KD_353

Newbie level 5
Joined
Jun 14, 2012
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,342
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!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…