Hi folks.
After a bit of digging, I found *a* way to achieve what I'm after.
var label9 = new qx.ui.basic.Label("Post/Zip Code: ");
box1.add(label9, {row:8, column:0});
var container9 = new qx.ui.container.Composite(new
qx.ui.layout.Canvas()); var textField9 = new qx.ui.form.TextField("");
container9.add(textField9); box1.add(container9, {row:8, column:1});
textField9.set({width:100});
I'm open to a better way though, if there is one :)
Thanks.
On 2/10/2013 3:04 AM, Peter Caffin wrote:
> I'm using a Grid layout but the TextFields I'm adding appear to be
> sticking to the edges of the grid, no matter what width I set them to
> be. I'd like to have each TextField its own custom width to suit the
> expected input.
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel