Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Use and modify tables in Stickies' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Use and modify tables in Stickies
Authored by: stingerman on Sep 12, '05 11:24:48AM

It's a new feature of the Cocoa class for text editing in Tiger. So any app tha uses the same class magically get's it, the beauty of Cocoa.



[ Reply to This | # ]
10.4: Use and modify tables in Stickies
Authored by: sheppy on Feb 02, '06 07:33:00AM

An even cooler way to do this is to use Interface Builder to add a "Show Table Panel" option to the Font menu.

Open the MainMenu.nib file in Interface Builder (be sure to make a backup of Stickies first!), then drag a new menu item from the palette into the Font menu. Name it "Show Table Panel" and assign it a handy key equivalent (I used Command-Option-T).

Then double click on First Responder in the MainMenu.nib window, and add a new action named "orderFrontTablePanel:". This is a standard OS X 10.4 routine that opens the table panel.

Then control-click and drag from the new Show Table Panel menu option to the First Responder, choose "orderFrontTablePanel" in the Target/Action list, and click "Connect."

Save the nib, and run your new and improved Stickies, which now lets you create tables in sticky notes by choosing the new menu option.



[ Reply to This | # ]