Re: [qooxdoo-devel] Scrollbars on a pop up dialog

2008-01-24 Thread Fabian Jakobs
Aaron Cooper schrieb: > Hi there, > > I've got a popup dialog that contains a rather large form for filling in > passenger details for cruises. It currently holds 50 sets of names, in two > columns (splitpane) > > I've been asked to extend this to 75 sets, however this simply does not > render them

Re: [qooxdoo-devel] Scrollbars on a pop up dialog

2008-01-22 Thread Jim Hunter
That is exactly what I mean. An Atom can pretty much contain any other control. But I just took a look at my code and I in fact used a qx.ui.form.TextArea to hold my content. I don't have any specific code to set the overflow to auto, but I get scroll bars. I checked the API and it says that the de

Re: [qooxdoo-devel] Scrollbars on a pop up dialog

2008-01-22 Thread Aaron Cooper
So, write the text fields into an Atom and set the Atom's overflow to auto? I don't quite understand what you are getting at here sorry. Aaron Jim Hunter-2 wrote: > > If it were me, I would write all the content into an Atom and set the > overflow to 'auto'. I have done this on some dialogs a

Re: [qooxdoo-devel] Scrollbars on a pop up dialog

2008-01-22 Thread Jim Hunter
If it were me, I would write all the content into an Atom and set the overflow to 'auto'. I have done this on some dialogs and it works just fine. Some of our dialogs have hundreds of rows of data and setting the overflow to auto allows the user to scroll and see them all. Jim On Jan 20, 2008 8:

[qooxdoo-devel] Scrollbars on a pop up dialog

2008-01-20 Thread Aaron Cooper
Hi there, I've got a popup dialog that contains a rather large form for filling in passenger details for cruises. It currently holds 50 sets of names, in two columns (splitpane) I've been asked to extend this to 75 sets, however this simply does not render them on screen at 1024 x 768. So what I