Re: [qooxdoo-devel] what's wrong with the generator?

2010-06-18 Thread flj
Qooxdoo isn't really usable in production without the generator, IMO. Qooxdoo consists of hundreds of files. We do use the source version on the server for debugging. It loads slow as hell. The build version loads in less than 2s, the source version takes maybe 15s or more, upon every reload. A

Re: [qooxdoo-devel] speed of development

2010-06-18 Thread flj
> So I'd search the reason for qooxdoo's less-than-optimal adoption ... IMO, it has nothing to do with SEO, steep learning curve or the like. The learning curve is not steep for someone bringing OOP skills to the table. SEO usually doesn't really matter for real applications. SEO is something fo

Re: [qooxdoo-devel] spped of development

2010-06-18 Thread flj
Hi. Just thought of it: if you already run a nightly build/test infrastructure for qooxdoo, adding a mechanism so contribs can contribute their own tests, and making it mail the contrib's maintainer when tests fail would IMO be a useful addition, and solve a lot of problems with contrib mainten

[qooxdoo-devel] How to use stopPropagation() and preventDefault() correctly?

2010-06-18 Thread Marta Smith
Hi qooxdoo team, I have a TabView with multiple tabs. Tab1 has some content that must be submitted. If the user chooses to navigate away from the current tab while working on the task, I would like to give the user a warning in the form of a confirm box asking them "are you sure you want to leave

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread thron7
> who is responsible for the widget these days ? svn shows that may > people have had a hand at it already ... I guess it's up for grabs... T. -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's

Re: [qooxdoo-devel] Table and custom sorting - filesystem and ".."

2010-06-18 Thread Derrell Lipman
On Fri, Jun 18, 2010 at 12:38, Petr Kobalíček wrote: > Hi devs, > > I have file browser widget, on left is file tree and on right files > and directories including "..". I need that item containing ".." will > be always the first. > > Is there a way how to do it? I have column sorting enabled, but

[qooxdoo-devel] Table and custom sorting - filesystem and ".."

2010-06-18 Thread Petr Kobalíček
Hi devs, I have file browser widget, on left is file tree and on right files and directories including "..". I need that item containing ".." will be always the first. Is there a way how to do it? I have column sorting enabled, but I can't realize the behavior I need. Thank you! - Petr

Re: [qooxdoo-devel] Selenium qxTableClick depending on platform

2010-06-18 Thread Daniel Wagner
Hi Olivier, I strongly doubt it's a problem with the table widget itself. Either the qooxdoo Selenium extensions are buggy or it's somehow related to your test setup. Please check the following things: * Make sure you're using the same Simulator revision on all your machines. I've been workin

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Tobias Oetiker
Hi Petr, Today Petr Kobalí?ek wrote: > Hi Tobi, > > I ported the UploadWidget from 0.7 to 0.8 and from that time it's > probably untouched. I think that this contrib should be rewritten, I > don't know if all the tricks there are are needed, it seems the code > is outdated and I think that it's m

[qooxdoo-devel] Selenium qxTableClick depending on platform

2010-06-18 Thread Olivier ZORO-BI
Hi, I Face a problem using qxTableClick(locator, "row, col, double=true") on different platforms : Unix and Mac. The fact is that under Unix platform rows tables seems to start from 1 and under Mac from 0. So depending on the platform, tests fail. Is it a known problem by qooxdoo, is it a S

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Alexander Steitz
Hi Tobi, feel free to open a bug report for this issue, so we track it down. cheers, Alex Am 18.06.2010 16:05, schrieb Tobias Oetiker: > I am using the UploadWidget in a project of mine and I found that > the clipping being applied to the input widget seems to stop it > from working. > > I on

[qooxdoo-devel] Content assist

2010-06-18 Thread panyasan
I just tried this library, which is an alternative to the auto-complete code I posted a while ago: http://media.chikuyonok.ru/content-assist/ but it is not working with qooxdoo unfortunately. Probably the event registration is conflicting somehow. Too bad, I was thinking about turning it into a

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Petr Kobalíček
Hi Tobi, I ported the UploadWidget from 0.7 to 0.8 and from that time it's probably untouched. I think that this contrib should be rewritten, I don't know if all the tricks there are are needed, it seems the code is outdated and I think that it's miracle that it still works:) -- Best regards - P

[qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Tobias Oetiker
I am using the UploadWidget in a project of mine and I found that the clipping being applied to the input widget seems to stop it from working. I only discovered this problem when making a very large (screen-wide) upload button ... I have removed the clip css property which caused the button to w

Re: [qooxdoo-devel] Qooxdoo window questions

2010-06-18 Thread Tobias Oetiker
Hi Mckwil, Today mckwil wrote: > > No, I didn't mean modal windows. I actually mean, when you make > the window.open() call, is there any way to make the code > execution block on that open() call? instead of just opening the > window, and keeps on execution? Note that javascript is mainly an ev

Re: [qooxdoo-devel] Qooxdoo window questions

2010-06-18 Thread mckwil
No, I didn't mean modal windows. I actually mean, when you make the window.open() call, is there any way to make the code execution block on that open() call? instead of just opening the window, and keeps on execution? Thanks, mckwil -- View this message in context: http://qooxdoo.678.n2.nabble

Re: [qooxdoo-devel] Problems using subversion repository

2010-06-18 Thread Daniel Hirtzbruch
Well - after removing the affected folder from my system the updating ran successfully - must've been a local problem indeed. Sorry for bugging you. ;-) The sourceforge problem was already gone some half hour after my mail. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Probl

Re: [qooxdoo-devel] Problems using subversion repository

2010-06-18 Thread Alexander Steitz
Hi, Am 18.06.2010 10:17, schrieb hkalyoncu: > there is a statement in qooxdoo roadmap for 1.2: > > Move the repository to git > > is that mean github will be the primary source? > as i can see github repo for qooxdoo is currently active. it would be very > nice moving to github from sourceforge co

Re: [qooxdoo-devel] Ajaxian post on the future of web apps

2010-06-18 Thread thron7
On 06/18/2010 09:55 AM, panyasan wrote: > > http://ajaxian.com/archives/the-march-to-a-more-client-centric-web-will-the-mobile-web-html5-and-chrome-web-apps-be-the-tipping-point I love this quote from one of the comments, as it equally applies to qooxdoo (or other fat-client frameworks): "The s

[qooxdoo-devel] Feedback on RpcJavaPojo : a Java <-> JSON RPCbackend for Qooxdoo by Novlog

2010-06-18 Thread Cui,Daojun
Hi Jean, thanks for the contrib that you have contributed. I am learning how RpcJavaPojo works with qooxdoo frontend. 2 Feedbacks from me. 1. The Running of test In your code has also provided a class named TestController for server test. And I ran the test against the TestController on RpcJav

Re: [qooxdoo-devel] Calling a superclass method from a different method

2010-06-18 Thread thron7
> Anyway, is there a possibility to set a validation manager to a form? You should open a new thread for a new question. -T. -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE

Re: [qooxdoo-devel] Problems using subversion repository

2010-06-18 Thread hkalyoncu
btw there is a statement in qooxdoo roadmap for 1.2: Move the repository to git is that mean github will be the primary source? as i can see github repo for qooxdoo is currently active. it would be very nice moving to github from sourceforge completely. regards, huseyin -- View this messag

Re: [qooxdoo-devel] Problems using subversion repository

2010-06-18 Thread hkalyoncu
hello i got a similar error message when i tried to browse the svn repo from firefox last night (about ~ 2000 GMT). but after several retries it worked regards huseyin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problems-using-subversion-repository-tp5194249p5194394.html S

[qooxdoo-devel] Ajaxian post on the future of web apps

2010-06-18 Thread panyasan
Hi all, see http://ajaxian.com/archives/the-march-to-a-more-client-centric-web-will-the-mobile-web-html5-and-chrome-web-apps-be-the-tipping-point I think this is a perfect occasion to do write a comment on qooxdoo, because the scenario that Dion describes is what qooxdoo has been built for. I v

Re: [qooxdoo-devel] Problems using subversion repository

2010-06-18 Thread Alexander Steitz
Hi Daniel, Am 18.06.2010 09:03, schrieb Daniel Hirtzbruch: > since last Wednesday I'm having problems updating my app from qooxdoo trunk; > whenever I try to update I get the following error message: > > svn: XML parser failed in > 'application/demobrowser/source/resource/demobrowser/welcome' > svn

Re: [qooxdoo-devel] Calling a superclass method from a different method

2010-06-18 Thread sid_curious
@Derrell & T.: thanks for your answers! @T: I've created a widget which looks like http://qooxdoo.678.n2.nabble.com/file/n5193730/gigi1.jpg , in fact is a list which has 2 buttons (+ open a new window and select some items and after that the items are added to the list, - remove the selected ite

Re: [qooxdoo-devel] Problems using subversion repository

2010-06-18 Thread thron7
I can't confirm any of your observations. ViewVC is working nicely, svn up on the trunk works nicely, svn st -u application/demobrowser/source/resource/demobrowser/welcome works nicely. Also, there is no XML file in this path (or anywhere near). Must be a local problem on your machine. Which SVN v

Re: [qooxdoo-devel] speed of development

2010-06-18 Thread Jean-Baptiste BRIAUD -- Novlog
On 17 juin 2010, at 10:25, Fritz Zaucker wrote: > Your customers seem not to trust you in selecting the right solution. This > means, that they are playing in your bath-tub instead in their own (they > should tell you what the problem is, you are the expert for the solution). > Hi Fritz, Thanks

[qooxdoo-devel] Problems using subversion repository

2010-06-18 Thread Daniel Hirtzbruch
Hello, since last Wednesday I'm having problems updating my app from qooxdoo trunk; whenever I try to update I get the following error message: svn: XML parser failed in 'application/demobrowser/source/resource/demobrowser/welcome' svn: Malformed XML: not well-formed (invalid token) at line 1 A