Re: [qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Fabian Jakobs
Hi Tobias, yes this is how you can do this now. Unfortunately it is not possible to apply this approach to any widget using appearance themes. This is something we hopt to fully support in 0.8. Thanks for sharing your code. Could you add it to the wiki

Re: [qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Tobias Koller (GERMO GmbH)
I forgot this code snippet: Bar.add(barLeft barCenter, barRight); Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH) Gesendet: Donnerstag, 21. Juni 2007 08:49 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] th

Re: [qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Fabian Jakobs
Siarhei Barysiuk schrieb: > Hello Fabian! > > Thanks for your reply. May be I'll try when I have free time :) > > Do qooxdoo's team plan any improvements in this direction? I mean > rounded corners, shadows, etc. > In which versions? > Yes, this is one of the main targets for 0.8. When reworking

Re: [qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Tobias Koller (GERMO GmbH)
Rounded borders are planned for the version 0.8 Take a look at http://qooxdoo.org/about/roadmap Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Siarhei Barysiuk Gesendet: Donnerstag, 21. Juni 2007 08:49 An: qooxdoo Development Betreff: Re:

Re: [qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Tobias Koller (GERMO GmbH)
I simulate rounded like this. var bar = new qx.ui.layout.HorizontalBoxLayout; bar.set({ width : this.getWidth(), height : this.getHeight(),

Re: [qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Siarhei Barysiuk
Hello Fabian! Thanks for your reply. May be I'll try when I have free time :) Do qooxdoo's team plan any improvements in this direction? I mean rounded corners, shadows, etc. In which versions? All the best, Siarhei Fabian Jakobs wrote: > Hello Siarhei, > >> Hello! >> >> Just want to ask

Re: [qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Fabian Jakobs
Hello Siarhei, > Hello! > > Just want to ask people who has experience with theme creation for qooxdoo. > How do you think what are time and resources estimations for creation theme > something like in Ext JS (http://extjs.com/deploy/ext/docs/index.html), > Vista interface. Is it possible? May be

Re: [qooxdoo-devel] Aptana JSEditor and the new OO syntax in qooxdoo 0.7

2007-06-20 Thread Dietrich Streifert
Aptana has done some work on qooxdoo OO syntax integration: > #4043: Support qooxdoo version 0.7+ OO class definition syntax > -+-- > Reporter: level420 |Owner: kevin > Type:

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Sebastian Werner
Am 20.06.2007 um 12:10 schrieb dperez: > > The API viewer is an example of a non-typical Desktop apps that can > be done > perfectly in qooxdoo. > > One of the advantage of qooxdoo is you have only to deal with > Javascript. > You don't need to know HTML nor CSS. Thanks to the great power of

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Sebastian Werner
Static HTML pages mean more size in general. Also you need to create all these dynamically evaluated cross-references inside these static pages. I think to use JavaScript to generate these pages dynamically really improves the usability and featureset by keeping the whole size of the API vi

Re: [qooxdoo-devel] Serious problem with online API viewer

2007-06-20 Thread thron7
> Obviously this needs to be reviewed and all "nocache" params removed. > I fixed the 'nocache' issue for the demo browser in the trunk. This affects the load of the navigation data and the sample code for the source view. Thing is, you have to explicitely disable the no-caching (req.setProhibi

[qooxdoo-devel] ComboBoxEx "hole"

2007-06-20 Thread dperez
Hi, I wonder why for the ComboBoxEx example, I have an unaesthetic "hole" between the right edge of the popup and the vertical scrollbar. It happens with the Ext appearance, but not for the Classic one. Why this difference in behavior between themes? There is no padding and no margin set. It h

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread johnl
I found out about qooxdoo this year when I was asked to do a logbook/characteristics database for the MST Fusion experiment. We looked at all the major frameworks and also at doing a stand-alone application. For writing a true web application qooxdoo seemed to be clearly the best. After readin

[qooxdoo-devel] theme support in qooxdoo (vista)

2007-06-20 Thread Siarhei Barysiuk
Hello! Just want to ask people who has experience with theme creation for qooxdoo. How do you think what are time and resources estimations for creation theme something like in Ext JS (http://extjs.com/deploy/ext/docs/index.html), Vista interface. Is it possible? May be you have already known pro

Re: [qooxdoo-devel] Why a tooltip isn't shown in a label, whereas in an atom ye

2007-06-20 Thread Hugh Gibson
> > > I have never done so, and it works except in labels. > > > I don't understand why. > > > > I would also like to know why it is necessary in some cases to > > add to the client document, but not in others, for anything. Why > > can't it be automatic? What does adding to the client document

Re: [qooxdoo-devel] Table columns non sortable

2007-06-20 Thread Derrell Lipman
On 6/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am using the Simple table model for my other tables. I don´t want to > change the quooxdoo files to extend the sortable functionality. > So i would rather use the Remote table model. But how do i add rows to my > table using that model? >

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Tobias Koller (GERMO GmbH)
The first time i heard about qooxdoo was at the "ajax in action" last year.;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson Gesendet: Mittwoch, 20. Juni 2007 14:06 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Hugh Gibson
> Crane, Dave and Eric Pascarello with Darren James: > Ajax in Action, Manning, 2005 > > and it was listed there already! So I could have known it already > in 2005. That's where we heard about it, around 18 months ago now. Hugh -

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Marc van Woerkom
2007/6/20, Christian Boulanger <[EMAIL PROTECTED]>: > I cannot believe they wanted to delete the German version of the > article! How ignorant can people be? Now you have to explain the > development of website technology from the dark ages to the present - > which should really go into a different

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Christian Boulanger
I cannot believe they wanted to delete the German version of the article! How ignorant can people be? Now you have to explain the development of website technology from the dark ages to the present - which should really go into a different article, not the qooxdoo article - to explain what a "w

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Leander Hanwald
Mhh, I think that the api viewer could be done in the identical quality only with html files and only a little bit of javascript. The tree isn't very complex, and the rest doesn't use js much. I see a lot of html api docus (with a little bit js ;) ) that works nearly identical dperez schrieb: > Th

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Siarhei Barysiuk
dperez wrote: > The API viewer is an example of a non-typical Desktop apps that can be done > perfectly in qooxdoo. > > One of the advantage of qooxdoo is you have only to deal with Javascript. > You don't need to know HTML nor CSS. Thanks to the great power of JS > closures, I don't have to care

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread dperez
The API viewer is an example of a non-typical Desktop apps that can be done perfectly in qooxdoo. One of the advantage of qooxdoo is you have only to deal with Javascript. You don't need to know HTML nor CSS. Thanks to the great power of JS closures, I don't have to care about assigning unique

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Leander Hanwald
Yes, qooxdoo is, like other fat js libs, more for internal apps, or "real" Desktop-like Webapps (typical office applications like mail, note, calendar and so on), but not a real perfect choose for normal websites. This isn't a bad think, only different, and the market for that seems not as big as

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Siarhei Barysiuk
Hello, At first I would like to say that personally for me qooxdoo is better than for example Dojo and GWT because it has really clean structure and it's very very good designed. And I'm very wondered when qooxdoo is not noticed in some articles, reviews and news along with other libraries. I thi

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Marc van Woerkom
2007/6/20, dperez <[EMAIL PROTECTED]>: > Nearly nobody knew qooxdoo a year ago. Now I think it is getting more > popular. I learned about qooxdoo this year. Then I had a look into Crane, Dave and Eric Pascarello with Darren James: Ajax in Action, Manning, 2005 and it was listed there alrea

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread dperez
Hi, A rough estimation of popularity is to consider the number of hits in a Google search. Here are the results for the 3 frameworks I considered when choosing Qooxdoo: - qooxdoo: 405.000 hits - Dojo: 1.240.000 hits - OpenLazslo: 1.730.000 - Google GWT: 1.390.000 Nearly nobody knew qooxdoo a y

Re: [qooxdoo-devel] Table columns non sortable

2007-06-20 Thread gerds
I am using the Simple table model for my other tables. I don´t want to change the quooxdoo files to extend the sortable functionality. So i would rather use the Remote table model. But how do i add rows to my table using that model? Is their any example using the Remote table model? Cheers, Gerd