Re: [qooxdoo-devel] changeValue event in htmlArea?

2013-02-26 Thread Alexei Vinidiktov
Thanks, John. I got key events working using your suggestion. I had to make it listen for the htmlArea "ready" event. This is the code I used: htmlArea.addListenerOnce("ready", function(evt) { var html_doc = htmlArea.getContentDocument(); html_doc.addEventListener("keyup", function(e) { notes_l

Re: [qooxdoo-devel] Image Table CellRenderer - how to display the Image in disabled style

2013-02-26 Thread Mustafa Sak
HI Kora, I would advise you to extend the cell image renderer and override _getCellStyle method. I guess setting of opacity should be good enough to "fake" a disabled image. Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe -Ursprüngliche Nach

Re: [qooxdoo-devel] Offline store

2013-02-26 Thread Martin Wittemann
Hey, I use qx.data.store.Offline("session" ,"local") for storage The type of the object stored is com.lanauco.mobile.core.security.model.Session() When I try to restore my object, I retreive an object of type :qx.data.model.application"creationDate"deleted"id"permissionList"userDescriptor"versi

Re: [qooxdoo-devel] Question about PO files

2013-02-26 Thread Benjamin Dreux
Great, this anoyed me for a while, but i just ignore it. Thanks for your help 2013/2/26 thron7 > translation/translate/poentry-with-occurrences : false > > T. > > > > On 02/26/2013 02:39 PM, Benjamin Dreux wrote: > > HI > > I'm using i18n features of qooxdoo. > And i'm wondering if there is s

Re: [qooxdoo-devel] Question about PO files

2013-02-26 Thread thron7
translation/translate/poentry-with-occurrences : false T. On 02/26/2013 02:39 PM, Benjamin Dreux wrote: HI I'm using i18n features of qooxdoo. And i'm wondering if there is something that could be configured in the way the po files are builded. I'm using git with multiple branch. My issue is

Re: [qooxdoo-devel] SourceForge: Upgrading qooxdoo-contrib to Allura

2013-02-26 Thread Benjamin Dreux
Hi, Thanks for your quick answer Regards 2013/2/26 thron7 > > On 02/26/2013 02:22 PM, Benjamin Dreux wrote: > > Hi, > > I'm wondering why we don't make it throw a new release ? > > > Because we needed to publish a patch anyway, for those users that are on > older releases and cannot (or don't

Re: [qooxdoo-devel] SourceForge: Upgrading qooxdoo-contrib to Allura

2013-02-26 Thread thron7
On 02/26/2013 02:22 PM, Benjamin Dreux wrote: Hi, I'm wondering why we don't make it throw a new release ? Because we needed to publish a patch anyway, for those users that are on older releases and cannot (or don't want to) upgrade to a new version. And as it is a drop-in-replacement, doin

[qooxdoo-devel] Image Table CellRenderer - how to display the Image in disabled style

2013-02-26 Thread kora
Hello, I use an derived image table cell render from qx.ui.table.cellrenderer.Image and want to show the image in disabled style. Can anybody tell me, how to do this ? Cheers Kora -- View this message in context: http://qooxdoo.678.n2.nabble.com/Image-Table-CellRenderer-how-to-display-the-

[qooxdoo-devel] Question about PO files

2013-02-26 Thread Benjamin Dreux
HI I'm using i18n features of qooxdoo. And i'm wondering if there is something that could be configured in the way the po files are builded. I'm using git with multiple branch. My issue is that i have difference in the multiple branches in my translation. And merging those files is painfull due to

Re: [qooxdoo-devel] SourceForge: Upgrading qooxdoo-contrib to Allura

2013-02-26 Thread Benjamin Dreux
Hi, I'm wondering why we don't make it throw a new release ? Regards 2013/2/15 thron7 > Dear all, > > the patch for the qooxdoo tool chain is available for online download > [1]. Please grab it and replace the file "ContribLoader.py" in your SDK > with it. Everybody using online contribs in th

Re: [qooxdoo-devel] changeValue event in htmlArea?

2013-02-26 Thread John Spackman
Qooxdoo delays creating DOM elements until it actually needs them, which means that the iframe may not exist at the time when you want to set the event listener. Try something like; htmlArea.addListenerOnce("appear", function(evt) { var html_doc = htmlArea.getContentDocument(); [ Š snip Š ] }

Re: [qooxdoo-devel] changeValue event in htmlArea?

2013-02-26 Thread Alexei Vinidiktov
On Mon, Feb 25, 2013 at 11:43 PM, John Spackman wrote: > I've not used HtmlArea for a while but it might worth bearing in mind that > it is implemented as an iframe and events go to the iframe, not to the main > window – you might have to trap events on the iframe's document body. In > order for

Re: [qooxdoo-devel] changeValue event in htmlArea?

2013-02-26 Thread Alexei Vinidiktov
'keyup' doesn't seem to work either. On Mon, Feb 25, 2013 at 11:36 PM, thron7 wrote: > Have you tried other events, like 'keyup'?! > > > On 02/25/2013 04:37 PM, Alexei Vinidiktov wrote: > > > On Mon, Jan 11, 2010 at 3:23 PM, Alexander Steitz < > alexander.ste...@1und1.de> wrote: > >> Unfortunat

Re: [qooxdoo-devel] qooxdoo 0.7 with current qooxdoo-version mix ?

2013-02-26 Thread Tobias Koller (GERMO GmbH)
Hi Martijn, but this will not solve the problem: “…Because the user name and password are correct, the browser will not popup a dialog box. If they are incorrect, the browser will do this, even for an asynchronous call! “ We solved it the way I descripted yesterday. Thanks. Tobia

[qooxdoo-devel] Announcement: Upgrading 'qooxdoo' to Allura and Sunset of SVN Repo

2013-02-26 Thread thron7
Hi, after the upgrade of project 'qooxdoo-contrib' we now plan to upgrade the 'qooxdoo' project to Allura on SF. The planned date is Wednesday, Mar. 06, 2013, 15.00 CET We do not expect disruptions of any kind, as the SF services we use for this project (summary, file service, mailin

Re: [qooxdoo-devel] qooxdoo 0.7 with current qooxdoo-version mix ?

2013-02-26 Thread Martijn Verbrugh
FYI: http://www.berenddeboer.net/rest/authentication.html#login-page Regards, Martijn. -Original message- > From:Tobias Koller (GERMO GmbH) mailto:t...@germo.de> > > Sent: Monday 25th February 2013 17:06 > To: qooxdoo