e the time in the not too dostant future when I will
need this.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim
Hunter
Sent: Sunday, April 15, 2007 10:09 PM
To: [EMAIL PROTECTED]; qooxdoo Development
Subject: Re: [qooxdoo-devel] Cust
One thing you must understand about working with a browser is that there is
no 'canvas. Thus, there is no direct 'drawing' on the canvas. The Walter
Zorn library for drawing shapes and lines etc, uses tiny DIV's for each
'point' of the line. He doesn't tell the canvas to draw a line from point A
t
Hi Manuel,
why does a progress bar need any drawing? I see only boxes with
colors/borders in such a progress bar :) Even a picture inside the
raising progress box should be no problem without direct drawing a line.
Even with absolut simple html it would be possible (with a little bit
Javascript fo
Joe Hudson schrieb:
Thanks to your help, but i think my problem is not so much in creating
new widgets which only uses some other qooxdoo components (i already did
this and it works fine)...
I want to create new widgets with new graphic effects, just like a
progress bar, but which are still com
unction() {
this._disposeObjects("_tabView");
}
});
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim Hunter
Sent: Saturday, April 14, 2007 1:49 PM
To: [EMAIL PROTECTED]; qooxdoo Development
Subject: Re: [qooxdoo-devel] Custom Widg
You do not have a 'canvas' in qooxdoo right now. There is no way to 'paint'
points and lines. There is a graphics package by Walter Zorn that can be
used together with qooxdoo to be able to do lines and shapes, give that a
look.
As for what to subclass from, that depends on what you want to creat
I want to develop some new wigets but im not sure whats the best way to
start
Which class shall i extend as base class when i need to paint own graphics?
How can i paint lines, points and so for that widget (so that i can
paint things like a progress bar and so on)?
Is there something simi