Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to position fields that I created in laker GUI?

Status
Not open for further replies.

KD_353

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top