Dynamic, Persistent Skins with Degrafa
Degrafa is a declarative graphics framework for Flex. This means that programatic graphic instructions like: graphics.lineStyle( 1, 0xffffff ); graphics.moveTo( 10, 10 ); graphics.lineTo( 30, 30 ); graphics.lineTo( 10, 30 ); can be expressed in simplified and elegant MXML source code. From this post you’ll take away an intro to Degrafa, how to dynamically modify [...]
Continue reading