Re: [qooxdoo-devel] Scroll bar issue in Firefox 3

2008-02-19 Thread Fabian Jakobs
Helder Magalhães schrieb: > Fabian Jakobs-2 wrote: > >> There is something special about the listview and table scrollbars. >> Since these widgets are virtual, they both use the ScrollBar [1] widget >> for scrolling. I guess FireFox 3 has some special problems with this >> widget. >> >>

[qooxdoo-devel] Always show the scrollbar in the table widget

2008-02-19 Thread Ralf Nieuwenhuijsen
Hi, does anyone know how to set 'overflowY' correctly on a table widget? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/

Re: [qooxdoo-devel] Scroll bar issue in Firefox 3

2008-02-19 Thread Helder Magalhães
Fabian Jakobs-2 wrote: > > There is something special about the listview and table scrollbars. > Since these widgets are virtual, they both use the ScrollBar [1] widget > for scrolling. I guess FireFox 3 has some special problems with this > widget. > Should this be submitted to Firefox's or

Re: [qooxdoo-devel] Ajax Status Indicator

2008-02-19 Thread Tobias Oetiker
Hi Kamlesh, I am also doing somethink like this in my du2rrd application http://oss.oetiker.ch/du2rrd-demo/ - double click on an entry in the tree to get a graph the source is posted as well if you click on the link in the top lefthandcorner of the app cheers tobi Today Jim Hunter wrote:

Re: [qooxdoo-devel] Compiler optimization of unused methods?

2008-02-19 Thread Fabian Jakobs
Gaetan de Menten schrieb: > Hi all, > > I was curious about whether the compiler (the "build" target) strip > away the unused methods of classes. I'm pretty sure it strips unused > classes, but it could also strip unused methods/statics and I don't > think it does. This would probably not be trivia

Re: [qooxdoo-devel] Qooxdoo Problem with table and widgets inside this table

2008-02-19 Thread Jim Hunter
What was your solution? Could you post some sample code so others can benefit from it? Thanks, Jim On Feb 15, 2008 1:18 AM, Sandmann <[EMAIL PROTECTED]> wrote: > > Ok, I found a solution! > > > > Sandmann wrote: > > > > Hi, > > > > I really like the way how to write qooxdoo apps, but now I foun

Re: [qooxdoo-devel] Ajax Status Indicator

2008-02-19 Thread Jim Hunter
If you are using the qooxdoo transport controls then you can do an animated GIF while the transfer is taking place. I do it right now and it works fine. I even change the icon once I get the response to indicate we are processing the data. If you are doing your own transfer code then you might not