> Isn't the real trick here scrolling the data? It doesn't seem too hard > to parse an incoming string for html or your own tags, change the pen > and draw using WinDrawChars, but scrolling, particularly a pixel at a > time, would be tough, wouldn't it? Are there any examples on how to do > that?
who said scroll pixel by pixel? you can either keep track of a pixel line count, or, scroll based on line count. download the palmsource 2000 conference guide demo i posted a while back for some ideas. http://www.ardiri.com/index.php?redir=palm&cat=gothelp&subcat=download its a bit out dated now (the app), however i've been using this code base quite a bit over the last few years and it's make some various improvements/enchancements, the concept is still the same tho. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
