Re: [qooxdoo-devel] Call Qooxdoo class from embedded iframe

2014-07-23 Thread Daniel Wagner
You can call *static* methods from the iframe using their fully qualified name. For member methods, you would need a reference from the application to the instance that holds the method, e.g.: window.parent.qx.core.Init.getApplication().myobject.mymemberfunction >From a design point of view, howe

Re: [qooxdoo-devel] Hightlight hovered row with focusCellOnPointerMove set to true

2014-07-23 Thread Mustafa Sak
Hi, I would advise you to extend qx.ui.table.rowrenderer.Default#updateDataRowElement. See http://tinyurl.com/pnrc4no Gruß Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe -Ursprüngliche Nachricht- Von: woprandi [mailto:william.opra...@g

Re: [qooxdoo-devel] Error: Cannot read property 'decorator' of undefined

2014-07-23 Thread Mustafa Sak
Hi, there is no decorator "window-pane-css" in qx 3.x anymore, please use "window-pane" instead. Gruß Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe -Ursprüngliche Nachricht- Von: bharath [mailto:bharath.pas...@gmail.com] Gesendet: Mitt

[qooxdoo-devel] Hightlight hovered row with focusCellOnPointerMove set to true

2014-07-23 Thread woprandi
Hello, I have a table and I want to change the style of the hovered row like that : http://tinyurl.com/5uqxxjg but when the property focusCellOnPointerMove is set to true, it doesn't work anymore (you can try yourself by uncommenting line 52). I implemented Drag&Drop on this table so this property

Re: [qooxdoo-devel] Drag & Drop problem

2014-07-23 Thread woprandi
Oh yeah, you are right. Thanks a lot -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-problem-tp7585984p7585988.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Want fast an

[qooxdoo-devel] Error: Cannot read property 'decorator' of undefined

2014-07-23 Thread bharath
Hello, I recently updated my qooxdoo application from version 2.1.1 to 3.0.1, the migration was smooth. However, when I try to load my application I get this error "Cannot read property 'decorator' of undefined". I updated my code so that I don't use any decorators from qx.ui.decoration package