Android Question Teleprompter

hub73

Active Member
Licensed User
Longtime User
Hello.
I am thinking about programming a teleprompter for a 7 inch tablette.
But i've not idea to begin.
I need to vertical scroll a 'wrap' text'
Could you help me with your idea ?
- Perhaps an EditText item on a panel and next vertical scroll the panel ?
- Perhaps just en EditText and some code to automaticcaly scroll the text ? (i don't know if it's possible to control the text scroll with code)
Many thanks.
 

udg

Expert
Licensed User
Longtime User
Even an xCustomListView with its AddTextItem since, given text size and font, you should know how many chars show on a single line.
 
Upvote 0

hub73

Active Member
Licensed User
Longtime User
Nice ideas. I need to go to work now. I'm trying later all your advices !
 
Upvote 0

hub73

Active Member
Licensed User
Longtime User
Hi !
I'm using the 'Best view (control) for showing a large texte file' method but now how to automatically scroll the scrollview (with code) ?
Thanks.
 
Upvote 0

angel_

Well-Known Member
Licensed User
Longtime User
Did you look at this thread?

 
Upvote 0

hub73

Active Member
Licensed User
Longtime User
@angel_ : i don't suref it if works for vertical label text scrolling too ? i don't know if you can set the scrolling speed ?
 
Upvote 0
Top