Yes the arrows not being redrawn is the problem, the list actually scrolls as it should. Thank you for the code nevertheless.
One last question, how are you setting the hasScrollBar attribute for the list? I've just compiled with ALLOW_ACCESS_TO_INTERNALS_OF_LISTS defined, on sdk4. I get a local pointer to the list and set pLst->attr.hasScrollBar = 1; Works fine on Pose w. 4.x debug rom just noticed it's crashing on the actual 3.5 os device however. thanks again, Sang > On Tue, Jul 02, 2002 at 11:19:20AM -0700, Sang Le > wrote: > > Hello, > > > > Thanks very much for the example. This looks > about > > like what I'm doing however. I'll try it in case > > there's something I've missed. > > > > I wonder if the fact that I'm using a callback > > function via LstSetDrawFunction to draw the > list > > is part of the issue. > > I'm using LstSetDrawFunction() too. > But if your problem is getting rid of the List > arrows, I don't have > a solution. I kept both the arrows and the scroller. > I thought you were > having problems getting the scroller to work. > > Marco > > -- __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
