Re: [qooxdoo-devel] Content within the Border of a Border-Image

2013-08-21 Thread Martin Wittemann
Hey, > Here's a small example: > http://tinyurl.com/q6rho4w Thanks for the sample. > I couldn't figure out how to use my PNG in the playground, so I've used that > one, which is used in the hello world example - doesn't look very nice, but > should explain the problem. > > You can see a button, w

Re: [qooxdoo-devel] Content within the Border of a Border-Image

2013-08-21 Thread Alex Gölkel
Does no one has an idea? Or isn't it possible? It really blocks me from updating to Qooxdoo 3.0 -- View this message in context: http://qooxdoo.678.n2.nabble.com/Content-within-the-Border-of-a-Border-Image-tp7584366p7584438.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Memory-Leak-Problem in WindowsXP

2013-08-21 Thread Ilkka Oksanen
Hi, Even better I think is to do 'new qx.io.request.Xhr();' in the constructor. You can call send() multiple times. -ilkka On Wed, Aug 21, 2013 at 6:46 AM, Romeo Kenfack Tsakem < romeo.kenfacktsa...@1und1.de> wrote: > Hello Hans, > > You should dispose all the objects your are usi

Re: [qooxdoo-devel] maybe bug in mobile 3.x

2013-08-21 Thread rsantiagopaz
- As far as I know it does not occur on mobile devices. I forget mention, with tablet Android and Chrome is the same behavior too. - Could you please open a bug at bugzilla.qooxdoo.org Please someone can do it for me. Maybe you czuendorf. Thanks -- View this message in context: http://qooxd

Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread larseitzen
Hi, I have solved the bidirectional data binding issue now. It didn't work, because I still had to realize the class-internal data binding (in the class ListItem), which has to be established between the class properties ("value" and "text") and the corresponding properties of the used widget

Re: [qooxdoo-devel] Memory-Leak-Problem in WindowsXP

2013-08-21 Thread Romeo Kenfack Tsakem
Hello Hans, You should dispose all the objects your are using in your polling code, including the request object itself. Regards, Romeo -Ursprüngliche Nachricht- Von: Hans Juergen Gamauf [mailto:g...@gmx.at] Gesendet: Mittwoch, 21. August 2013 12:56 An: qooxdoo-devel@lists.sourceforge.

Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread larseitzen
Alright, I'm sorry. Here comes the shortened link: http://tinyurl.com/laylvwk best regards, Lars -Ursprüngliche Mitteilung- Von: thron7 An: qooxdoo Development Verschickt: Mi, 21 Aug 2013 2:39 pm Betreff: Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with Ch

Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread thron7
On 08/21/2013 01:13 PM, larseit...@aol.com wrote: Thanks a lot for the hint. Shortened link: *http://demo.qooxdoo.org/3.0/playground/# %7B%22code%22%3A%22%252F**%250A%2520*%25* That's most probably not a shortend link, which would be a TinyURL link. Try pasting it in your browser. T.

[qooxdoo-devel] Memory-Leak-Problem in WindowsXP

2013-08-21 Thread Hans Juergen Gamauf
Hello! I'm developing a Qooxdoo-Desktop-Application, which does periodically asking the server about the current status (a timer elapsing every second), the communication is done simply with a Xhr-Request (Code is below) Everything is working fine on Windows 7 or 8 But on Windows XP (tested with

Re: [qooxdoo-devel] maybe bug in mobile 3.x

2013-08-21 Thread Christopher Zündorf
Hi, this seems to be a bug. As far as I know it does not occur on mobile devices. Could you please open a bug at bugzilla.qooxdoo.org Just copy the content of your mail as description. Greetz Christopher Von: rsantiagopaz [rsantiago...@gmail.com] Gesende

[qooxdoo-devel] maybe bug in mobile 3.x

2013-08-21 Thread rsantiagopaz
(sorry the english) finally I can reproduce a problem I get in my projects. Try this code in a mobile project, not Playground. When you select a item in selectbox, and open a Popup, this popup lost the modal if you tap/click outside popup. If you don't select a item first, the bug don't happen.

Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread larseitzen
Hi Romeo, I have saved both files (Application.js and ListItem.js) as separate Items. The code lines for my custom widget are commented out and the code should work as it is (bidirectional version using a simple CheckBox) . The link is the following: http://demo.qooxdoo.org/3.0/playground/#%7

Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread Romeo Kenfack Tsakem
Hi Lars, Go to http://playground.qooxdoo.org and just paste your code there. Save the code and send me the url. Regards, Romeo Von: larseit...@aol.com [mailto:larseit...@aol.com] Gesendet: Mittwoch, 21. August 2013 11:37 An: qooxdoo-devel@lists.sourceforge.net Be

Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread larseitzen
Hi Romeo, thanks for the quick response! How do I create a Playground Example? Best, Lars -Ursprüngliche Mitteilung- Von: Romeo Kenfack Tsakem An: qooxdoo Development Verschickt: Mi, 21 Aug 2013 11:21 am Betreff: Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget wi

Re: [qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread Romeo Kenfack Tsakem
Hi Lars, can you please provide me a playground example ? It will make it easier to understand and debug your code. Regards, Romeo Von: larseit...@aol.com [mailto:larseit...@aol.com] Gesendet: Mittwoch, 21. August 2013 10:53 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] Bidire

[qooxdoo-devel] Bidirectional Data Binding for custom widget with CheckBox and TextField

2013-08-21 Thread larseitzen
Hi, I am implementing a small mock-up application having two lists (qx.ui.form.List) synchronized with an data array (qx.data.Array) via controller (qx.data.controller.List). I have implemented a class representing a custom widget, which holds a qx.ui.form.CheckBox and a qx.ui.form.TextField