Things that matched 'constant'

  • dataProvider & Array access notation

    I picked up on an interesting post over on Flex Developer the other day about Arrays and ArrayCollections apparently 'morphing' during the course of a...

  • Are defaults a good idea?

    Consider the following method signature: public function start( time:int=5, stop:int=7, message:String=null, error:String="There was an error", align:String="center" ) :void {} Initially, this would seem a hassle free way of...

  • Turn off Build automatically!

    It's amazing how many developers don't mess with any of the standard configuration settings in Flex Builder/Eclipse. They sit there waiting up to a minute,...