Re: [qooxdoo-devel] keeps logging "try to load an unmanaged relative image"

2014-03-05 Thread Mustafa Sak
Hi Keve, qx.ui.basic.Image can handle two kind of image resources [1] 1. managed images, which are known by the application through the generator (size, type, ...) 2. unmanaged images, which has to be loaded before knowing sizes and other properties Managed ones are resources. They have to be g

Re: [qooxdoo-devel] Jsonp store - including port in URL is not allowed?

2014-03-05 Thread Dragonheart
Yeah, the problem was in the server's response: ASP.NET WebAPI doesn't support Jsonp out of the box. So I've used a Jsonp formatter and ALSO changed the name of the callback method in qooxdoo jsonp store to "callback", so now I'm

Re: [qooxdoo-devel] keeps logging "try to load an unmanaged relative image"

2014-03-05 Thread Keve Nagy
> But please feel free to open an enhancement bug, if you desire. (Please check > the bug list for the same issue before.) > [1] > http://manual.qooxdoo.org/devel/pages/desktop/ui_resources.html?highlight=resource Thanks Mustafa! I just needed to be sure that this is not something I do in a no