Couldn't you make your own scrolling?

A procedure could be:
1. When the user types a character check the the number of characters in the
field.
2. If the field is full save the field text to a variable.
3. Set the field text to be a substring of the user input.

You could make two scroll buttons each modifying the which substring is to
be used (back and foward). Also checking the amount of chars could be used
to change view if there is less than, say, 4 chars.

Hope this helps,
-Lau

"David Janssens" <[EMAIL PROTECTED]> skrev i en meddelelse
news:113897@palm-dev-forum...
>
> Hello,
>
> I'm writing a media-player (http://mmplayer.com/) in which the user at one
> point needs to be able to enter concatenated URLs of different media
> sources(eg:"rtsp://test.com/test.mp4;http://test2.com/test2.avi";).
>
> The string to enter can be very large. The problem is that, to my
knowledge,
> fields can't do horizontal scrolling. Anyone has ideas on how to input
large
> strings?
>
> Thanks,
> David
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to