[qooxdoo-devel] Datefield problem

2014-05-27 Thread mario_qooxdoo
he 27th of may. But if I click on a June date which appear on the May calendar, I get nothing. Is this the normal behaviour for this widget? If yes, is it possible to not show the June date in the May calendar. mario_qooxdoo -- View this message in context: http://qooxdoo.678.n2.nabble.com/Da

[qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread mario_qooxdoo
list. But I see only 15 items. I can tap on any of those item and see the associated file. So the system works fine except that I can see the rest of the list. Has anybody experience this problem. mario_qooxdoo -- View this message in context: http://qooxdoo.678.n2.nabble.com/mobile-list-s

Re: [qooxdoo-devel] mobile Image

2014-01-16 Thread mario_qooxdoo
Merçi beaucoup. - Original Message - From: Vincent Vandenschrick [via qooxdoo] Sent: 01/16/14 04:33 PM To: mario_qooxdoo Subject: Re: mobile Image Hi Mario, This is fixed for upcoming patch, see : http://bugzilla.qooxdoo.org/show_bug.cgi?id=8004 Regards, Vincent Le 16 janv. 2014 à 21

[qooxdoo-devel] mobile Image

2014-01-16 Thread mario_qooxdoo
."); else image = new qx.ui.mobile.basic.Image("http://Addr and name of file..."); varTopDecoContainer.add(image) page1.getContent().add(varTopDecoContainer); mario_qooxdoo -- View this message in context: http://qooxdoo.678.n2.nabble.com

[qooxdoo-devel] mobile.embed.Html field

2013-12-11 Thread mario_qooxdoo
Is it possible to catch a hyperlink (HREF) done in mobile.embed.Html field. I could do it in Qooxdoo Desktop using: iframe.addListener("load", function(e) { qx.event.Registration.addListener(iframe.getContentElement().getDomElement().contentDocument.body, "click", function(e) {

[qooxdoo-devel] Mobile reader app for Qooxdoo desktop

2013-08-12 Thread mario_qooxdoo
Hi, We developed a Qooxdoo desktop application to read/modify a Postgres SQL database with qx.io.remote.Rpc() and it works very well. Now we want to develop a mobile app (ios and Android) to query that database with Qooxdoo mobile. Basically is send key word for the query, receive a JSON array to

Re: [qooxdoo-devel] DateField beginning/end of year problem

2013-05-11 Thread mario_qooxdoo
Here is the playground example: var container0 = new qx.ui.container.Composite(new qx.ui.layout.VBox(3)).set({ padding : 5, decorator : null }); var container1 = new qx.ui.container.Composite(new qx.ui.layout.HBox(2)).set({ padding : 5, decorator : nu

Re: [qooxdoo-devel] date format bug?

2013-05-11 Thread mario_qooxdoo
I think that it is a bug.I try this code in the playground:var container0 = new qx.ui.container.Composite(new qx.ui.layout.VBox(3)).set({ padding : 5,decorator : null });var container1 = new qx.ui.container.Composite(new qx.ui.layout.HBox(2)).set({padding : 5,