creating a floating scroll bar
| Tue, 2008-06-17 18:07 | |
|
I'm trying to create a floating scroll bar, so that all that is seen of the scroll bar frame is the part with the bar. I have it working, except I am unable to update the thumb position. The following code is called every time the scroll bar needs to update. If I change the following code to create a new CEikScrollBarFrame every time the thumb will move. I also tried using MoveVertThumbTo instead of resetting the model every time, and that gave me a wserv 10 panic. Any ideas? void CFloatingScrollbarFrame::Show( |
|





