Re: [qooxdoo-devel] Align middle of a checkbox

2010-08-31 Thread Christian Hagendorn
Hi Stefan, could you please post a play ground example which shows the issue. Thanks, Chris Am 01.09.2010 00:16, schrieb Stefan Andersson: If I use kkkCB.getChildControl("label").setAlignY("middle"); the label is NOT aligned in the middle. It is rather 1 or 2 pixels too high as far as I ca

Re: [qooxdoo-devel] "qooxdoo-trunk/tool/bin/create-application.py -t contribution" not working

2010-08-31 Thread Daniel Wagner
Hi Christian, our nightly tests on Win XP didn't complain and a quick manual check on Linux looked OK too. That's revision 23210, which one are you on? Regards, Daniel panyasan schrieb: > Hi, > > I am trying to run "qooxdoo-trunk/tool/bin/create-application.py -t > contribution" but it create

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Martin Wittemann
Hello Petr, > For example slow cursor handling in qooxdoo is honestly very slow (you notice > it when there are more elements than single button on the page). Sure you are right with that point. The cursor handling is slow and we are aware of that. [1][2] > This is all from me. I have nothing m

Re: [qooxdoo-devel] "qooxdoo-trunk/tool/bin/create-application.py -t contribution" not working

2010-08-31 Thread panyasan
It does work with v 1.2. -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-trunk-tool-bin-create-application-py-t-contribution-not-working-tp5485637p5485641.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

[qooxdoo-devel] "qooxdoo-trunk/tool/bin/create-application.py -t contribution" not working

2010-08-31 Thread panyasan
Hi, I am trying to run "qooxdoo-trunk/tool/bin/create-application.py -t contribution" but it creates only the folder structure with no files in it. Can anyone reproduce this? I am using the current trunk. Thanks, Christian -- View this message in context: http://qooxdoo.678.n2.nabble.com/qoox

Re: [qooxdoo-devel] Twitter Turtorial part 3

2010-08-31 Thread Martin Wittemann
Hello Raymond, you might have seen that we changed the posting to an even easier way of just giving the data to the twitter website. Thats the common way to finish the tutorial now. I tried to add the OAuth mechanism but it was way too much work for this little tutorial (more than all the other

Re: [qooxdoo-devel] Place holder text in a textfield seems to disappear with the validation bound to it

2010-08-31 Thread Martin Wittemann
Hey Stefan, could you please supply a piece of sample code? This sounds like a bug to me. I also don't see a reason why the placeholder should go away when validation is bound. Regards, Martin Am 31.08.2010 um 22:19 schrieb Stefan Andersson: Should that be? I can not see why the placeholders sh

[qooxdoo-devel] What is the best way for a formbased application with a lots of database queries

2010-08-31 Thread Raymond Rösch
hi all, I am rather new to qooxdoo since I developped only one smaller app. I still struggle with the API, but I consider the framework as one of the best. My question: I would like to start to develop a database application with quiet a number of different forms which use heavy database access q

[qooxdoo-devel] Align middle of a checkbox

2010-08-31 Thread Stefan Andersson
If I use kkkCB.getChildControl("label").setAlignY("middle"); the label is NOT aligned in the middle. It is rather 1 or 2 pixels too high as far as I can see. I would like the box to be in the middle. How to do that? Is there a reason for that? Stefan

[qooxdoo-devel] Drag & drop on tree

2010-08-31 Thread mmbolido Gazeta.pl
Hi, I try make drag&drop on tree (now I need drag only TreeFolder). I found thread http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg20278.htmland solution http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg20379.html. But it's doesn't work:/ Any one have working s

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Burak Arslan
On 08/31/10 14:12, Martin Wittemann wrote: > Just a little side note and a reminder for all who haven't seen it. > http://gmx.com/ is one of our products we develop here at 1&1 which is > pretty huge and still fast. The guys at the development team did a > good job recently in speeding up the init

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Petr Kobalíček
Hi Jim, if your Windows version of app is running slower than the browser version written in qooxdoo then there is probably a problem with your Windows app :) Sorry:) To be honest I do not need help with my code. I'm using pooling and all techniques to make app fast, but I think that in our case

[qooxdoo-devel] Twitter Turtorial part 3

