RE: [qooxdoo-devel] QxBuilder + Server-side integration ideas

2006-04-11 Thread Michael Wilson
I would agree. If I wanted a page oriented framework I would use Ruby on Rails. With Qooxdoo the archiac notion of a page based navigation is a thing of the past. I for one, don't ever plan to go back to page based nav. ;) From: [EMAIL PROTECTED] on beha

RE: [qooxdoo-devel] QxBuilder + Server-side integration ideas

2006-04-11 Thread Christoph Dorn
I think its a great idea. Not everyone uses qooxdoo for their whole application. It would be great to have qooxdoo replace html components if and where applicable/supported. It makes it much easier to migrate traditional HTML applications to qooxdoo in a hybrid approach. A solid qooxdoo/ajax fram

Re: [qooxdoo-devel] QxBuilder + Server-side integration ideas

2006-04-11 Thread Kent Olsson
wonderful initiative! I am interested. If you think I can help you in any way tell me. Kent On Tue, 2006-04-11 at 21:48 +0200, Oliver Vogel wrote: > i am actually working on somewhat like a visual "GUI-builder". > with this solution, you can visually build the GUI you need. > This "GUI-builder" c

Re: [qooxdoo-devel] QxBuilder + Server-side integration ideas

2006-04-11 Thread Zenrique Steckelberg
Jim, the change I proposed is not really a change but some additional feature, which by the way already exists in similar form in qx's qxBuilder function. Another point is that there are component web frameworks like the ones I cited (JSF and wicket) which could leverage on qooxdoo's features and

Re: [qooxdoo-devel] QxBuilder + Server-side integration ideas

2006-04-11 Thread Jim Hunter
I for one would vote against such a change. There are plenty of _javascript_ 'toolkits' out there that do this very same thing. The reason I choose Qooxdoo was because it is a true application framework where I can write full featured applications without thinking in terms of 'web pages'. My applic

Re: [qooxdoo-devel] QxBuilder + Server-side integration ideas

2006-04-11 Thread Oliver Vogel
i am actually working on somewhat like a visual "GUI-builder". with this solution, you can visually build the GUI you need. This "GUI-builder" can be launched at window (and hopefully linux) and creates "100% pure JavaScript - qooxdoo-api". i don't have to much to show and i am not sure if i ca

[qooxdoo-devel] QxBuilder + Server-side integration ideas

2006-04-11 Thread Jose Henrique Steckelberg F.
I've been following qooxdoo devel for some time, and would like to propose something which is somewhat related to the PHP framework discussion thread: could dojo's way of "templating" applications be implemented in qooxdoo? QxBuilder should be able to read the page's html at onLoad and parse its co

RE: [qooxdoo-devel] get/set selected index patches

2006-04-11 Thread Priebe, Jason
> Combobox: No, I haven't tested it yet. An small example would > be great. I did actually submit an example before. Attached is an example that does not rely on my patches. To replicate, load the page, and then immediately hit the "Set Selected Index" button. You will notice that in the debug

Re: [qooxdoo-devel] Status of QxListView...

2006-04-11 Thread Kent Olsson
Hej Til! THis is excellent news. I will be happy to share the code. If you want us to test just let me know and I can start testing already now. One question: Can you add QxCheckBox, QxComboBox, QxRadioButton, QxTextField, QxPassword etc to a column? Kent On Tue, 2006-04-11 at 13:42 +0200, Til

Re: [qooxdoo-devel] get/set selected index patches

2006-04-11 Thread Sebastian Werner
Hi Jason, Listview: We are preparing currently some major rework in a branch. To make it easier for us, the trunk is currently not used anymore for updates. Please submit your patches again after this work is done. Thanks. Combobox: No, I haven't tested it yet. An small example would be great

Re: [qooxdoo-devel] Caret disappears when the widget is on top of overflowing widgets

2006-04-11 Thread Christian Boulanger
Uh oh. I thought 0.5.1 had a work-around for this bug ! I am getting complaints from my "client" because of that (still using 0.1) and thought that upgrading will make them happy! So no hope? Christian Dietrich Streifert schrieb: If it is on firefox: it is a long lasting well known bug: "C

[qooxdoo-devel] get/set selected index patches

2006-04-11 Thread Priebe, Jason
Sebastian: Have you had a chance to review the patches I submitted last month? The patches themselves are not urgent; it is no trouble to use an external utility function to get or set the selected index. I am more concerned about the QxComboBox bug that I reported along with the patches. I'll p

[qooxdoo-devel] forEachVisibleChild in QxTree

2006-04-11 Thread Malangon Perez
How to use forEachVisibleChild in QxTree. Example? Thank you. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- This SF.Net email is spo

Re: [qooxdoo-devel] Caret disappears when the widget is on top of overflowing widgets

2006-04-11 Thread Dietrich Streifert
If it is on firefox: it is a long lasting well known bug: "Caret invisible with onblur in input which focuses another input": https://bugzilla.mozilla.org/show_bug.cgi?id=246576 I had the problem if I placed the QxTextField above a div which had a scrollbar. This can occur if the div has css

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-11 Thread Lumir Stol
ChristophDorn wrote: Do you have a sample application or demo you can share that we can have a look at? I decide rewrite this code so it will not use xajax as transport layer, as CakePHP has built-in support for ajax through prototype library. Simple first & hot demo of 0.1_alpha release of

[qooxdoo-devel] Caret disappears when the widget is on top of overflowing widgets

2006-04-11 Thread BJörn Lindqvist
On a page I have a QxList widget which I have added auto-overflow to, setOverflow("auto"). There is also a QxWindow on that page which contains a QxTextField. When I move the QxWindow so that it is on top of the QxList, the caret inside the QxTextField disappears. When I move the window so that it

Re: [qooxdoo-devel] Canvas Tag Compatible

2006-04-11 Thread Sebastian Werner
Chris Spencer schrieb: Is it possible to put use a canvas element, supported by Firefox and Safari, inside a Qooxdoo window? I've no idea. You can try to embed it with QxHtml. Sebastian Chris --- This SF.Net email is sponsored by xPML,

[qooxdoo-devel] QxTextField:s inside QxBoxLayout:s aren't layed out properly

2006-04-11 Thread BJörn Lindqvist
I have a few QxTextField:s inside a QxVerticalBoxLayout. The QxVerticalBoxLayout has both its width and height set to "auto". But the QxTextField:s overflow a few pixels to the left of the QxVerticalBoxLayout. The same thing seems to happen when QxTextField:s are placed inside QxHorizontalBoxLayout

[qooxdoo-devel] Canvas Tag Compatible

2006-04-11 Thread Chris Spencer
Is it possible to put use a canvas element, supported by Firefox and Safari, inside a Qooxdoo window? Chris --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media.

Re: [qooxdoo-devel] Status of QxListView...

2006-04-11 Thread Til Schneider
Kent Olsson schrieb: I would appreciate if you could tell me the status of your further development of the QxListView. I would appreciate even more if you could share what you have and it doesn't matter what, because else we have to do it ourselves asap. We do need this class urgently! Without th

Re: [qooxdoo-devel] About QxList

2006-04-11 Thread Sebastian Werner
Hi Mengya! The problem is your usage of the alert box. Please replace it with this.debug and your example will work. The alert box have a bad effect on the event sequence. Sebastian Mengya Tang schrieb: > Hi Sebastian, > > Sorry for late example, since my data is read from server dynami