On Tue, 18 Apr 2000, Richard Burmeister wrote:

> From: "Mike Davis" <[EMAIL PROTECTED]>
> > UInt8 myPattern[8] = {0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55};
> > and I use: WinSetPattern((CustomPatternType) myPattern);
> 
> Try using:
> 
> static CustomPatternType myPattern =
> {0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55};
> ...
> WinSetPattern(myPattern);

Thanks, I found an example in sdk that shows this also.  

Thanks

> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
>http://www.palm.com/devzone/mailinglists.html
> 
> 

----------------------------------------------------
Shoot-to-Win

Protect the 2nd Amendment
----------------------------------------------------


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to