Re: [qooxdoo-devel] speed of development

2010-06-11 Thread Guilherme Aiolfi
My two only wishes (things that I'm really missing when developing) are: 1) Virtual widgets; 2) On demand remote data loading for virtual widgets (like Remote Table) Those 2 items above are the kind of thing 90% of all projects would be beneficed by. Sure much more can be done to complement the

Re: [qooxdoo-devel] speed of development

2010-06-11 Thread Bee Jay
On 12 Jun 2010, at 07:02, Petr Kobalíček wrote: > 3. Better default theme. I like that qooxdoo goes its own way, but the > Modern theme isn't really modern (to me) and Classic theme is hideous > (mainly the hovering styles, see pushed buttons, focused list box, > etc...). Here the ExtJS is clearly

Re: [qooxdoo-devel] speed of development

2010-06-11 Thread Bee Jay
On 12 Jun 2010, at 24:55, thron7 wrote: > Without going into details, I think I can say in general we'd truly like to > push out more. Thank you. It's a good news indeed. :) > To pick up on one thing you mentioned, charting, Christian has just recently > issued a flash-based > charting integra

Re: [qooxdoo-devel] speed of development

2010-06-11 Thread Bee Jay
On 12 Jun 2010, at 24:13, Tobias Oetiker wrote: > As opposed to the ExtJS people who are guided by more visible > aspects of their product due to different financial circumstances. I don't mean to defend ExtJS, but I think ExtJS isn't truly guided only by visible aspects. I'm one of their users

Re: [qooxdoo-devel] Window opening

2010-06-11 Thread ulr00t
Both solutions work fine! Have to take in consideration that: this.getRoot().add(win, {left:100, top:250}); Must be changed to: this.getRoot().add(this.win, {left:100, top:250}); or it won't work at all. (I'm a novice and it took me about 30 minutes to figure this heheh). I'll analyze which m

[qooxdoo-devel] Time to create an application

2010-06-11 Thread Petr Kobalíček
Hi devs, I have two questions: 1. How is average time that you need to create an user interface in qooxdoo for your application? I mean everything except server-side with testing and fixing core bugs. 2. Are you building your own API to do RPC calls, handle forms, build UI, etc or are you using p

Re: [qooxdoo-devel] speed of development

2010-06-11 Thread Petr Kobalíček
Hi Bee, I nearly agree with you, but I think that qooxdoo needs: 1. Better Html editor (I'm using qooxdoo the long time and html editing simply does not I'm expecting to). 2. Upload widget integration 3. Better default theme. I like that qooxdoo goes its own way, but the Modern theme isn't really

[qooxdoo-devel] Live Demo: Bibliograph 2.0pre

2010-06-11 Thread panyasan
Hello everybody, I am getting closer to a first public beta release of my qooxdoo-based application "Bibliograph". Bibliograph is a tool for the collaborative management of bibliographic data, mainly for use in universities. You can enter, edit, import and export bibliographic references, view th

Re: [qooxdoo-devel] Window opening

2010-06-11 Thread Fritz Zaucker
On Fri, 11 Jun 2010, Derrell Lipman wrote: > On Fri, Jun 11, 2010 at 16:01, Fritz Zaucker wrote: > >> On Fri, 11 Jun 2010, Derrell Lipman wrote: >> >>> Instead of the above assignment to a local variable called win, assign it >> to >>> a variable of your application instance: >>> >>> this.win =

Re: [qooxdoo-devel] Window opening

2010-06-11 Thread Derrell Lipman
On Fri, Jun 11, 2010 at 16:01, Fritz Zaucker wrote: > On Fri, 11 Jun 2010, Derrell Lipman wrote: > > > Instead of the above assignment to a local variable called win, assign it > to > > a variable of your application instance: > > > > this.win = new qx.ui.window.Window("Acerca de...", > > "resou

Re: [qooxdoo-devel] Window opening

2010-06-11 Thread Fritz Zaucker
On Fri, 11 Jun 2010, Derrell Lipman wrote: > On Fri, Jun 11, 2010 at 15:47, ulr00t wrote: > >> >> Hello, first of all, thanks to whoever made this a wonderful project to >> work >> on :) >> >> My problem is the following one: >> >> I want to open a window I've created outside of "main" (the reaso

Re: [qooxdoo-devel] Window opening

