Re: [qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-05-23 Thread Guilherme Aiolfi
> Anyway, their data binding and dynamic data handling seems > to be one of the main features they highlight. This is definitely an > area where qooxdoo has to grow in the next releases. I can build a "big" app with a crap theme, but I can't build it without data binding or dynamic data handling.

Re: [qooxdoo-devel] 'getUiReady' is null or not an object

2008-05-23 Thread Jim Hunter
I think the spec dictates that the browser is not supposed to process the second script until the first is completed. I know that some earlier versions of IE did not do this, but they fixed that quite a while ago. And it is to help prevent the sort of thing I am seeing. If you load script A and the

Re: [qooxdoo-devel] 'getUiReady' is null or not an object

2008-05-23 Thread Derrell Lipman
On Fri, May 23, 2008 at 2:08 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > It does, but I am pretty sure that I load the main JS file first (the > qooxdoo code and most of my custom code) then I load a general purpose JS > file that has basic routines in it. I will do some investigating to see if >

Re: [qooxdoo-devel] 'getUiReady' is null or not an object

2008-05-23 Thread Jim Hunter
It does, but I am pretty sure that I load the main JS file first (the qooxdoo code and most of my custom code) then I load a general purpose JS file that has basic routines in it. I will do some investigating to see if the issue is local to a certain version of a browser or ??? I thought I had seen

Re: [qooxdoo-devel] 'getUiReady' is null or not an object

2008-05-23 Thread Derrell Lipman
On Fri, May 23, 2008 at 1:54 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > Odd, I just hit their installation and on the surface it looks like it is > running fine but I did get 2 errors, not the same error my client got. I > got: > > app is null (in the following line) > if(app.getUiReady&&!app.get

Re: [qooxdoo-devel] 'getUiReady' is null or not an object

2008-05-23 Thread Jim Hunter
Odd, I just hit their installation and on the surface it looks like it is running fine but I did get 2 errors, not the same error my client got. I got: app is null (in the following line) if(app.getUiReady&&!app.getUiReady()){return; Any thoughts? What could cause this as well as the previous pr

[qooxdoo-devel] 'getUiReady' is null or not an object

2008-05-23 Thread Jim Hunter
An interesting thing is happening on a client computer. They are getting the error message "'getUiReady' is null or not an object" when they try and run my app but it only happens on one computer. All the rest seem to work fine, including my machine. Has anyone seen this before and know what I migh

[qooxdoo-devel] Changing style in scrollbars

2008-05-23 Thread Qoo Goo
Hi, Does anybody know the best way to change the scrollbars style in the whole application in qooxdoo? Thanks, Carl - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://

[qooxdoo-devel] qx.ui.table.celleditor.ComboBox selected ListItem

2008-05-23 Thread asaris
Hi all, I just wonder why qx.ui.table.celleditor.ComboBox doesn't set selected list item in qooxdoo 0.7.3. I would expect this behaviour. This is my quick patch for this issue. svn patch ** Index: /var/www/localhost/htdocs/ajax/qooxdoo/0.7.3/frontend/framewo

Re: [qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-05-23 Thread Sebastian Werner
Hi Guilherme, welcome to the qooxdoo community. We also open our arms for all the other ExtJS users ;) See my answers below... Guilherme Aiolfi schrieb: > Hi, > > I'm evaluating some frameworks at the moment to use in my next > application. I have had a very good experience with ExtJS. But s

[qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-05-23 Thread Guilherme Aiolfi
Hi, I'm evaluating some frameworks at the moment to use in my next application. I have had a very good experience with ExtJS. But since it's changed its license I dont want to use ExtJS anymore (BTW, a lot of extjs users are looking for alternatives atm... it's a good opportunity for qooxdoo 0.8).