G'day Jim,

I am a lurker in this group, and it has taught me many things - indeed while
programming I have Outlook open to do a search on old messages to see if
there is a history or a solution to a problem (did someone mention the
device id problem on Palm VII's?).

Lurk, learn, and payback when possible.

Best of luck,
CSE


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim
Duffy
Sent: Thursday, 3 August 2000 3:35 PM
To: Palm Developer Forum
Subject: Re: switch controls from black to white


Thanks a bunch for the help,

Both these suggestions seem to be what I need and will start working on them
as soon as I fix my Link Error problem (just posted;)

I love this Newsgroup

Jim



Craig Evans <[EMAIL PROTECTED]> wrote in message news:19690@palm-dev-forum...
>
> G'day Jim,
>
> You might like to try something like the following :
>
> ...
>     RectangleType       rectInvert ;
>     UInt16         nRadius = 0 ;     0 = square corners
>
>     rectInvert.topLeft.x = 0 ; // Topleft "x" co-ord
>     rectInvert.extent.x = 50 ; // width
>     rectInvert.topLeft.y = 0 ; // Topleft "y" co-ord
>     rectInvert.extent.y = 50 ;   // height
>
>     WinInvertRectangle(&rectInvert,nRadius) ;
> ...
>
> That will invert a 50x50 pixel box with a top corner located at 0,0.
> If it is particular control you want to invert the pixels for, you can dig
> down through the control's data structure and pull out its rectangle
> co-ords.
>
> This technique has worked really nicely for me in the past.
>
> Regards,
> CSE
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jim
> Duffy
> Sent: Tuesday, 1 August 2000 11:59 AM
> To: Palm Developer Forum
> Subject: switch controls from black to white
>
>
> Can anyone point me to how I could change the text of a label control and
> the color of a button control (and text) from black to white?
>
> I would like to put it against a dark background.
>
> Thanks a lot,
>
> Jim
>
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
>
>
>



--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to