carlosrovira commented on issue #127: ClassReference doesn't work in themes URL: https://github.com/apache/royale-asjs/issues/127#issuecomment-373338677 Hi Piotr, In Jewel we have all controls, and with them other classes that are added as beads (i.e: Model, Controller). Those beads are very close to the business logic and considered pieces of the business logic. In the other hand, I expect a View and classes that defines visual artifacts (i.e: A thumb or a track) that in SWF use to be a code represented in a class, should go in the theme.swc, since are things directly related to the theme and how things are represented. If I swap themes, I expect a track or thumb will come from the theme so the visuals change. If comes from the library.swc that part will not be changeable, or if you use another, that part will mostly unused since the theme should have their own. But that's seems to be a problem more related to SWF, since in JS is not normal that we have code to define a visual part of the component.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
