Re: [qooxdoo-devel] Error in qx.ui.table with chrome

2013-05-08 Thread Jesús
Hi, -- View this message in context: http://qooxdoo.678.n2.nabble.com/Error-in-qx-ui-table-with-chrome-tp7583491p7583520.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread John Spackman
Hi Martin, Looks good; it's taken an afternoon but I've ported the Aristo theme to diet and we'll be testing with the diet branch from now on. I don't have any specific performance tests but our app startup just dropped to a third of what it was this morning on pre-diet trunk. John From: Marti

[qooxdoo-devel] Demo Browser for Contribs - is there GitHub support?

2013-05-08 Thread John Spackman
Hi, Does the Demo Browser for Contribs support GitHub instead of sourceforge SVN? Regards John -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread franck34
Perhaps not a bug, but a feature ? In framework/source/class/qx/ui/core/Blocker.js, if i put a comment in front of this.setKeepBlockerActive(true); , i can "tab" textfields On Wed, May 8, 2013 at 2:01 PM, franck34 wrote: > Thanks a lot. > > Trying to do deeper on modal bug a few minutes on m

Re: [qooxdoo-devel] Dialog pull request

2013-05-08 Thread franck34
Thanks for this note. Yep i already read thomas blog entry, but i didn't understand completely, probably because my vision is just related to the use of Desktop and because i'm github addict ;) On Wed, May 8, 2013 at 2:31 PM, Richard Sternagel < richard.sterna...@1und1.de> wrote: > Hi Franck, >

Re: [qooxdoo-devel] Dialog pull request

2013-05-08 Thread Richard Sternagel
Hi Franck, > made by somebody in the qooxdoo team. This seems to be me. :) We abandoned the idea of having a dedicated qooxdoo application (which essentially is just a more sophisticated HTML form) where people can upload/edit their contrib metadata (e.g. the archive locations for its versio

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread franck34
Thanks a lot. Trying to do deeper on modal bug a few minutes on my side. On Wed, May 8, 2013 at 1:55 PM, Martin Wittemann wrote: > The image bug is already fixed. :) Thanks for reporting. > > Am 08.05.2013 um 12:39 schrieb franck34 : > > Thank you Martin, > > Sorry, but I can't fix Image issue,

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread Martin Wittemann
The image bug is already fixed. :) Thanks for reporting. Am 08.05.2013 um 12:39 schrieb franck34 mailto:franck@gmail.com>>: Thank you Martin, Sorry, but I can't fix Image issue, it's going too deeper in qooxdoo or i'm missing an obvious thing . I've diff between 2.1.1 and diet for qx/bom/

Re: [qooxdoo-devel] qooxdoo mobile widget in html

2013-05-08 Thread Alexander Voronin
Thanks! It is exactly what I'm looking for. 2013/5/8 Daniel Wagner > Hi, > > you can create a new mobile root widget for any DOM element in your > embed.Html and attach widgets to it: > > var embed = new qx.ui.mobile.embed.Html(''); > embed.addListenerOnce("appear", function() { >var root =

Re: [qooxdoo-devel] qooxdoo mobile widget in html

2013-05-08 Thread Daniel Wagner
Hi, you can create a new mobile root widget for any DOM element in your embed.Html and attach widgets to it: var embed = new qx.ui.mobile.embed.Html(''); embed.addListenerOnce("appear", function() { var root = new qx.ui.mobile.core.Root(document.getElementById("root")); root.add(new qx.ui.

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread franck34
Thank you Martin, Sorry, but I can't fix Image issue, it's going too deeper in qooxdoo or i'm missing an obvious thing . I've diff between 2.1.1 and diet for qx/bom/element/Attributes, Decoration, Element, and qx/html/Image without having something interesting regarding the "src" attribute Time

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread Martin Wittemann
Thanks for the feedback and the pull reuqest. The pull request is already merged and the image issue is next on my list. :) Am 08.05.2013 um 12:10 schrieb franck34 mailto:franck@gmail.com>>: Seem's there is a problem with basic.Image (i'm on chrome), really visible : http://demo.qooxdoo.or

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread franck34
Seem's there is a problem with basic.Image (i'm on chrome), really visible : http://demo.qooxdoo.org/diet/demobrowser/index.html#widget~Image.html http://demo.qooxdoo.org/2.1.1/demobrowser/#widget~Image.html Investigating On Wed, May 8, 2013 at 12:00 PM, franck34 wrote: > Seem's i can not o

