Flex Builder trace() issues

I’m having a few issues with Flex Builder and Sephiroth’s FlashTracer Firefox extension at the moment. The first issue is that the Design view in Flex actually traces things like: -> Begin call to AS: getGlobalPoint(Canvas1,-1,-1) Begin call to AS: showConstraints(false) Begin call to AS: getGlobalPoint(Canvas1,-1,-1) Which can clutter up the FlashTracer console. Not only … Read more

Google Maps geo-location by IP Flex example

Following on from my earlier post regarding Google Maps and Flex, I’ve put together a new example which I reckon’s pretty nifty. Somehow my idea was spawned by Andrew Shorten’s post which discussed using Google Maps and the new Adobe Cocomo service to create a collaborative mapping application. And I say somehow, as I’m not … Read more

M-V-SEE

MVC is on my mind at the moment. I’ve read more about this and other design patterns and frameworks in the last few weeks than I care to recount (though I do hope it’s starting to sink in). This is all in preparation for the biggest project I’ve ever tackled. Now unlike other projects, I’ve … Read more