Tag Archives: Source Code
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
Subversion Moved
I’ve had a lot of emails asking where the subversion repository has gone. The simple answer is I’ve stopped hosting my public subversion repository on DreamHost and have now created a Google Project for it. The project URL is: http://code.google.com/p/toxic-public/ … Continue reading
‘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
ToxicMedia & SequenceGrabber Stable
I’ve moved all the SequenceGrabber utility code into its own framework: ToxicMedia.framework, the code is available from trunk/Frameworks/ToxicMedia. All my projects that use CoreImage, CoreVideo or QTKit now depend on this framework. Now I don’t need to update 4 or … Continue reading
More SequenceGrabber Updates
Spurred on by interest in my Sequence Grabber source code I’ve added a whole slew of new functionality to it tonight (for various reasons this code is a lot of fun to work on). The most important change is CCoreImageView … Continue reading
