Old muni pictures from Robert
Sunday, April 30th, 2006

April, 2006 ArchivesCategories
Recent Posts
Archives
Admin |
Archive for April, 2006Old muni pictures from RobertSunday, April 30th, 2006
Turn your head sideways ;)
Muddy Coker Muni ride from April 2ndSunday, April 30th, 2006
Hi all,
Nathan put up some pictures on his website of a Coker ride we did in Santa Cruz a few weeks ago. Nathan Hoover photo galleries – powered by smugmug. Cocoa: modal NSColorPanel dialog.Wednesday, April 26th, 2006
Hi all,
I’ve seen some people request how to do a modal color panel. Well, carbon has GetColor(..) which ultimately uses the same NSColorPanel. So, you can set it to begin a modal session before you call GetColor(..). Here’s a code snippet: #import <Carbon/Carbon.h> - (IBAction)buttonClick:(id)sender {   NSColorPanel *colorPanel = [NSColorPanel sharedColorPanel];   NSModalSession session = [NSApp beginModalSessionForWindow:colorPanel];      RGBColor inColor = {128, 128, 128};   RGBColor outColor = {0, 0, 0};   Point point = {0, 0};   if (GetColor(point, “\pâ€, &inColor, &outColor)) {     NSColor *color = [NSColor colorWithCalibratedRed:(float)outColor.red / (float)UINT16_MAX green:(float)outColor.green / (float)UINT16_MAX blue:(float)outColor.blue / (float)UINT16_MAX alpha:1.0];     [colorWell setColor:color];       }      [NSApp endModalSession:session];   } Hi there…I’m poison oak!Wednesday, April 5th, 2006
I thought this was funny:
we saw this while in big sur last weekend. Moab Mountain Unicycle FestivalMonday, April 3rd, 2006
Some pictures of me at the Moab Mountain Unicycle Festival a few weeks ago. (Moab Muni Fest).
From Jess: http://unicyclejester.com/gallery/trips/moab_06/saturday/?g2_page=2 http://unicyclejester.com/gallery/trips/moab_06/sunday/?g2_page=2 http://pg.photos.yahoo.com/ph/jayromick@sbcglobal.net/detail?.dir=/a5cf&.dnm=5542.jpg&.src=ph Moab videos (not of me, but I was there): http://www.unicyclist.com/forums/showthread.php?t=48130 Tom’s Photos: http://www.unicyclist.com/gallery/?g2_view=core.ShowItem&g2_itemId=187488 Nathan: Group gathering, with me..others.. Big SurMonday, April 3rd, 2006
I went to big sur last weekend, with my friend Chris Bensen and some of his friends. Check out the pictures.
I really enjoy marco photography. |
(c) 2008-2012 Corbin Dunn
Corbin's Treehouse is powered by WordPress. Made on a Mac.
Subscribe to RSS feeds for entries and comments.
14 queries. 0.318 seconds.