After more research, I’m getting the idea that affecting text formatting INSIDE a table in any way is not possible with AppleScript Studio.
So now I have a less amibitious goal. Can I set the text font of an ENTIRE table from my script? I’d like to let my user call up a font panel, set the font, and then set a table’s font with that info.
The problem is that I can’t get it to work. I’ve found a snippet that makes a cocoa call to do this, but it doesn’t work. Any suggestions?
set font of (table view "eventTable" of scroll view "eventScroll" of split view "MainSplit" of window "main") to call method "fontWithName:size:" of class "NSFont" with parameters {"Lucida Grande-Regular", 14}