Re: [qooxdoo-devel] Show tooltip of a widget even if it disabled

2015-01-06 Thread woprandi
Hi, Thanks for your answer, I will do that. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Show-tooltip-of-a-widget-even-if-it-disabled-tp7586578p7586588.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] "Event-transparent" Widget

2015-01-06 Thread John Spackman
I had a similar problem with iframes, i solved it by making the item that overlays the iframe (ie the canvas in your example) hidden until i wanted it to receive events - if you can detect the mouse down on the iframe, perhaps you can show the canvas so that you block all future events going to

Re: [qooxdoo-devel] "Event-transparent" Widget

2015-01-06 Thread Tobias Oetiker
Hi Peter, generically two things come to mind: http://www.vinylfox.com/forwarding-mouse-events-through-layers/ and pointer-events: none; https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events the second unfortunately is no all that well supported ... espceially IE only added supp

[qooxdoo-devel] "Event-transparent" Widget

2015-01-06 Thread Peter Schneider
Hi there (and happy new year), I am looking for a way to add a layer over any other LayoutItem, that is "transparent" for all pointer events. What I want to accomplish can be seen in the attached playground example[1]. There one can draw rectangles with the *right* Mouse-key over a HTML-Frame.

Re: [qooxdoo-devel] Heterogeneous code in Interfaces?

2015-01-06 Thread Peter Schneider
My original post did not end up in thread, so here it is again (FYI ;) ) I still vote for the Interface to be 'standardized'! Fritz Zaucker wrote: I don't really know what the "usual" order is, but key,value seems a lot more natural to me than value,key. After all, key=>value is always well de