2010-06-11 Thread Derrell Lipman
On Fri, Jun 11, 2010 at 15:47, ulr00t wrote: > > Hello, first of all, thanks to whoever made this a wonderful project to > work > on :) > > My problem is the following one: > > I want to open a window I've created outside of "main" (the reason is that > I'd like to not overload "main" and I'd lik

Re: [qooxdoo-devel] Automated tests - select tree item error

2010-06-11 Thread Loredana Loredana
I will try what you suggested on Monday and I will get back to you then. My locator looks something like this qxh=app:child[0]/child[13]/child[0]/child[1]/child[0]/child[0]. Thank you a lot for your answer. Have a nice weekend! Loredana > > ---

[qooxdoo-devel] Window opening

2010-06-11 Thread ulr00t
Hello, first of all, thanks to whoever made this a wonderful project to work on :) My problem is the following one: I want to open a window I've created outside of "main" (the reason is that I'd like to not overload "main" and I'd like to organize better the code), but not yet, just create it.

Re: [qooxdoo-devel] speed of development

2010-06-11 Thread thron7
Hi Bee, thanks for compliments. As for development speed, I think you hit on a soft spot of ours. Without going into details, I think I can say in general we'd truly like to push out more. To pick up on one thing you mentioned, charting, Christian has just recently issued a flash-based charting in

Re: [qooxdoo-devel] speed of development

2010-06-11 Thread Tobi Oetiker
Today Tobias Oetiker wrote: > Hi Bee, > > Today Bee Jay wrote: > > [...] > > I know Qooxdoo has better internal design and API, also better > > license. > [...] > > and that is exactly why qooxdoo is so cool ... they rather work > long and hard to find a near perfect solution to each problem. > As

Re: [qooxdoo-devel] speed of development

2010-06-11 Thread Tobias Oetiker
Hi Bee, Today Bee Jay wrote: [...] > I know Qooxdoo has better internal design and API, also better > license. [...] and that is exactly why qooxdoo is so cool ... they rather work long and hard to find a near perfect solution to each problem. As opposed to the ExtJS people who are guided by mor

[qooxdoo-devel] speed of development

2010-06-11 Thread Bee Jay
Hi all, First of all, I thank this project for providing such a good framework. What I'm about to say doesn't meant to question the effort of the core developers. I believe they have been giving their best for this project. However, I feel the speed of the development of this project seems to b

Re: [qooxdoo-devel] Automated tests - select tree item error

2010-06-11 Thread Daniel Wagner
Hi Loredana, there's a short delay after opening a tree node for the first time until the DOM elements for the child nodes are created. This can cause problems with automated tests that run very fast. You can (temporarily) set Selenium's step speed to something like 500ms to avoid this, or just

[qooxdoo-devel] Automated tests - select tree item error

2010-06-11 Thread lore6dana
Hello I want to test a qooxdoo application, which has a tree, with selenium. I know the locator of the tree and when i run the test with selenium the test runs ok, when i run it slow, but when I use java to run it, I get the following error when i try to click on an item of the tree : "Command exe

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-11 Thread Burak Arslan
On 06/11/10 16:11, Fink, Andreas wrote: > Thanks for your advice. > This Java Date and Calendar functions driving me nuts! :) > hi, i'm no java expert either but here we go: there are two types of time zones. one defines absolute utc offsets, the other gets translated to utc offsets based on

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-11 Thread Fink, Andreas
Thanks for your advice. This Java Date and Calendar functions driving me nuts! :) Regards, Andreas > -Ursprüngliche Nachricht- > Von: thron7 [mailto:thomas.herchenroe...@1und1.de] > Gesendet: Freitag, 11. Juni 2010 11:25 > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel] Java backen

Re: [qooxdoo-devel] problem running code for Tutorial Part 4

2010-06-11 Thread Magnus Spång
I have i similar problem. I can´t post at all and I get problem at the same place. It says that getStatus is undefined. /Magnus -- View this message in context: http://qooxdoo.678.n2.nabble.com/problem-running-code-for-Tutorial-Part-4-tp5040597p5167603.html Sent from the qooxdoo mailing list ar

Re: [qooxdoo-devel] problem running code for Tutorial Part 4

2010-06-11 Thread MartinWittemann
Hey Magnus, could you supply the code you wrote? I can't say much without any further knowledge what you did. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/problem-running-code-for-Tutorial-Part-4-tp5040597p5167617.html Sent from the qooxdoo mailing list archi

Re: [qooxdoo-devel] Some minor ui bugs

