Problem with scroll in CTextView
| Wed, 2007-10-10 19:11 | |
|
Hi! I am coding a class to create a text box using a CTextView object, but I'm having problems with the scroll. This is the code I use for the scroll: TInt scrollLines = -1;This code works properly in Nokia N70 and N80, but it crashes in N95 when 'scrollLines' has a negative value. In other way, I would like my app to know if is possible to scroll up or scroll down (in other words, if the first/last line is shown), but I don't know how to check that. |
|





