TextBox does not display Ticker in Series 40 (Known Issue)
Article Metadata
Tested with
Devices(s): All Series 40 devices
Compatibility
Platform(s): Series 40
Article
Created: User:Technical writer 1
(02 Apr 2008)
Last edited: hamishwillee
(05 Jul 2012)
Contents |
Overview
The Series 40 implementation of TextBox does not display Ticker objects at all.
Description
The Series 40 implementation of TextBox does not display Ticker objects. In S60 displaying Ticker in a TextBox is possible.
How to reproduce
Displayable disp= new TextBox("TextBox",null,20,TextField.ANY);
Ticker ticker = new Ticker("Ticker text");
disp.setTicker(ticker);
..
Display.getDisplay(this).setCurrent(disp);
Solution
No solution available with TextBox. Try using Form for displaying Ticker objects.


(no comments yet)