Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Fabian Jakobs
Hi Petr, > Hi Jim, > > I have same problem under IE7 and Opera. I must hit refresh to load my > application:( > This is strange. We fixed the relaoding issue in IE on Monday and updated the online demos. In my tests Chrome did work as well for our online demos and even gmx.com (qooxdoo 0.7).

Re: [qooxdoo-devel] First numbers for Google Chrome

2008-09-02 Thread Dan
You might want to check the benchmark page Google used to test V8: http://code.google.com/apis/v8/run.html It might be biased towards Chrome though. - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Dan
I downloaded it. I like the task manager. Using it, I see the feedreader sample app uses between 10 mb and 20 mb of RAM, that's rather light. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Jim Hunter
Nothing I do works for Chrome, and once I get to the point where my app doesn't render in Safari, nothing I do makes it render. The app works great in IE and FF (well it runs in IE, but MUCH slower then FF). Thanks, Jim On Tue, Sep 2, 2008 at 2:52 PM, Petr Kobalíček <[EMAIL PROTECTED]>wrote: >

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Petr Kobalíček
Hi Jim, I have same problem under IE7 and Opera. I must hit refresh to load my application:( Cheers Petr 2008/9/2 Jim Hunter <[EMAIL PROTECTED]>: > It seems to work for the demos after I hit refresh. The tree did not > populate initially. So I then tried it on my deployed application and my app

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Jim Hunter
It seems to work for the demos after I hit refresh. The tree did not populate initially. So I then tried it on my deployed application and my app doesn't come up at all. All I get is a blank screen, even after I hit refresh. I think this is the same behavior I get with Safari as well. Correction,

Re: [qooxdoo-devel] First numbers for Google Chrome

2008-09-02 Thread Sebastian Werner
Another one I forgot: Minefield Nightly (One week old, Firefox 3.1 alpha): 59 qx.core.Init: Load runtime: 59ms 000183 qx.core.Init: Main runtime: 124ms 000411 qx.core.Init: Finalize runtime: 228ms Better than Firefox 3.0 in all disciplines, but really unstable (craches quite often). Still m

[qooxdoo-devel] First numbers for Google Chrome

2008-09-02 Thread Sebastian Werner
Tested with FeedReader in build version under Windows XP SP3 (Parallels, MacBook 2Ghz): Firefox 3: 000263 qx.core.Init: Load runtime: 263ms 000430 qx.core.Init: Main runtime: 166ms 001084 qx.core.Init: Finalize runtime: 653ms IE7: 000140 qx.core.Init: Load runtime: 140ms 000401 qx.core.Init: Ma

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Guilherme Aiolfi
It's now avaiable: http://www.google.com/chrome 2008/9/2 Tino Butz <[EMAIL PROTECTED]> > Hi, > > > Yes, I am back again :) Good to be back! > > > To all who don't know me, I would like to say "hi". > > > Cheers! > > > - Original Message - > From: Fabian Jakobs > Sent: 02/09/08 12:17 pm >

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Guilherme Aiolfi
and it is working on opera too. Opera Version 9.21. It's not the latest one, but... :) 2008/9/2 Guilherme Aiolfi <[EMAIL PROTECTED]> > ráá, > > great work, Petr. > > It worked! :D > > 2008/9/2 Petr Kobalíček <[EMAIL PROTECTED]> > > Guys, I will add this to download. >> >> I'm working now on mani

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Guilherme Aiolfi
ráá, great work, Petr. It worked! :D 2008/9/2 Petr Kobalíček <[EMAIL PROTECTED]> > Guys, I will add this to download. > > I'm working now on manifest file for easy inclusion into your projects. > > just wait one hour :-) > > Cheers > - Petr > > 2008/9/2 Oleksiy Golovko <[EMAIL PROTECTED]>: > >

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Petr Kobalíček
Guys, I will add this to download. I'm working now on manifest file for easy inclusion into your projects. just wait one hour :-) Cheers - Petr 2008/9/2 Oleksiy Golovko <[EMAIL PROTECTED]>: > Hi Petr, > > I want upload widget as well, please send it to [EMAIL PROTECTED] > > Thank you very much,

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Oleksiy Golovko
Hi Petr, I want upload widget as well, please send it to [EMAIL PROTECTED] Thank you very much, Oleksiy > 2008/9/1 Petr Kobalíček <[EMAIL PROTECTED] > > > > I had problems with attachments:( > > Currently my work has Sebastian and I have granted SVN ac

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Guilherme Aiolfi
Hey Petr, I want the UploadWidget. Could you send it to [EMAIL PROTECTED] Thank you 2008/9/1 Petr Kobalíček <[EMAIL PROTECTED]> > I had problems with attachments:( > > Currently my work has Sebastian and I have granted SVN account, so I > will commit it later directly. > > If you need these wid

[qooxdoo-devel] switching themes in 0.8

2008-09-02 Thread Petr Kobalíček
Hi, is there a way to select theme in bootstap ? In bootstrap generated is something like this: qxsettings["qx.theme"] = "qx.theme.Modern"; I need to change this for example to: if (qxsettings["qx.theme"] === undefined) qxsettings["qx.theme"] = "qx.theme.Modern"; is this possible ? (by this w

[qooxdoo-devel] adding authentication support to the perl backend

2008-09-02 Thread Tobias Oetiker
Nick, I have been thinking about how to integrate authentication support into the perl backend. My idea is to enhance the JSONRPC.pm such that it passes the session handle to both the method and the accessibility checker and then take it from there. I think I found a way which will not break exis

Re: [qooxdoo-devel] image rescaling

2008-09-02 Thread Stephan Veigl
Hi Sebastian, Thanks for your fast reply. I've created a new project to test the image scaling. So I took the test application generated by create-application.py and add load the test imaged (used by the button) as image. Check that it is in the correct directory and that the #asset is set (wh

Re: [qooxdoo-devel] Findings on still open memory leaks 0.8

2008-09-02 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: >> We could add a check to class define and show warnings for this. Would >> you open a bug report for this? >> > > #1353 > > > thank you. Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht M

Re: [qooxdoo-devel] image rescaling

2008-09-02 Thread Sebastian Werner
Stephan Veigl schrieb: > Hi Sebastian, > > I’m quite new to qooxdoo, so probably it's just a configuration problem. > >> Is the image registered by the generator? > > No, I've add it to the source\resource directory. > Where and how do I need to register images? Move your custom resources int

[qooxdoo-devel] Backend Connection for Qooxdoo

2008-09-02 Thread salman farci
Hi, can anyone let me know how a backend connection for Qooxdoo is made ? I'm using MySQL as a database via PHP. Regards Farci - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Tino Butz
Hi, Yes, I am back again :) Good to be back! To all who don't know me, I would like to say "hi". Cheers! > - Original Message - > From: Fabian Jakobs > Sent: 02/09/08 12:17 pm > To: qooxdoo Development > Subject: Re: [qooxdoo-devel] Google Chrome > > > TEST schrieb: > > > > >

Re: [qooxdoo-devel] Table cell change events

2008-09-02 Thread Stefan Volbers
Hi Fritz, have you seen the dataChanged event of qx.ui.table.model.Abstract? It should just do what you're searching for. It gets shown to the real table model classes by the api viewer if you switch to view inherited classes too. HTH, regards Stefan Fritz Zaucker wrote: > Hi, > > I'd like

Re: [qooxdoo-devel] Findings on still open memory leaks 0.8

2008-09-02 Thread stefan . hansel
>We could add a check to class define and show warnings for this. Would >you open a bug report for this? #1353 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based ap

Re: [qooxdoo-devel] image rescaling

2008-09-02 Thread Stephan Veigl
Hi Sebastian, I’m quite new to qooxdoo, so probably it's just a configuration problem. > Is the image registered by the generator? No, I've add it to the source\resource directory. Where and how do I need to register images? > Do you get any warnings about the image > when loading the source

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread thron7
Jim Hunter wrote: > Haven't you read about FireFox 3.1? It will have the JavaScript 'compiler' > and will be out very soon. FireFox is the only reason the other browsers are > doing more. FireFox raises the bar, the others are just reaching for it. I > simply couldn't do my job on a day to day basi

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Fabian Jakobs
TEST schrieb: > > > First I thought "why another browser?" but after reading the comic it > really saved my day - very promising! Looking forward to install it > today! > > > Hi Tino TEST, welcome to the mailing list. Best Fabian > > >> - Original Message - >> From: Fabian Jakobs >> S

Re: [qooxdoo-devel] Jumping window

2008-09-02 Thread Fabian Jakobs
Thanks > > Hi Fabian, > > I've added a bug report. > http://bugzilla.qooxdoo.org/show_bug.cgi?id=1352 > > Greetings, > Andreas > > > > Von: [EMAIL PROTECTED] im Auftrag von Fabian Jakobs > Gesendet: Di 02.09.2008 10:47 > An: qooxdoo Development > Betreff: Re:

Re: [qooxdoo-devel] Jumping window

2008-09-02 Thread Fink, Andreas
Hi Fabian, I've added a bug report. http://bugzilla.qooxdoo.org/show_bug.cgi?id=1352 Greetings, Andreas Von: [EMAIL PROTECTED] im Auftrag von Fabian Jakobs Gesendet: Di 02.09.2008 10:47 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Jumping window F

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Tino Butz
Yeah, Firefox 3.1 JS "compiler" will boost up things - the gmx.com team can't wait for it! :) I really hope there will be good development tools for Chrome, like a debugger or a DOM inspector. Without those tools it will just be another browser... IE8 finally has these things build in, that wi

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Matthew Gregory
Google have officially released the comic here: http://www.google.com/googlebooks/chrome/ Matt Dan wrote: > It looks like Google will launch its own browser soon, based on Webkit: > > http://blogoscoped.com/google-chrome/ > > This looks very promising to me. > > > ---

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Jim Hunter
Haven't you read about FireFox 3.1? It will have the JavaScript 'compiler' and will be out very soon. FireFox is the only reason the other browsers are doing more. FireFox raises the bar, the others are just reaching for it. I simply couldn't do my job on a day to day basis without FireFox, period.

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread thron7
Dan wrote: > It looks like Google will launch its own browser soon, based on Webkit: > > http://blogoscoped.com/google-chrome/ > > This looks very promising to me. > > Very interesting indeed. I think that Mozilla simply isn't doing enough to advance the browser issue sufficiently. Google Chro

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread TEST
First I thought "why another browser?" but after reading the comic it really saved my day - very promising! Looking forward to install it today! > - Original Message - > From: Fabian Jakobs > Sent: 02/09/08 09:22 am > To: qooxdoo Development > Subject: Re: [qooxdoo-devel] Google C

Re: [qooxdoo-devel] Jumping window

2008-09-02 Thread Fabian Jakobs
Fink, Andreas schrieb: > Hi, > > I'm trying to port my application to 0.8 and I've found a strange > behaviour if I add a window to a desktop which is inside a splitpane. > If I try to move the window, it jumps to the right with the width of > the left pane. You can change the jump width by ch

[qooxdoo-devel] Table cell change events

2008-09-02 Thread Fritz Zaucker
Hi, I'd like to attach to an event that hopefully is dispatched when a cell in a table is changed, i.e., a combobox selection changes, a value is entered into a text field, etc. I can't find the relevant documentation or an example. Any pointer would be much appreciated. Thanks and best regards,

Re: [qooxdoo-devel] Findings on still open memory leaks 0.8

2008-09-02 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: >>> BTW there is a small problem in your code: >>>/* current call-stack */ >>>__recursionInfo: *new* Array(), // <-- this array will be shared >>> > > As a poor defense I could argue that after one run the array is empty > again and JS is not multithreaded

[qooxdoo-devel] Jumping window

2008-09-02 Thread Fink, Andreas
Hi, I'm trying to port my application to 0.8 and I've found a strange behaviour if I add a window to a desktop which is inside a splitpane. If I try to move the window, it jumps to the right with the width of the left pane. You can change the jump width by changing the width of the pane. Her

Re: [qooxdoo-devel] Findings on still open memory leaks 0.8

2008-09-02 Thread stefan . hansel
>> BTW there is a small problem in your code: >>/* current call-stack */ >>__recursionInfo: *new* Array(), // <-- this array will be shared As a poor defense I could argue that after one run the array is empty again and JS is not multithreaded so far ;-) Anyway thanks for this hint - I r

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Fabian Jakobs
Its like they have written a web browser only for qooxdoo :-) . This is what we have waited for. Fabian > It looks like Google will launch its own browser soon, based on Webkit: > > http://blogoscoped.com/google-chrome/ > > This looks very promising to me. > --