User Matt Shanley - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T00:05:48Z http://stackoverflow.com/feeds/user/3858 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/296861/test-if-an-object-is-defined-in-actionscript 4 Test if an object is defined in actionscript Matt Shanley 2008-11-17T20:48:01Z 2009-02-22T11:51:13Z <p>In actionscript, how can you test if an object is defined, i.e., not null?</p> http://stackoverflow.com/questions/370189/eclipse-keyboard-shortcuts-broken-in-osx-10-5-6/372232#372232 5 Answer by Matt Shanley for Eclipse keyboard shortcuts broken in OSX 10.5.6 Matt Shanley 2008-12-16T18:38:28Z 2008-12-16T18:38:28Z <p>This is happening for me in both Eclipse and Flex Builder 3 (based on Eclipse). It's also been reported on <a href="http://discussions.apple.com/thread.jspa?threadID=1827196&amp;tstart=0" rel="nofollow" title="Apple Discussions">Apple Discussions</a>. Unfortunately I don't know any workarounds.</p> http://stackoverflow.com/questions/269119/best-place-to-put-prototype-code-in-flex-project 0 Best place to put prototype code in Flex project Matt Shanley 2008-11-06T15:28:47Z 2008-11-07T14:45:45Z <p>I'm making a Flex project, using the Cairngorm library, and trying to keep the code in a good MVC structure. I just added some code to add a prototype function to a built-in class (I added the method "contains" to Array), and I'm wondering what you would consider the best-practice for where to put this code in my project structure?</p> http://stackoverflow.com/questions/296861/test-if-an-object-is-defined-in-actionscript/574797#574797 Comment by Matt Shanley on Test if an object is defined in actionscript Matt Shanley 2009-02-26T01:49:07Z 2009-02-26T01:49:07Z I thought I would have tried that, but this indeed works, and I think it looks nice too.