Archive for Flex4

Using SourceMate 3.0 to create code bookmarks

Something I’ve been wanting for a while was a slick way to have “bookmarks” in my code to help me jump quickly to certain places in the source files. It’s not uncommon for me to have a long list of files open in Flash Builder. Some files are unnecessarily large, with far more functions than [...]

Continue reading » No comments

ArrayCollection contains() uses your sort!

Tags: , , ,

Here’s another gotcha that took me a while to realize what was wrong. I was using an ArrayCollection to hold a collection of items. I had a custom sort applied since the items were typed objects that needed to be sorted according to certain, out-of-the-ordinary fields. In the sort method, I was comparing values and [...]

Continue reading » 1 Comment