Tom,

it's super easy. Just add Vincent's one Mixin class to your project and
rename his mixin to anything. in his Mixin change:

qx.Mixin.define("org.jspresso.framework.patch.MTransition", {

to

qx.Mixin.define("toms.application.MTransition", {


Run generate.py source then add this one line of code to your Application.js
file:

qx.Class.include(qx.ui.decoration.Decorator, toms.application.MTransition);

That's it.

Chris







--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Theming-tp7587082p7587113.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to