Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-12-12 Thread Raphael Schweikert - Vertec AG
t: Montag, 26. November 2012 10:21 > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation > warnings > > Hey, > Thanks for the feedback. I would have never thought of that but will keep it > in mind for the next time. :) What tool did you use?

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-26 Thread Martin Wittemann
Hey, Thanks for the feedback. I would have never thought of that but will keep it in mind for the next time. :) What tool did you use? Maybe if its wide spread its worth the effort to change the code. Regards, Martin Am 23.11.2012 um 15:08 schrieb Raphael Schweikert - Vertec AG : > Hi Martin,

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-23 Thread Raphael Schweikert - Vertec AG
Hi Martin, Yeah, I've figured that out as well. Before, I'd always wondered what these lines were doing in my console. Strangely enough, the stack trace ends there: > qx.log.Logger.trace:220 > qx.log.Logger:334 are the only two entries. However, I do think I've isolated the problem: While digg

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-23 Thread Martin Wittemann
p://1und1.de>] Gesendet: Donnerstag, 22. November 2012 14:29 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings 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

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-23 Thread Raphael Schweikert - Vertec AG
4:29 > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation > warnings > > 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 some

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

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")

[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