2010-08-31 Thread Raymond Rösch
AFAIK did the twitter API change: Twitter does no more allow to login by basic authentication. OAUTH is used instead. Has somebody an idea how to finish this tutorial using OAUTH? Thank you, Raymond -- This SF.net Dev2De

Re: [qooxdoo-devel] ide support for qooxdoo

2010-08-31 Thread Petr Kobalíček
Small idea here. It is possible to use generator to generate valid javascript files which can understand these IDEs? I mean to have a precompiled file(s) which will not be ideal for development, but can be used by IDEs to make code assist working. For example: qx.Class.define("ns.MyClass", {}.

[qooxdoo-devel] Place holder text in a textfield seems to disappear with the validation bound to it

2010-08-31 Thread Stefan Andersson
Should that be? I can not see why the placeholders should not be seen. It has not been documented what I found. Any explanation? Stefan -- This SF.net Dev2Dev email is sponsored

Re: [qooxdoo-devel] "Token Field" widget - qooxdoo virtual widget + jQuery?

2010-08-31 Thread Guilherme Aiolfi
I sent you an e-mail with the alpha version of the widget attached. On Tue, Aug 31, 2010 at 2:00 AM, panyasan wrote: > > Great stuff! Keep more coming... ;-) > > I think that the highlighting feature is optional, but it would be good to > have it, especially when matching inside of expressions.

[qooxdoo-devel] Regarding Grid and padding vs margin

