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
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
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
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.
---
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
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
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
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
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
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
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
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
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
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", {}.
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
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.
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(
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
---
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
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
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
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
37 matches
Mail list logo