[qooxdoo-devel] Flexing inside GroupBox

2006-12-31 Thread Nick Glencross
Hi All! What I've been trying to do is create a List which flexes to a maximum size, and this works great. Ideally I'd like the List inside a GroupBox, but is there any way of doing this? I read that flexing is provided by the GridLayout, but since GroupBox inherits from CanvasLayout I don't

Re: [qooxdoo-devel] german Umlaute in Atoms

2006-12-31 Thread Fabian Jakobs
Tobias Koller (GERMO GmbH) schrieb: > > [EMAIL PROTECTED], > > how can i set f.e. ä to a atom? > > I tried this: > > *var test = new* qx.ui.basic.Atom("dies ist die Seite für das > Verfahren "+data["modules"][counter]); > > the „für“ is displayed like „f?r”. > > whats the problem here? > > thanks