Re: [qooxdoo-devel] Widget.fadeIn...

2013-12-03 Thread Andreas Parusel
Hi Micha, The way our fadeIn works really seems to be a little bit unintuitive. After some fiddling I found a solution, see: http://tinyurl.com/ogwg6ly Best, Andreas Am 03.12.2013 um 13:05 schrieb Micha mailto:mich...@fantasymail.de>>: Hi, how should I use this? To output messages I have a

Re: [qooxdoo-devel] Qx API and lib upgrade for applications

2013-12-03 Thread thron7
On 12/03/2013 05:26 PM, Varol Okan wrote: On 12/03/2013 08:46 AM, thron7 wrote: On 12/03/2013 01:59 PM, Varol Okan wrote: Ps. The link to JtOS is dead. Can we add http://www.AstraNOS.org instead ? Should I write up a short description ? http://qooxdoo.org/community/real_life_examples#jtos_-_

Re: [qooxdoo-devel] List filter question

2013-12-03 Thread Andreas Parusel
Hi Micha, the problem is that you are binding the controller to the label property in lines 40 and 41 but there is no kind of binding to the dir property, so the controller cannot know when something changes and how to react. The easiest way to solve this is if you call update() on both control

Re: [qooxdoo-devel] Qx API and lib upgrade for applications

2013-12-03 Thread Varol Okan
On 12/03/2013 08:46 AM, thron7 wrote: On 12/03/2013 01:59 PM, Varol Okan wrote: Hey, I am currently working on a nice little web based desktop environment, which I recently ported from 0.7.4 to 3.0.1. I saw that we are getting new Qx versions out soon and I have a very generic question. W

Re: [qooxdoo-devel] Qx API and lib upgrade for applications

2013-12-03 Thread thron7
On 12/03/2013 01:59 PM, Varol Okan wrote: Hey, I am currently working on a nice little web based desktop environment, which I recently ported from 0.7.4 to 3.0.1. I saw that we are getting new Qx versions out soon and I have a very generic question. What is the best policy to keep up with

[qooxdoo-devel] Qx API and lib upgrade for applications

2013-12-03 Thread Varol Okan
Hey, I am currently working on a nice little web based desktop environment, which I recently ported from 0.7.4 to 3.0.1. I saw that we are getting new Qx versions out soon and I have a very generic question. What is the best policy to keep up with the constantly changing and evolving Qx AP

Re: [qooxdoo-devel] List an horizontal scroll bar

2013-12-03 Thread tuananhv
Hi Chris, I have the same problem. But my problem used qx.ui.form.List Here is an example: http://tinyurl.com/krygqag Are there any ways to solve my problem? Thanks and best regards, Anh Vu. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Lis

[qooxdoo-devel] Widget.fadeIn...

2013-12-03 Thread Micha
Hi, how should I use this? To output messages I have a groupbox and want to add Labels with the text. I want this to fade in, but I can't get it to work (qooxdoo 2.2). The fade out of the label works, removing it in the "end" handler of the animation handle. So how to fade in a Widget? thanks, M