Tag Archives: actionscript 3

StateGroups – finally found a use for them

State groups? Ever looked at them and though they look really useful but then can’t find a good use for them! Well last year (yes its taken a while to finish of this post – hopefully its worth it), while … Continue reading

Show dual coloured highlight for a DG

If you have a datagrid that has different coloured columns, then why should you have to do with only using a single colour for the highlight. Below is a simple soloution using actionscript to solve this. First I should state … Continue reading

Flex & Version control

Ever had a project where your client has some kind of odd/unusual caching issue with their servers that you have absoulutly zero control over? Well if you have (which I have had) then the following swc file may help you … Continue reading

Simple tip #1 – custom events

Today while coding I was creating some classes that required them to dispatch custom events. I know that this is a fairly common thing to do but sometimes it is these little things that can trip you up or take … Continue reading