Old muni pictures from Robert


Muddy Coker Muni ride from April 2nd
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.
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!

we saw this while in big sur last weekend.
Moab Mountain Unicycle Festival
From Jess:
http://unicyclejester.com/gallery/trips/moab_06/saturday/?g2_page=2
http://unicyclejester.com/gallery/trips/moab_06/saturday/?g2_page=6
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
From spencer’s mom.
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
..me: http://www.unicyclist.com/gallery/?g2_view=core.ShowItem&g2_itemId=187488&g2_page=5
Louise, only rider.
Nathan: Group gathering, with me..others..
Big Sur
![]()
I really enjoy marco photography.