Categories: Java ME | MIDP 1.0 | MIDP 2.0 | Known Issue
This page was last modified 11:01, 2 April 2008.
KIJ000872 - TextBox does not display Ticker in Series 40
From Forum Nokia Wiki
| ID | KIJ000872 | Creation date | April 2, 2008 |
| Platform | Series 40 | Devices | All Series 40 devices |
| Category | Java ME | Subcategory | MIDP 1.0 and MIDP 2.0 |
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.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with HttpConnetion in NOKIA 7650 | abaxia | Mobile Java General | 6 | 2004-08-07 07:29 |
| Key codes on the E61 | klyster | Mobile Java General | 8 | 2006-08-18 19:49 |
| Beginers question regarding J2ME Commands | martinchisnall | Mobile Java General | 3 | 2004-02-01 11:38 |
| Beginers question regarding J2ME Commands | martinchisnall | Mobile Java General | 0 | 2004-01-28 15:16 |
| How to use the phone's Mini-Keyboard Input with the 'Textbox'(MIDP2.0)? | lgmcben | Mobile Java General | 2 | 2006-10-26 09:41 |

