Re: [qooxdoo-devel] Fwd: New open source contribution

2012-11-22 Thread panyasan
This is fanstastic. Thanks for this - I was always sad that Siarhei and I didn't have the time to maintain and further develop QxTransformer, which, because of this, is long dead. Looking forward to try it out! C. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Fwd-New-open-

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-22 Thread Martin Wittemann
Hey, I'm quite sure that its not part of the framework code base. Do you use any library e.g. a contribution project or something similar where the warning could come from? Regards, Martin Am 22.11.2012 um 12:45 schrieb thron7 : > > On 11/22/2012 10:23 AM, Raphael Schweikert - Vertec AG wrote

[qooxdoo-devel] Fwd: New open source contribution

2012-11-22 Thread thron7
George Nicolaidis wrote in to inform us of a new qooxdoo-based XML -> UI tool called "Qookery". See his announcement. T. Original Message Dear Qooxdoo developers, It is my pleasure to inform you of Ergobyte's contribution to the Qooxdoo community. Our project, "Qookery", is

Re: [qooxdoo-devel] qooxdoo et document.selection (IE)

2012-11-22 Thread Hoai Nam
Hi Frank, Thanks for your help! It works great but i have another issue that getTextSelection() only work well on FireFox or Chrome, it doesn't work on IE8. I also test and see getTextSelectionStart() always return -1 with TextArea on IE8. Could you give me some idea. Thanks and best regards, Nam

Re: [qooxdoo-devel] Qooxdoo Close Event

2012-11-22 Thread 689137
Thank you all! This helped my problem! Happy Thanks Giving Day! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-Close-Event-tp7582052p7582085.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Many problems with firebug, 2.x version.

2012-11-22 Thread rsantiagopaz
- this only means something with the runtime environment (web server, browser, firebug, ...) takes an effect. really, I suspect all this is a firebug problem. But I need to ask you, to this forum. Maybe somebody known something about. It is also strange that this happens only with 2.x versions.

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-22 Thread thron7
On 11/22/2012 10:23 AM, Raphael Schweikert - Vertec AG wrote: > Hi all, > > since upgrading my Desktop app to 2.1, I've been repeatedly getting the > following warning in my console: > > The constant 'SUPPORT_CSS3_OPACITY' is deprecated: Please use > 'qx.core.Environment.get("css.opacity")

Re: [qooxdoo-devel] Many problems with firebug, 2.x version.

2012-11-22 Thread thron7
On 11/22/2012 12:16 PM, rsantiagopaz wrote: > - But these images appear to be fom different runs of the application. > > Thats the point. Everytime I press F5 or click reload, I get different > behavior. Sometimes run ok without any warning or error, but 80-90% I get > some error. Sometimes a few,

Re: [qooxdoo-devel] Many problems with firebug, 2.x version.

2012-11-22 Thread rsantiagopaz
- But these images appear to be fom different runs of the application. Thats the point. Everytime I press F5 or click reload, I get different behavior. Sometimes run ok without any warning or error, but 80-90% I get some error. Sometimes a few, sometimes hundreds, sometimes only warnings. - What

[qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-22 Thread Raphael Schweikert - Vertec AG
Hi all, since upgrading my Desktop app to 2.1, I've been repeatedly getting the following warning in my console: The constant 'SUPPORT_CSS3_OPACITY' is deprecated: Please use 'qx.core.Environment.get("css.opacity")' instead. However, I've searched my entire project and I'm not using sa

Re: [qooxdoo-devel] Many problems with firebug, 2.x version.

2012-11-22 Thread Fritz Zaucker
And did you do a generate.py dist-clean and/or generate.py migration (in case your application was originally implemented with an earlier Qooxdoo version)? On Thu, 22 Nov 2012, thron7 wrote: > > On 11/21/2012 04:03 AM, rsantiagopaz wrote: >> Hi. >> >>> From the qooxdoo 2.x version, I have pro

Re: [qooxdoo-devel] Many problems with firebug, 2.x version.

2012-11-22 Thread thron7
On 11/21/2012 04:03 AM, rsantiagopaz wrote: > Hi. > > >From the qooxdoo 2.x version, I have problems with firebug. I get dozens, What does "2.x" means exactly? Which qooxdoo SDK have you downloaded? Please run 'generate.py info' in your skeleton app and post the output. I also see that your run

Re: [qooxdoo-devel] Many problems with firebug, 2.x version.

2012-11-22 Thread thron7
On 11/22/2012 08:10 AM, rsantiagopaz wrote: > Hi. > Here are some samples. All of them is with the same Hello World! basic > application from create-application.py, version 2.1 > > > http://imageshack.us/photo/my-images/507/qooxdoo1.jpg > http://imageshack.us/photo/my-images/687/qooxdoo2.jpg > htt

Re: [qooxdoo-devel] Qooxdoo Close Event

2012-11-22 Thread Fritz Zaucker
Ah, I didn't realize you are not inside your Qooxdoo application. The addListener() example I supplied with the third parameter for the context is a Qooxdoo method, sorry I missed that. Couldn't you use Qooxdoos close() or terminate() functions in the Application.js file to achieve what you want?