Re: [qooxdoo-devel] Use cover/content flow with qooxdoo -> Resolved

2012-04-13 Thread Marcel Ruff
Am 13.04.2012 09:47, schrieb Marcel Ruff: Am 12.04.2012 21:48, schrieb Matt Cavins: Now I have a full grasp on your issue. I will start digging into the contentflow script, as the issue seems to be that it runs its initialize function once the document is done loading. This means that by the t

Re: [qooxdoo-devel] Need help with qx.ui.mobile.container.Scroll

2012-04-13 Thread Christopher Zündorf
Hi, qx.ui.mobile.container.Scroll should not be used directly. It is used by NavigationPage, for determine which kind of Scrolling Method can be used. For creating a simple Page that scrolls vertically, just create a NavigationPage. Horizontal scrolling is not implemented so far. Qooxdoo mobil

Re: [qooxdoo-devel] modify qx.ui.tooltip.Manager to use rich text tooltips for error messages

2012-04-13 Thread Dietrich Streifert
Seems to be solved with pull #24 from http://bugzilla.qooxdoo.org/show_bug.cgi?id=6309 master. Regards Dietrich Streifert Am 28.03.2012 12:44, schrieb Dietrich Streifert: > Hi all! > > I need to change the tooltip manager in order to use rich text (html) > tooltips for form items having an inv

Re: [qooxdoo-devel] Pull requests

2012-04-13 Thread John Spackman
Hi Martin, Thomas, No worries, thanks for letting me know ­ I just wanted to be sure I'd done everything I needed to. Cheers John From: Martin Wittemann Reply-To: qooxdoo Development Date: Fri, 13 Apr 2012 11:21:31 +0200 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Pull requests

[qooxdoo-devel] final size file javascript

2012-04-13 Thread erny
hi I'm test your great frameworks :))) I do this steps: 1) C:\qooxdoo\qooxdoo-1.6-sdk\tool\bin\create-application.py --name=inlineApp -t inline --out=C:\qooxdoo\workspace\ 2) D:\qooxdoo\workspace\inlineApp\generate.py source (no all class) 3) open Application.js an use only one button1 widge

Re: [qooxdoo-devel] REST CORS

2012-04-13 Thread Simon Walter
Thank you Martin. I understand about CORS and browser support. That is always a concern. It looks like qx.io.request.Jsonp does not inherit from qx.io.remote.Request, and so there is no setMethod() method. However, qx.io.request.Xhr has a setMethod() method. I think a setMethod() method for qx

Re: [qooxdoo-devel] TreeVirtual vs VirtualTree

2012-04-13 Thread Martin Wittemann
Hey, What are the differences between the TreeVirtual and the VirtualTree? Just check out the demos of both trees [1]. They are technically different and do have different roots. The VirtualTree is based on the newer virtual infrastructure and looks like the old, non virtual tree. It is fully dat

Re: [qooxdoo-devel] Pull requests

2012-04-13 Thread Martin Wittemann
Hello John, I have already seen your pull requests but did not have the time to take a deeper look at them. The one we accepted yesterday were from a colleague next office and related to a project so we took that. But in general, if a pull request is closed, it should be either merged in or reje

Re: [qooxdoo-devel] REST CORS

2012-04-13 Thread Martin Wittemann
Hello, When having the REST service on another machine, you have to use either JSONP or CORS. I'm not the export in that area but as far as I know, CORS is not supported by all browsers. Nevertheless, I forwarded you mail to the author of our REST and io layer which can give you some more detail

Re: [qooxdoo-devel] Use cover/content flow with qooxdoo

2012-04-13 Thread Marcel Ruff
Am 12.04.2012 21:48, schrieb Matt Cavins: Now I have a full grasp on your issue. I will start digging into the contentflow script, as the issue seems to be that it runs its initialize function once the document is done loading. This means that by the time you click the button it won't recogniz