> >WinDrawLine does not help as I cannot set color.
> 
> WinSetColors or WinSetForeColor.

  this will probably only work with OS 3.5 - if you want a grayline on
  anything before palmos3.5, you need to implement your own line drawing
  algorithm :(

  bresenham is the norm to implement.. be sure to check out the Win2*
  replacement libraries here (which only work with 2bpp grayscale):

    http://www.palmgear.com/software/showsoftware.cfm?prodID=769

  use this as a starting point. for my grayscale projects, to ensure
  it works all the way back to very early devices, i have been forced
  to write my own grayscale routines :(

  cheers.

az. 
--
Aaron Ardiri 
Java Certified Programmer      http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN       
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 656 1143           A/H: +46 8 668 78 72

if you enjoy it, then it aint work :) - rule #106 of life


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

Reply via email to