[qooxdoo-devel] Warning: There is no event handler for the event 'keydown' on target '[object HTMLDocument]'

2011-10-10 Thread Marc
Hi, I use Qooxdoo "native" instead of JQUERY, because of the OOP. The followig code seems working on the source version, but not on the build version: this._events["actionByKey"] = {}; this._events["actionByKey"]["element"] = window.document; this._events["actionByKey"]["id"] = qx.bom.Element.ad

Re: [qooxdoo-devel] Warning: There is no event handler for the event 'keydown' on target '[object HTMLDocument]'

2011-10-10 Thread Marc
Im using Qooxdoo 1.4 -- View this message in context: http://qooxdoo.678.n2.nabble.com/Warning-There-is-no-event-handler-for-the-event-keydown-on-target-object-HTMLDocument-tp6878736p6878741.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] When is Offline store available?

2011-10-10 Thread Patrice Oostermeyer
Thanks Martin, good to know! 2011/10/10 Martin Wittemann > Hey, > the data store will be in the next release which is scheduled for early > december. > Regards, > Martin > > > Am 10.10.2011 um 10:51 schrieb ibanezje: > > > Hello all, > > > > Does anybody know in which qx release the qx.data.stor

[qooxdoo-devel] DoubleClick and click together?

2011-10-10 Thread smisobnline
Hello, i have a table and want to use a click and a doubleclick together, but when i doubleclick the first time only the click is activated, only at the first try the doubleclick is active. How can i use it together? i want on an doubleclick, the click and the doubleclick even should be

Re: [qooxdoo-devel] [html5] question about websocket usage

2011-10-10 Thread fritz
Hi Benoît, On Mon, 10 Oct 2011, benco [via qooxdoo] wrote: > Hi Fritz, > > Yep, no problem... cool ... > I'm really busy this week but I'll try to share it on the forum next > week-end. ... no immediate urgency, at the moment it's mainly for educational purposes. > By the way, my server scri

Re: [qooxdoo-devel] [html5] question about websocket usage

2011-10-10 Thread benco
Hi Fritz, Yep, no problem... I'm really busy this week but I'll try to share it on the forum next week-end. By the way, my server script works with PHP (and not node.js) because of my client's requirements. Best, Benoît. PS: my remote model and panescroller implementations are basically "slight

Re: [qooxdoo-devel] Storing an appenable list

2011-10-10 Thread Paul Piper
Hey Christian, Unfortunately no. That is precisely what i have been doing during the course of this weekend, but the issue remains. I still have to select an item for it to be transferred back, otherwise getModel will always return null on Listcontroller. Even when I select multiple items, no more

[qooxdoo-devel] Release for qxe Window, DecoratedWindow, Frame and Dialog including demos

2011-10-10 Thread Stefan Andersson
Our contribution to the community: As we didn't like the design of qx.ui.window.Window class we decided to break it up and inherit each other into parts making it more java like and add reasonable functionality at the different levels: qxe.ui.window.Window - a window without any decorations qx

[qooxdoo-devel] Release for qxe ButtonPane including demo

2011-10-10 Thread Stefan Andersson
Our contribution to the community: * A button pane is a pane with a number of buttons. It can be a standardised * button pane with preset combinations of buttons. It can also be totally customised. * All buttons are kept together in a Widget container with preset spacing. * * A button pane

Re: [qooxdoo-devel] Storing an appenable list

2011-10-10 Thread Christian Hagendorn
Hi Paul, ok, I think it would be better when you use a list with a controller like [1]. The user action would create a new model item and add this to the model form the list. The controller would create for you the ListItem and you can use the model property to get the data to send it to the s

Re: [qooxdoo-devel] Storing an appenable list

2011-10-10 Thread Paul Piper
Hi Christian, no, of course not. The user can add multiple items to the list. By now I have come a little further, by using the ListController at all times, but still only 1 item is being returned and a selection is needed before the list is submitted. My use case still requires the user to: * st

Re: [qooxdoo-devel] When is Offline store available?

2011-10-10 Thread Martin Wittemann
Hey, the data store will be in the next release which is scheduled for early december. Regards, Martin Am 10.10.2011 um 10:51 schrieb ibanezje: > Hello all, > > Does anybody know in which qx release the qx.data.store.Offline feature will > be integrated? > > Regards, > Patrice > > -- > View

Re: [qooxdoo-devel] When is Offline store available?

2011-10-10 Thread Gabriel Munteanu
Hi, you mean these: http://demo.qooxdoo.org/current/apiviewer/#qx.bom.storage when are they going to go out of experimental stage ? cheers, Gabi -- View this message in context: http://qooxdoo.678.n2.nabble.com/When-is-Offline-store-available-tp6876228p6876242.html Sent from the qooxdoo mailin

[qooxdoo-devel] When is Offline store available?

2011-10-10 Thread ibanezje
Hello all, Does anybody know in which qx release the qx.data.store.Offline feature will be integrated? Regards, Patrice -- View this message in context: http://qooxdoo.678.n2.nabble.com/When-is-Offline-store-available-tp6876228p6876228.html Sent from the qooxdoo mailing list archive at Nabble.c

Re: [qooxdoo-devel] Getting feedback during drag & drop

2011-10-10 Thread John Spackman
Hi Alex Thanks for your reply but in the showcase example, it is still the item being dragged that gets to provide all feedback - in showcase, the caret is positioned relative to the widget being dragged over and it's easy for the source drag event to get the X & Y because it just checks the origi

Re: [qooxdoo-devel] progressive scrollChildIntoView

2011-10-10 Thread Gabriel Munteanu
Hi, you could use the qx.fx.effect.core.Scroll class on document.documentElement [tested on firefox - it seems other browsers want window/document.body] . First you get the position of the element you want to get to, then you can do something like this: var animScrollDown = new qx.fx.effect.core