> I understand that.
> 
> But how do I set the actual shade I want to draw in and how do I draw?  Will
> the standard draw functions work?  Do I use WinDrawGrayLine or WinDrawLine?
> Do I have to draw right to the screen memory?

  WinDrawLine = draw b+w line
  WinDrawGrayLine = draw dotted b+w line

  if you want to draw "gray" lines, you need to implement your own 
  line drawing algorithm, or.. i believe, with 3.5, you can use 
  WinSetForeColor() - but, i could be wrong :))

  cheers
 
// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
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