User Matt Shanley - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T00:05:48Zhttp://stackoverflow.com/feeds/user/3858http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/296861/test-if-an-object-is-defined-in-actionscript4Test if an object is defined in actionscriptMatt Shanley2008-11-17T20:48:01Z2009-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#3722325Answer by Matt Shanley for Eclipse keyboard shortcuts broken in OSX 10.5.6Matt Shanley2008-12-16T18:38:28Z2008-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&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-project0Best place to put prototype code in Flex projectMatt Shanley2008-11-06T15:28:47Z2008-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#574797Comment by Matt Shanley on Test if an object is defined in actionscriptMatt Shanley2009-02-26T01:49:07Z2009-02-26T01:49:07ZI thought I would have tried that, but this indeed works, and I think it looks nice too.