Skip to content

XTrace: Flash Debugging Without The Flash IDE

XTrace 1.0, a replacement for the horrible trace window in the Flash IDE, was released a few days ago. Take a look at the product page for more information on how it works and how to integrate it into your flash application. This is one of the pieces to the puzzle, I’ll release the BASH script I’ve written that allows better MTASC Xcode integration as soon as possible. I need more beta testers for the new application I’m going to be releasing, email me if your interested!

Continue Reading

Interface Builder: Connection Trick

While working on the next version of XASH I came across a problem: I couldn’t seem to connect to a WebView which was a sub-view of a NSView which was a sub-view of a NSSplitView. The connector just wouldn’t select the WebView no-matter how I dragged my mouse over it. I did some research and came across a feature I never knew existed in interface builder, a hierarchical view of all the UI elements and object instances: The badly circled button on the right of the window allows you to access this view. This is really nice for easily setting up connections between controller objects and UI elements- you can easily select the UI elements no-matter how deep the UI elements are nested.

Continue Reading