Search
Tags
2008 Acorn AquaticPrime Automator Cocoa CoreImage corevideo Cracks Default Event Flying Meat Geode Headline iPhone iPhoneDevCamp iphone development iRoster isight Links macbook Misc Open Source pinboard Python quicktime sequence grabber seth pmc charity software auction Software Source Source Code SpaceNavigator Spotlight Sqlobject subversion tarnishing touchcode TouchCode iPhone TouchMap toxicmedia toxicsoftware.com WebNoteHappy WordPress wwdc xbel xsltMeta
Tag Archives: Cocoa
Key-Value Observing Done Right (again)
Mike Ash posted a great article about problems with Cocoa’s Key Value Observing and provided a better set of classes to work with KVO: MAKVONotificationCenter. I’ve been using Mike’s code in various projects over the last few months and am … Continue reading
TouchMap
I was going to make a more in-depth posting about TouchMap, but then something kind of big happened. The code is however in the TouchCode google code repository. So have at it. (You’ll probably want to check out all of … Continue reading
TouchMap Teaser
A quick teaser for TouchMap. I’m hoping to release this on TouchCode later today. TouchMap.mov
R.I.P Toxic Progress Indicator
Thanks to Matt Gemmell for pointing out that Apple has finally provided a pie chart style NSProgressIndicator for the circular/determinate modes. This style is new to Leopard. This means my Toxic Progress Indicator class can be retired, at least for … Continue reading
SpaceNavigator controlled Lego Mindstorms NXT
It’s my second year of coaching a First Lego League team. The experience has been fantastic, I’m teaching 4th and 5th grade children about robots and computers, and teaching them to build and program their own robots. This year the … Continue reading
Posted in Default
Tagged Cocoa, Lego, Links, Mindstorms, NXT, Source Code, SpaceNavigator
View Comments
‘Discrete’ NSLevelIndicatorCell too slow
I recently needed to embed the ‘Discrete’ variant of the NSLevelIndicatorCell into an NSTableView. The discrete cell looks like this: Unfortunately adding the cell caused drawing of the table’s window to slow to crawl. The spinning beachball of death would … Continue reading
Grab that Invocation
CInvocationGrabber is a Cocoa class to help with creating NSInvocation objects. NSInvocation objects are Cocoa’s equivalent of “functors” and are extremely handy. But unfortunately creating them is often a pain. For example, take the following code showing how to create … Continue reading
Toxic Progress Indicator Updated
Thanks to Daniel Jalkut for submitting a patch to Toxic Progress Indicator. The patches fixes a couple of silly bugs with setMinValue/setMaxValue and also makes the code a little bit more generic. I’ve updated subversion with the patch, which is … Continue reading