Re: [qooxdoo-devel] qooxdoo mobile widget in html

2013-05-08 Thread Alexander Voronin
Perhaps I did not make it clear. I need to add qxoodoo widget into html content inside qx.ui.mobile.embed.Html container. 2013/5/8 Christopher Zündorf > > You could use "getContentElement()", then you have the native element in > your hand. You could use the innerHTML of the element, and append

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread franck34
Seem's i can not open a bug for "diet" branche, here is the pull request regarding Manager.js for window widget. https://github.com/qooxdoo/qooxdoo/pull/60 Franck On Wed, May 8, 2013 at 11:41 AM, franck34 wrote: > Hi Martin, > > Got deprecated function usage regarding block/unBlock, preparing

Re: [qooxdoo-devel] qx.ui.mobile.list package does not load

2013-05-08 Thread Christopher Zündorf
Did you call ./generate.py source after adding the qx.Mobile list to your application? Have a look at : http://manual.qooxdoo.org/2.1.1/pages/tool/generator/generator_usage.html Greetz Christopher Am 07.05.2013 um 16:06 schrieb Vinay: Hi, I have just started evaluating qooxdoo + ph

Re: [qooxdoo-devel] qooxdoo mobile widget in html

2013-05-08 Thread Christopher Zündorf
You could use "getContentElement()", then you have the native element in your hand. You could use the innerHTML of the element, and append it to you qx.ui.mobile.embed.Html. But I would propose to create a custom qx.Mobile widget for your purpose. Greetz Christopher Am 07.05.2013 um 12:15 sch

Re: [qooxdoo-devel] How to add a DateField to a mobile.form.Form or mobile.dialog.Dialog?

2013-05-08 Thread Christopher Zündorf
Hi, you can not insert a qx.ui.form.DateField into qx.Mobile Form. Just insert a text field and try alter the value with a qx.Mobile Picker. Greetz Christopher Am 08.05.2013 um 06:26 schrieb jenia: > hello everyone. > > Can someone please tell me how to add a DateField to a mobile Dialog or

Re: [qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread franck34
Hi Martin, Got deprecated function usage regarding block/unBlock, preparing a pull request for that. I think there is something wrong with Image, i'll go deeper in few minutes. Franck On Wed, May 8, 2013 at 9:47 AM, Martin Wittemann wrote: > Hey, > we have just published a blog post which I w

Re: [qooxdoo-devel] Error in qx.ui.table with chrome

2013-05-08 Thread thron7
On 05/07/2013 10:44 PM, Jesús Genicio wrote: > Hi, > > In chrome the data for table show this [error_crome.png] and the same > data in firefox like this [sin_error.png] In Chrome the decimal separator cannot be localized. Do you get any warnings in the source version? What does typing "qx.loca

Re: [qooxdoo-devel] Translation modification proposition

2013-05-08 Thread thron7
On 05/07/2013 05:33 PM, Benjamin Dreux wrote: > Hi, > > I would like to propose a change in the way translation is made in qooxdo. > > Just to explain why I propose this change, here is my context. > > I'm making a list of checkbox, one for each month. > I don't want to use much space for this, so

[qooxdoo-devel] qooxdoo on a diet

2013-05-08 Thread Martin Wittemann
Hey, we have just published a blog post which I want to make sure none misses: http://news.qooxdoo.org/qooxdoo-on-a-diet We are really looking forward to your feedback on that. Regards, Martin -- Learn Graph Databases - Dow