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);
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html
- Using CustomPatternType Mike Davis
- Re: Using CustomPatternType Bob Ebert
- Re: Using CustomPatternType Richard Burmeister
- Re: Using CustomPatternType Michael S. Davis
- Re: Using CustomPatternType John Marshall
