[futurebasic] Re: [FB] Color Picker

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2010 : Group Archive : Group : All Groups

From: Steve <mactech@...>
Date: Mon, 15 Mar 2010 22:22:59 -0400
In 26 years of owning Macs, I never had a single one of my own break. 

Don't your Macs have a DVD/CD burners?  Try backing up your source code and emails to one.

You have a .mac account.  Try uploading your source to your iDisk.

Until you learn this, we will keep coming back to this problem of how do I do this for the umpteenth time.  It's really getting old.

 

On Mar 15, 2010, at 6:20 PM, Brian Heibert wrote:

> I lost the source code to that program
> I have been having trouble with my computers
> in fact,  I am taking both of them in to the repair shop again soon
> 
> Brian
> 
> On Mar 14, 2010, at 10:38 PM, Robert Covington wrote:
> 
>> Brian,
>> 
>> You had functional color picker code working Jan 18 through Jan 21 and after. What happened to that program and why is it not being consulted?
>> 
>> rc
>> 
>> On Mar 14, 2010, at 2:04 PM, Brian Heibert wrote:
>> 
>>> Okay I got this so far in my program to display a color picker...
>>> 
>>> BEGIN GLOBALS
>>> DIM gRGBChoice AS RGBColor
>>> END GLOBALS
>>> 
>>> CLEAR LOCAL
>>> local fn SelectAnotherColor
>>> DIM RGBIn   AS RGBColor
>>> DIM RGBOut  AS RGBColor
>>> DIM WherePt AS POINT
>>> DIM Msg$
>>> DIM Picked AS BOOLEAN
>>> '---> Pick Color
>>> WherePt.h% = 50
>>> WherePt.v% = 50
>>> Msg$       = "Pick a color (any color)!"
>>> Picked    = FN GetColor (WherePt, Msg$, RGBIn, RGBOut)
>>> '---> Pick Anything?
>>> LONG IF Picked
>>> gRGBChoice = RGBOut
>>> #IF CarbonLib
>>> FN DisplayColorValues(gRGBChoice)
>>> #ENDIF
>>> END IF
>>> 
>>> end fn
>>> 
>>> but I am missing the FN DisplayColorValues (fn)
>>> 
>>> Where can I find that?
>>> 
>>> Brian
>>> 
>>> --
>>> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>>> 
>> 
>> --
>> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>> 
> 
> --
> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>