Using Xcode to become a faster programmer
You can utilize some of Xcode’s cool features to become a faster Mac OS X programmer. Here are some things which you may not know: 1. Use Code Completion (Code Sense). However, the default keyboard... [read more]
Aug
2
2005
Cmd – click. The subtle secret of Mac OS X.
It seems that a lot of people don’t know how cmd click works in a lot of Mac OS X Cocoa applications. To put it simply, Cmd-clicking on a non key window (or application for... [read more]
Aug
2
2005
Drag and Drop in an NSTableView
Drag and Drop in an NSTableView is easy to do. However, I think the documentation (Table Views: Using Drag and Drop in Tables) for it isn’t particularly great. It misses a few points, so I’m... [read more]
Jul
29
2005
Dynamically populating an NSPopUpButtonCell in an NSTableView
It is quite common. You have a PopUpButton (NSPopUpButtonCell) in an NSTableView and you want to dynamically change the contents based on the selected row: How do you do this? There are a few tricky... [read more]
Jul
27
2005
Delphi easter eggs
I can’t believe people found out about the Kitchen sink! http://www.blong.com/Undocumented/Delphi2005.htm I did write that silly easter egg.
Jul
20
2005
Discovery HD — Weird Homes
Hi All, Someone just emailed me saying they saw the episode of “Weird Homes†with me in it. It appears to be airing right now! Discovery HD Theater channel. here’s info: http://dhd.discovery.com/schedule/episode.jsp?episode=26&cpi=82216&gid=0 Cool, huh! I’m... [read more]
Jul
20
2005
Different cells on each row in an NSTableView or NSOutlineView
Some people have asked me how to dynamically change the cell that is displayed for each row in an NSTableView or NSOutlineView. Generally, the same cell is used for each row, but it is possible... [read more]
Jun
30
2005
Fixing the annoying focus stealing habit of Safari RSS feeds
Safari RSS support is way cool. Except for the fact that after a page has loaded, the search field receives focus, causing the space bar to not scroll down a page at a time. I... [read more]
Jun
22
2005
Debugging OCTest bundles
Another old article: June 20, 2005 Debugging OCTest bundles To debug OCTest bundles: 1. Add a new executable to your Xcode project pointing it to “otest†at /Developer/Tools/otest 2. Double click on the executable, and... [read more]
Jun
20
2005
Repost: How to find memory leaks in Cocoa apps with Object Alloc
(The original of this I accidentally killed — here is a copy). If your Cocoa application leaks memory, here is a way to find those leaks! 1) Open your application in Object Alloc 2) Start... [read more]
Jun
17
2005
Changing the disclosure triangle in an NSOutlineView
At WWDC I was asked how to remove the disclosure triangle in an NSOutlineView. Well, first things first. You can change it with this bit of code in your delegate: - (void)outlineView:(NSOutlineView *)ov willDisplayOutlineCell:(NSButtonCell *)cell... [read more]
Jun
15
2005
rail unicycle riding at East Cliff Rd, Santa Cruz, CA (aka: ‘the hook’)
I did some cool rail riding last weekend: http://www.bluetreesoft.com/wallpapers/wallpapers.cgi/east_cliff?ppp=0 Here’s a snapshot: I am actually right above the cliff. Check out the other pictures. Cool, huh! This is what I do in my spare time.... [read more]
Jun
14
2005
Tooltips for NSTableView cell’s in Tiger
At WWDC, I quickly mentioned how easy it is to add tooltip’s to an NSCell for an NSTableView/NSOutlineView. Here is a quick snippet of code on how to do this only if the text doesn’t... [read more]
Jun
10
2005
Tiger and the keyboard
Okay, one of the coolest Tiger enhancements has to do with keyboard shortcuts. The “really smart†Human Interface people at Apple figured out some stuff that bothered me in Panther. The main one that I... [read more]
Jun
10
2005
Drawing a “mail like†border on items in an NSTableView
Mail has a cool way of making unread messages stand out. It is really easy to do this type of thing with NSTableView/NSOutlineView. Subclass the one you want, and override drawRow. Toss in the code... [read more]
Jun
10
2005
As an Amazon Associate I earn from qualifying purchases.
(c) 2008-2024 Corbin Dunn
Subscribe to RSS feeds for entries.
43 queries. 0.246 seconds.