-
Ticker
I´m using Jbuilder8 with the mobileset and the Nokia Series 60 MIDP Concept SDK Beta 0.2. Is it possible to add a Ticker to a canvas using these because when I try to use " setTicker()" I get the following error: ""EuroManDisplay.java": Error #: 300 : method setTicker(javax.microedition.lcdui.Ticker) not found in class euroman.EuroManDisplay at line 174, column 10".
If anyone could help me with this that would be greatly appreciated.
Thanx
-
Ticker
Hi,
Ticker cannot be added to Canvas or FullCanvas object. setTicker is Screen class's method so it can be added only to Alert, Form, List or TextBox object.
Best Regards,
JP / Forum Nokia
-
Hi,
Displayable supports setTicker(Ticker?ticker) since MIDP 2.0 but not 1.0. The MIDP version of "Nokia Series 60 MIDP Concept SDK Beta 0.2" is 1.0, I think your code is ok if you try to use the default emulator provided by Wireless Toolkit 2.0.
:)
-
Thanx for the replys, I taught it was something like that. Then I just have to make up something else to use.