AppleScriptObjC in Xcode Part 2 [video]
Update:
As promised in the tutorial, here is a video demonstrating how to build the GUI for "Book List" application. Posted an article at MacScripter.net on using AppleScriptObjC in Xcode. In this tutorial we build a "Book List" application using a table view.
running time: 00:08:31
Large View


Comments
First, thanks for this set of tutorials. More helpful than I can say.
I'm having trouble with Part Two, specifically with making the connection between the App Delegate and the table itself. After setting up my table in the window in IB, and setting the titles, identifiers, etc. of the columns, when I control+drag from the App Delegate over the table, it does not highlight. So when I release, nothing happens; I don't get the window where I can specify the Outlet. I'm using Xcode 3.2.2, OS 10.6.3. Any Ideas?
Thanks.
Thanks for the encouragement!
Do you have the aTableView property set up in the app delegate file?
property aTableView : missing value
"PartTwoAppDeleg ate"
In IB, you have chose "Part2TutorialAp pDelegate" as the class for the new object (blue cube) but
there is no script object by that name.
Change the class name of the object to "PartTwoAppDeleg ate" and everything will work. I would
also change the file name to match. This is not required but is good practice.
RSS feed for comments to this post.