Sebastian Werner <[EMAIL PROTECTED]> writes:
> * Keyboard-navigation seems to be buggy
I could use some help with what qooxdoo is doing to cause this. The attached
patch shows the reason for the problem: moving around the tree, e.g. to the
root, and then back down cause the selection manager's
I have the following code:
main(){
...
var
node = new QxTreeFile("Node1", "pics/icon1.gif", "pics/selectedicon.gif");
}
function updateIcon(node){
...
node.setIcon("pics/icon2.gif");
...
}
What I'm trying to do is update the
icon for the Qx
I now use the following code, which works:
/**
* listens for an event just once
* @param string event name
* @param function handler function
**/
zophe.event.once = function ( name, callbackFunc )
{
var o = {
hasBeenCalled : null,
callback: function(e) {
if ( t
Hi everybody,
I am trying to listen to an event just once, but I don't get it to work.
Here is my code:
/**
* listens for an event just once
* @param string event name
* @param function handler function
**/
zophe.event.once = function ( name, callbackFunc )
{
var o = { callback: functio
Hi Sebastian,
thanks for the suggestion... Since I am currently not migrating to the
namespace branch, this wouldn't be much of an addition to current
qooxdoo development, I fear. It also relies on dojo - I have no
experience with QxTransport and currently no time to try it out... Maybe
somebo
Sebastian Werner <[EMAIL PROTECTED]> writes:
> Hi Derrel,
> first I must say, that this is a great work. I really like to see such user
> contributions.
Thank you!
> Just some comments:
>
> * Keyboard-navigation seems to be buggy
Ok, I'll look at it. I'm not sure why it should be any differen
Hi!
This is just an css-error as Firefox doesn't already support the CSS3
command "box-sizing". Simply ignore it.
Sebastian
Yann schrieb:
> hi,
>
> it seems to be a problem with version 5.0.2 of qooxdoo and Firefox
> 1.5.0.3. it complains about "Error: Unknown property 'box-sizing'.
> Decla
Hi Christian,
what's about to clean this up a bit, remove application code and try to
integrate parts of the features directly to the qooxdoo library?
Sebastian
Christian Boulanger schrieb:
> Hi everybody,
>
> I was trying to get the QxTree drag and drop behavior from the Demos to
> do posit
Hi!
I have problems to understand what you mean. Does this cloning doesn't
work, or is your code the problem? Maybe you need to clone recursively.
Sebastian
Krimpen schrieb:
> Hi,
> I'am trying to do a drag drop from one Qxtree to another tree, without
> modifying the 'drag' tree. To do this
Hi!
Is your problem already resolved?
If not, could you please attach a simple(!) demo file which shows your
problem?
Sebastian
vetMan schrieb:
> I am including an image. hoping that you can see it..
>
>
> Thanks for all the help on this project.. Right now I have the tree control
> bound
nicola schrieb:
> Why in the examples, we have the line:
> var d = this.getClientWindow().getClientDocument(); ?
> is not suffice: var d = this.getClientDocument(); ?
Just a relict which isn't currently replaced. For simple widgets adds
you normally could also switch to this.add(widget) and don
Jim Hunter schrieb:
> You are not missing anything. The removeAll() method simply removes the
> objects from the parent object, it doesn't remove them from the DOM. If
> you want to remove them from the DOM then you have to call dispose() on
> each one of them.
IMHO the dom node should be remov
Hi Ralf,
could you please submit a small demo example (which runs out of the demo
source folder) which shows the problem.
Also you can open a bug, attach this file, and send the bug informations
to this list, too.
Thanks.
Sebastian
Ralf Wenske schrieb:
> Hi guys,
>
> I have say a QxCanva
Paulo Delgado schrieb:
> I tried openrico, the problem is that is uses prototype.js and when I
> tried to use it with qooxdoo, it seemed to conflict (like, qooxdoo’s
> prototype.js messed up openrico’s prototype.js)
Yes, the problem is prototype. Generally prototype isn't easily
combinable with
Yes, rounded corners are missing currently in qooxdoo. However you can
vote for this feature here: http://bugzilla.qooxdoo.org/show_bug.cgi?id=28
Sebastian
Paulo Delgado schrieb:
> Hello list,
>
>
>
> I’ve been working with qooxdoo for a while and have managed to come up
> with a pretty
Hi!
You can vote for this feature here in our bugzilla:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=63
Sebastian
Christoph Holubar schrieb:
> Hello,
>
> i am writing a file upload script in the next days for my product.
> Is there a need for implement in qooxdoo?
>
> Of course without reload
___
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Hi Christoph,
Christoph Holubar schrieb:
> Hello List Members,
>
> i have a problem with my application.
> In Microsoft Internet Explorer everythings working, but in Firefox
> there is a problem in recognizing a Click on a Button.
>
> Sometimes it is needed to click 2, 3 or more times on a butt
Hi Thi!
Why do you need this:
QxWidget.flushGlobalQueues();
Makes IMHO no sense.
If "match" is really null this is an invalid value. You should normalize
it to a empty string.
textfields are always selectable by default. So there is no need to
manually do: valueField.setSelectable(true)
The
Please try to remove the min- width and height. Do this by:
yourWindow.setMinWidth(null);
yourWindow.setMinHeight(null);
Normally windows try to be at least as big as the content needs it.
Sebastian
Marco Emiliozzi schrieb:
> Experimenting with Qooxdoo I haven’t found a way to let a window b
Hi Marco!
Normally I would say, "QxDom.getComputedPageBoxTop" should respect
scrollings, too. This was the original intention. If this isn't working
we should fix this there instead of changing each class which is relying
on the features of this method.
Is this problem reproduce able cross-bro
Hi Derrel,
first I must say, that this is a great work. I really like to see such
user contributions.
Just some comments:
* Keyboard-navigation seems to be buggy
* There is no example without a root-node -> would be nice
* To have the ability to define the "TreeRowStructure" is nice, but I
thi
22 matches
Mail list logo