<mx:Canvas useHandCursor="true" buttonMode="true" mouseChildren="false">
<!-- Your components here -->
</mx:Canvas>
Sunday, July 13, 2008
How to force the hand cursor in custom components
This is something I've been meaning to put up:
Thursday, July 10, 2008
Brain teaser :)
What better way to kick off the new blog than with an answer to Dustin Diaz' Programming Brain Teaser?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
creationComplete="cc()">
<mx:Script>
<![CDATA[
private function cc():void
{
trace(['a', 'b', 'c', 'c', 'd','e', 'e', 'e', 'e', 'e', 'f', 'e', 'f', 'e', 'f', 'a', 'a', 'a', 'f', 'f', 'f'].join(" ").replace(/(.) \1((?: \1)+)/g, "$1 $1 <span>$2 </span>"));
}
]]>
</mx:Script>
</mx:Application>
Wednesday, July 9, 2008
Frist Psot
Finally got some usable space on one of my domains to collect my Flex tips and thoughts without polluting it with personal junk. I'll get some content up here over the weekend, add a bunch of stuff over the next few weeks, and then I'll do some announcing, so if you're here early, sorry for the lack of content and lousy default theme. All will be updated soon :)
Subscribe to:
Posts (Atom)

