Feeds:
Posts
Comments

Archive for March, 2008

XML support in ActionScript is actually quite nice (though it’s a bit creepy to see raw XML inserted straight into the code). The whole E4X thing takes some getting used to, but in general everything just works surprisingly well. Except for deleting. That just doesn’t work at all like you’d expect. [...]

Read Full Post »

So I am capturing global keypress events, and I want to suppress my action if some component has focus.  A quick read of the docs and the FocusManager class looks like the ticket!  More specifically, FocusManager::getFocus() looks like exactly the function I need.  So I go ahead and call it, only to find it’s not [...]

Read Full Post »

“Bindable”, not “bindable”

That’s right, it needs to be capitalized.  How lame is that?

Read Full Post »