2010-08-31 Thread Stefan Andersson
I have some strange behaviour here: 1. odd padding -> textfield glues with the above cell but not label var mobilePhoneTF = this.__mobilePhoneTF = new qx.ui.form.TextField(this.tr("Mobile phone number")); mobilePhoneTF.setRequired(true); mobilePhoneTF.setWidth(100); mobilePhoneTF.setAllowGrowX(

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Jim Hunter
Petr, I have been using qooxdoo for a few years now and all along I have been looking at other possible solutions. So far, nothing even comes close to comparing to qooxdoo. Yes, qooxdoo creates a lot of DIV's, no one is disputing that, but that alone does not mean it's slow or that they need to

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Stefan Andersson
Petr, I think your opinions are important here! So don't stop criticize, because it will only make Qooxdoo better. YOUR opinion is VALUABLE! I can agree that it seems that your critics is not welcome from the writing. Maybe it is, but you have to consider that most people here do not have Engl

Re: [qooxdoo-devel] ide support for qooxdoo

2010-08-31 Thread thron7
On 08/31/2010 04:03 PM, Mumuney Abdlquadri wrote: > Hi, > > About a year ago I tried qooxdoo and found out that it has lot of good > stuff. The two downsides for me is typing long names separated with > dots(I think thats an issue with javascript) and having to move > between text editor an comm

[qooxdoo-devel] ide support for qooxdoo

2010-08-31 Thread Mumuney Abdlquadri
Hi, About a year ago I tried qooxdoo and found out that it has lot of good stuff. The two downsides for me is typing long names separated with dots(I think thats an issue with javascript) and having to move between text editor an command line. So I decided to search for an IDE to no avail (all th

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread panyasan
Petr, Petr Kobalíček wrote: > > 3. I will never post here another qooxdoo critique mail. I have > feeling that critique is not welcome here and I really tried to be as > objective as possible. > please be fair. In the title of your email, you have made a pretty strong and broad statement ("qo

Re: [qooxdoo-devel] A theming problem

2010-08-31 Thread Christian Hagendorn
Hi Stefan, I don't know why, but it seems to me that the you defined appearance is not used. Could you please post a compleate example. This makes it easier to reproduce your issue. Thanks, Chris Am 31.08.2010 10:43, schrieb Stefan Andersson: My mistake. The error is the following: Erro

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Petr Kobalíček
let me summarize this discussion: 1. TaskSpeed is not relevant benchmark for this topic. I'm talking about speed of qooxdoo and not some css selector stuff which is irrelevant. The speed killer is count of needed DOM elements per application/widget, not javascript size or css selector speed. Just

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Martin Wittemann
Just a little side note and a reminder for all who haven't seen it. http://gmx.com/ is one of our products we develop here at 1&1 which is pretty huge and still fast. The guys at the development team did a good job recently in speeding up the initial startup. Take a look and tell me if you still

Re: [qooxdoo-devel] Proposal for DateField

2010-08-31 Thread Martin Wittemann
Hey, you can access the textField by using getChildControl (see API for more details) and set the "readOnly" flag there. Does that help? Regards, Martin Am 31.08.2010 um 12:34 schrieb Stefan Andersson: I have a proposal regarding DateFields. It might be the same for other fields. I think form f

Re: [qooxdoo-devel] Validation binding

2010-08-31 Thread Martin Wittemann
Hey, I think thats nothing you should cover in the validation. Thats something could easily covered by a even listener and thats it. Just check on every input event if you need to disable / enable the button. Best, Martin Am 31.08.2010 um 11:08 schrieb Stefan Andersson: I have a form with 10 f

[qooxdoo-devel] Proposal for DateField

2010-08-31 Thread Stefan Andersson
I have a proposal regarding DateFields. It might be the same for other fields. I think form fields should have a similar behaviour. readOnly does not exist for DateFields. Instead enable must be used. This results in different looks in the form. Suggestion: add readOnly also for DateFields and

[qooxdoo-devel] Validation binding

2010-08-31 Thread Stefan Andersson
I have a form with 10 fields. I want to check if all the fields are empty at any time. A button called "clean" will then be disabled or enabled depending on if any field is non-empty. If the user inputs something to any of the fields, then the "clean" button shall be enabled. You don't want to

Re: [qooxdoo-devel] use of combined images broken in 1.2.x ?

2010-08-31 Thread Peter Schneider
Thanks Thomas, but the title of bug3649 is "Combined Images are not Automatically included in the Build". I just want to make sure you noticed that the error is on *both* 'versions': "source" _and_ "build", so this might be a little different issue ...just to make this clear. I (will) add this as

Re: [qooxdoo-devel] A theming problem

2010-08-31 Thread Stefan Andersson
My mistake. The error is the following: Error in property decorator of class qx.ui.core.scroll.ScrollPane in method setThemedDecorator with incoming value 'visual-pane': Is invalid! [Break on this error] throw new Error(msg + (this.__errors[id] || "Unknown reason: " + id)); Stefan

Re: [qooxdoo-devel] A theming problem

2010-08-31 Thread Alexander Steitz
Hi Stefan, Am 31.08.2010 09:56, schrieb Stefan Andersson: > I have created a contribution widget with its own theming: > > Appearance.js > --- > qx.Theme.define("q.theme.Appearance", > { > title : "q appearance theme", > > appearances : > { > "fv/visual-pane" : > { > style : func

Re: [qooxdoo-devel] A theming problem

2010-08-31 Thread Christian Hagendorn
Hi Stefan, I don't know why you are getting an error "'visual-pane-border': Is invalid!", because I can't see any key name. Is you example complete? Cheers, Chris Am 31.08.2010 09:56, schrieb Stefan Andersson: I have created a contribution widget with its own theming: Appearance.js ---

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread J S
Hi Petr Is it just loading time that you find is so slow or after widgets have been created? If I have a criticism of Qx's prolific DOM elements, it's that they can be created before they are needed - EG if I have 10 tabs, then the widgets for all 10 tabs are created during startup which really

Re: [qooxdoo-devel] qooxdoo is slow

2010-08-31 Thread Stefan Andersson
Proof or not! What does it matter? Compare apples with apples and not apples with oranges, cause they are different though they both are fruits. I think the Qooxdoo team should listen to this thread carefully, cause there is a point. Qooxdoo is not that good that it never can improve, so let us

Re: [qooxdoo-devel] How to flush pending events ?

2010-08-31 Thread Christian Hagendorn
Hi Benoît, the events are not queued like the widgets. I don't know why it doesn't work in your case, have a look at the window implementation. Here is a before event feature implemented (close method line 622): http://tinyurl.com/32keygu And here an example to use it: http://tinyurl.com/2wwm

[qooxdoo-devel] A theming problem

2010-08-31 Thread Stefan Andersson
I have created a contribution widget with its own theming: Appearance.js --- qx.Theme.define("q.theme.Appearance", { title : "q appearance theme", appearances : { "fv/visual-pane" : { style : function(states) { return { decorator : "vis