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

Reply via email to