[qooxdoo-devel] Drag selection in qx.ui.table.Table

2009-07-13 Thread Alexey Chalimov
Hello, Is there a way to use drag selection in the table widget? Would appreciate a quick example or reference.. I use qooxdoo v. 0.8.1. Would prefer not to upgrade if possible. Thanks in advance, Alexey ---

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread thron7
Great - thanks for reporting back! > Ok, with a svn trunk checkout, I don't have the problem. > > Thanks > > geo a écrit : >> Thanks for this answer, I will check our the trun to test with the fix. >> >> Regards. >> >> thron7 a écrit : >>> I believe you've hit a known bug >>> (http://bugzilla.qoox

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
Ok, with a svn trunk checkout, I don't have the problem. Thanks geo a écrit : > Thanks for this answer, I will check our the trun to test with the fix. > > Regards. > > thron7 a écrit : >> I believe you've hit a known bug >> (http://bugzilla.qooxdoo.org/show_bug.cgi?id=2052), which is fixed in

Re: [qooxdoo-devel] Modal blocker is only 101 pixels high!

2009-07-13 Thread John Spackman
Hi Chris, That's absolutely perfect, thanks very much :) John -Original Message- From: Christian Schmidt [mailto:schmidt.christ...@1und1.de] Sent: 13 July 2009 14:02 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Modal blocker is only 101 pixels high! Hi John, I found it! The is

Re: [qooxdoo-devel] Modal blocker is only 101 pixels high!

2009-07-13 Thread Christian Schmidt
Hi John, I found it! The issue was fixed after the 0.8.2 release. The qx.ui.root.Page has a bug in the "__syncBlocker" method, please use the attached [2] code instead. You can patch the file by running these steps: 1) create an own mixin 2) copy the code from [2] into it 3) use the patch metho

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
Thanks for this answer, I will check our the trun to test with the fix. Regards. thron7 a écrit : > I believe you've hit a known bug > (http://bugzilla.qooxdoo.org/show_bug.cgi?id=2052), which is fixed in > trunk. It will be available with 0.8.3. Can you wait, or upgrade to trunk? > > T. > >

Re: [qooxdoo-devel] component approach development in qooxdoo

2009-07-13 Thread thron7
Hi, I'm not sure I'm answering 100% of your question. But the general approach in qooxdoo is to create separate library-style applications. So you would create a skeleton app for your tree component, one for the grid component, asf. Each of these component can be developed individually. In the

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread thron7
I believe you've hit a known bug (http://bugzilla.qooxdoo.org/show_bug.cgi?id=2052), which is fixed in trunk. It will be available with 0.8.3. Can you wait, or upgrade to trunk? T. geo wrote: > I use the 0.8.2 sdk version. > > thron7 a écrit : > >> which qooxdoo version are you using? >> >>

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
I use the 0.8.2 sdk version. thron7 a écrit : > which qooxdoo version are you using? > > geo wrote: >> Hello, >> >> I use in my application the on demand package loading with >> qx.io2.PartLoader.require() method. >> >> My standalone wrapper application is correctly language configured (with >>

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread thron7
which qooxdoo version are you using? geo wrote: > Hello, > > I use in my application the on demand package loading with > qx.io2.PartLoader.require() method. > > My standalone wrapper application is correctly language configured (with > : qx.locale.Manager.getInstance().setLocale("fr");), all th

[qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
Hello, I use in my application the on demand package loading with qx.io2.PartLoader.require() method. My standalone wrapper application is correctly language configured (with : qx.locale.Manager.getInstance().setLocale("fr");), all the label of the standalone application UI are displayed in "f

Re: [qooxdoo-devel] Modal blocker is only 101 pixels high!

2009-07-13 Thread John Spackman
Hi Chris, We're using 0.8.1; we're literally a few days away from a major release so if you could point me in the direction of a patch that would be great. Cheers John -Original Message- From: Christian Schmidt [mailto:schmidt.christ...@1und1.de] Sent: 13 July 2009 08:19 To: qooxdoo De

Re: [qooxdoo-devel] Invalid argument in IE8 (setting width to -1px)

2009-07-13 Thread Alexander Back
Hi Hohn, On Friday 10 July 2009 John Spackman wrote: > Sure - it's the Resize column model and Simple table model. I'd email you > the code but it might be quite hard to get it going without our entire app > etc (I'm willing to send it but perhaps it should be a last resort); I think in the firs

Re: [qooxdoo-devel] New tutorial: How to create a client-server application with qooxdoo, qcl and QxTransformer

2009-07-13 Thread Martin Wittemann
Hello Christian, sounds not too bad for me. Especially that its just a wrapper method in the mixin so ill not it as a suggestion and take care of it when im working on data binding the next time. Thanks, Martin Am 10.07.2009 um 16:11 schrieb panyasan: > > > > Martin Wittemann wrote: >> >> Hi

Re: [qooxdoo-devel] Modal blocker is only 101 pixels high!

2009-07-13 Thread Christian Schmidt
Hi John, I can remember, that there was a issue with inline applications and modal windows. Which qooxdoo version do you use? Cheers, Chris John Spackman schrieb: > Hi, > > Earlier today my modal windows became non-modal - they'd been working fine > before and that particular code hadn't been