Hi Totty, > If I make changes to the framework then I can have problems when future > versions of the frameworks comes out as I have to do the same work for each > new version I plan to use. If there is little work, or automatized in some > way then it's quite fine to integrate the framework in the qooxdoo class > system.
Wrapping the paper.js objects into qooxdoo classes is one thing, but you will also need to translate paper.js events to qooxdoo events. I suggest to leave paper.js as it is and introduce some kind of a mediator that connects both worlds. You can fire qooxdoo events in the UI, and have the mediator respond to them, delegating to paper.js. Regards Tristan ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
