-
Recent Posts
- Sencha – models and stores only showing one item
- Sending mail with PHP, PEAR & Godaddy
- Stop the mobile ActionBar from transitioning
- Sencha touch – IDE??
- Debugging facebook apps locally (web based ones)
- StateGroups – finally found a use for them
- Searching a string – do you need to start with a period?
- Good day in the office – 1000′s of mobile apps built in a few hours!
- App story – on BBC site. Catch it live at MAX 2011
- iOS – Mobile dev, make sure you flush when you’re done.
Archives
Blogroll
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