Re: [qooxdoo-devel] Răspuns: Răspuns: Răspuns: Răspuns: Răspuns: Mobile Drawer ScrollComposite

2013-11-07 Thread Christopher Zündorf
As qx.Mobile is mainly optimized for Webkit, you may discover differences in Firefox when you combine several qx.Mobile widgets. Greetz Christopher Am 07.11.2013 um 09:48 schrieb tedi tedi mailto:tedi1...@yahoo.com>>: Yes, I tried the app in Google chrome and it works. I am using Browser: Fir

Re: [qooxdoo-devel] ImageLoader: Not recognized format of external image...

2013-11-07 Thread thron7
On 11/07/2013 03:35 PM, Jeroen Smit wrote: Hi, The call you suggest results in "png". Also the images display correctly. It is just a warning I do not understand which doesn't seem to have any effects. The image is included using an asset statement so it should have been loaded right?

Re: [qooxdoo-devel] ImageLoader: Not recognized format of external image...

2013-11-07 Thread Jeroen Smit
Hi, The call you suggest results in "png". Also the images display correctly. It is just a warning I do not understand which doesn't seem to have any effects. The image is included using an asset statement so it should have been loaded right? Best regards, Jeroen From: thron7 [mailto:thomas.he

Re: [qooxdoo-devel] ImageLoader: Not recognized format of external image...

2013-11-07 Thread thron7
On 11/07/2013 02:11 PM, Jeroen Smit wrote: Hi, I "asset" all images in my debug source (qx/*) and the image is displayed without any issues. By adding one extra line to my code the warning is gone: var s = qx.util.AliasManager.getInstance().resolve("decoration/table/boolean-true.pn

Re: [qooxdoo-devel] ImageLoader: Not recognized format of external image...

2013-11-07 Thread Jeroen Smit
Hi, I "asset" all images in my debug source (qx/*) and the image is displayed without any issues. By adding one extra line to my code the warning is gone: var s = qx.util.AliasManager.getInstance().resolve("decoration/table/boolean-true.png"); this.__trueIconUrl = qx.util.Resourc

Re: [qooxdoo-devel] ImageLoader: Not recognized format of external image...

2013-11-07 Thread thron7
On 11/07/2013 01:10 PM, Jeroen Smit wrote: Hi, I implemented a cell rendered to be able to show a checkbox for a boolean column. In code I use default Qx images and cache the uri's using: vars = qx.util.AliasManager.getInstance().resolve("decoration/table/boolean-true.png"); this.__trueI

[qooxdoo-devel] ImageLoader: Not recognized format of external image...

2013-11-07 Thread Jeroen Smit
Hi, I implemented a cell rendered to be able to show a checkbox for a boolean column. In code I use default Qx images and cache the uri's using: var s = qx.util.AliasManager.getInstance().resolve("decoration/table/boolean-true.png"); this.__trueIconUrl = qx.util.ResourceManager.g

[qooxdoo-devel] Răspuns: Răspuns: Răspuns: Răspuns: Răspuns: Mobile Drawer ScrollComposite

2013-11-07 Thread tedi tedi
Yes, I tried the app in Google chrome and it works. I am using  Browser: Firefox 25.0  O.S. (lsb_release -a):{     Distributor ID:    Ubuntu     Description:    Ubuntu 12.04.3 LTS     Release:    12.04     Codename:    precise } Thanks :) ... I'll test it on my phone then, It might be a problem wit