Corbin Dunn and Louise Lovelle
Treehouse
Woodworking
Pictures/Photography
Videos
Machining
About
Search

Archive for April, 2006

Old muni pictures from Robert

Sunday, April 30th, 2006

Turn your head sideways ;)

P2040200-3

P2040197-3

Muddy Coker Muni ride from April 2nd

Sunday, 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:

Hi Im Poison Oak

we saw this while in big sur last weekend.

Moab Mountain Unicycle Festival

Monday, 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/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..

Louise..

Me…gray shirt.

Big Sur

Monday, April 3rd, 2006

I went to big sur last weekend, with my friend Chris Bensen and some of his friends. Check out the pictures.


Thumb Img 2686

Thumb Img 2611

I really enjoy marco photography.


(c) 2008-2009 Corbin Dunn

Corbin’s Treehouse is powered by WordPress. Made on a Mac.

Entries (RSS) and Comments (RSS).

18 queries. 0.658 seconds.