Re: [qooxdoo-devel] Blocker 'steals' keyboard focus of Table

2013-07-22 Thread Peter Schneider
Done Bug 7584 - Blocker 'steals' keyboard-focus (of Table) http://bugzilla.qooxdoo.org/show_bug.cgi?id=7584 P.S: This might be correlated with Bug 5609 Mh, the focus seems still to be on the table ... Please open a bug for this. T. On 07/19/2013 12:00 PM, Peter Schneider wrote: Hi

Re: [qooxdoo-devel] about back button in mobile devices

2013-07-22 Thread Martin Wittemann
Hey, if you use the application routing [1], which we recommend for mobile apps, this feature will be build in. You can test the mobile showcase [2] and see how it works and is implemented [3]. Regards, Martin [1] http://demo.qooxdoo.org/current/apiviewer/#qx.application.Routing [2]

Re: [qooxdoo-devel] DateField in custom widget

2013-07-22 Thread mappopo
Ok, I found where I was wrong (QXTHEME in config.json). But the calendar is not shown if I clic on the icon. How can I fix it? thanks -- View this message in context: http://qooxdoo.678.n2.nabble.com/DateField-in-custom-widget-tp7584150p7584165.html Sent from the qooxdoo mailing list archive

Re: [qooxdoo-devel] Unable to display form on button press

2013-07-22 Thread Christopher Zündorf
The form is only rendered once at start up. You may wrap it by a qx.ui.mobile.container.Composite and show()/hide() the container. Greetz Christopher Am 19.07.2013 um 23:53 schrieb Harlan H. Bloom: Hello Everyone, I've spent a fair amount of time trying to figure this out. Thanks

Re: [qooxdoo-devel] Unable to display form on button press

2013-07-22 Thread Harlan H. Bloom
Hi Christopher, Thank You again for your help! I thought I was doing that at the beginning of the __createForm() function. Am I missing something? Thanks again, Harlan... - Original Message - From: Christopher Zündorf christopher.zuend...@1und1.de To: qooxdoo Development

[qooxdoo-devel] qooxdoo 3.0 and 2.1.2 released

2013-07-22 Thread Andreas Ecker
Dear qooxdoo community, two new qooxdoo releases are available! Besides a 2.1.2 patch release, the most exciting release certainly is the major version qooxdoo 3.0. Please see the corresponding announcements: http://news.qooxdoo.org/qooxdoo-3-0-released

Re: [qooxdoo-devel] DateField in custom widget

2013-07-22 Thread Mustafa Sak
Hi, as I could see you are using an own extended dateField. Please provide us with an example. Gruß Mustafa Sak Applications Integration 11 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe -Ursprüngliche Nachricht- Von: mappopo [mailto:mapp...@libero.it] Gesendet: Montag, 22.

Re: [qooxdoo-devel] Slider bug in 3.0

2013-07-22 Thread Sébastien Valette
Here's an other slider bug : http://tinyurl.com/lk8chyy When changing a slider value with a mouse click, the slider knob is set back to the top when clicking on an other slider. Note that the slider value is correct, only the slider render is not. The report is here :

Re: [qooxdoo-devel] qooxdoo 3.0 and 2.1.2 released

2013-07-22 Thread franck34
Congratulations ! Lot's of job, serious methods, strong results, really appreciated. Franck 2013/7/22 Andreas Ecker andreas.ec...@1und1.de Dear qooxdoo community, two new qooxdoo releases are available! Besides a 2.1.2 patch release, the most exciting release certainly is the major

Re: [qooxdoo-devel] qooxdoo 3.0 and 2.1.2 released

2013-07-22 Thread Andreas Ecker
Here's a follow-up to the initial announcement. It would be great you would retweet or like it on Twitter or Facebook, respectively: https://twitter.com/qooxdoo/status/359350673973850114 https://www.facebook.com/permalink.php?story_fbid=484372594984650id=187101 324711780 And if you appreciate

[qooxdoo-devel] maybe little little bug in qooxdoo 3

2013-07-22 Thread rsantiagopaz
Hi, Im migrating some code to version 3 (beautiful, great). check this little mobile example http://tinyurl.com/mf3hgqd http://tinyurl.com/mf3hgqd Why form's labels dont show. How I can fix this. (SinglePlaceholder work fine) Thanks. -- View this message in context:

[qooxdoo-devel] maybe another little bug

2013-07-22 Thread rsantiagopaz
I am experiencing another strange behavior. Im trying reproduce here http://tinyurl.com/ke2xsqm http://tinyurl.com/ke2xsqm but is not the same behavior I have. In this playground example, modal is not working. But in my application (compile source, source-all or build), the first time I tap in

[qooxdoo-devel] maybe little mobile bug (Menu, SelectBox)

2013-07-22 Thread rsantiagopaz
A little problem. Try this example http://tinyurl.com/ktufxa8 Click options and click next page: The tap in the menu item generate a tap in the selectbox. I was trying stopPropagation (or something) but I cant. (Keep trying until the problem appear. Im using a 9'' tablet for test). -- View this