2010-06-11 Thread Petr Kobalíček
Sure, bugs #3761, #3762, #3763 submitted. I think that these bugs are really minor, but make them fixed will be cool:) Thanks -- Best regards - Petr Kobalicek On Mon, Jun 7, 2010 at 2:37 PM, Jonathan Weiß wrote: > > Hello Petr, > > > thank you for taking the time and w

Re: [qooxdoo-devel] config.json for indirect includes

2010-06-11 Thread Fritz Zaucker
Hi Thomas, thanks very much for the extensive explanation. I think I understood what's going on and will to setup the solution you suggested. As far as I can see that will at least let me hide the specific dependency of LocalLibrary by paying the price to have "include" it in a bit more complex wa

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-11 Thread thron7
On 06/11/2010 11:06 AM, Fink, Andreas wrote: > OK, that's logical, but why it sometimes creates the date in CET and > sometimes in CEST, even if it's GMT+0200 in the frontend? > And how to fix it? I'm no Java expert, but I guess the Java run time has some default time zone it uses when printing

Re: [qooxdoo-devel] [SPAM] Re: Make a SlideBar behave like a List

2010-06-11 Thread david leray
It worked perfectly ! Than you very much, your help is very appreciated ! On Mon, Jun 7, 2010 at 6:52 PM, Christian Hagendorn < christian.hagend...@1und1.de> wrote: > Hi David, > > > I've tried what you suggested. I've done the inheritance from SlideBar > > and included/added the needed parts, an

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-11 Thread Fink, Andreas
OK, that's logical, but why it sometimes creates the date in CET and sometimes in CEST, even if it's GMT+0200 in the frontend? And how to fix it? Regards, Andreas > -Ursprüngliche Nachricht- > Von: thron7 [mailto:thomas.herchenroe...@1und1.de] > Gesendet: Freitag, 11. Juni 2010 09:57 > A

Re: [qooxdoo-devel] config.json for indirect includes

2010-06-11 Thread thron7
Fritz, On 06/11/2010 09:20 AM, Fritz Zaucker wrote: > I have an Application which includes a local library and in the > application's config.json I include with > >"jobs" : >{ > > "libraries" : > { >"library" : >[ > { >"manifest" : "../../L

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-11 Thread thron7
> For example: > I choose 05/24/1970 in a DateField (representing string is Sun May 24 > 1970 00:00:00 GMT+0200 {}') and deliver the date object to the backend a > print of the Java date object to the console shows 'Sat May 23 23:00:00 > CET 1970'. > ... > Tue Apr 01 1980 00:00:00 GMT+0200 {} Mo

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-11 Thread Fink, Andreas
Sorry, as always I forgot some necessary information: Qooxdoo 1.1 RpcJava with JSON Regards, Andreas > -Ursprüngliche Nachricht- > Von: Jean-Baptiste BRIAUD -- Novlog [mailto:j-b.bri...@novlog.com] > Gesendet: Freitag, 11. Juni 2010 09:39 > An: qooxdoo Development > Betreff: Re: [qooxdoo

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-11 Thread Jean-Baptiste BRIAUD -- Novlog
On 11 juin 2010, at 08:40, Fink, Andreas wrote: > Hi all, > > if I send a javascript date object to the java backend I get a > difference of one hour. > > For example: > I choose 05/24/1970 in a DateField (representing string is Sun May 24 > 1970 00:00:00 GMT+0200 {}') and deliver the date obje

Re: [qooxdoo-devel] form validation and invalidMessage

2010-06-11 Thread MartinWittemann
Thanks. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/form-validation-and-invalidMessage-tp5159855p5166809.html Sent from the qooxdoo mailing list archive at Nabble.com. -- ThinkGeek and WIRED's G

[qooxdoo-devel] config.json for indirect includes

2010-06-11 Thread Fritz Zaucker
Hi, I am using Tobi Oetiker's QxJqPlot contrib, but I think this question is actually general. I'll just use QxJqPlot as example: I have an Application which includes a local library and in the application's config.json I include with "jobs" : { "libraries" : { "library"

Re: [qooxdoo-devel] Removing the cursor on a drag and drop - other cursor questions

2010-06-11 Thread Alexander Steitz
Hi Jean-Noël, Am 10.06.2010 03:30, schrieb Jean-Noël Rivasseau: > I am coding a basic drag and drop and everything is working fine > except I get the no-drop cursor during the drag. In my particular case > I don't need to have a drop target for this drag& drop. What I would > like is remove the a