Hecl Builder

Easy Mobile Applications

iTicker
Download: .jad .jar
2.0/5 Average rating:

MIDP Version: 2.0
Description:
Last updated: Thu Dec 18 14:04:24 +0000 2008 by Geminus

set ticker [lcdui.ticker -text "Das ist ein Ticker von Thomas!"]
set form [lcdui.form -title "Thomas-Ticker" -ticker $ticker]
$form setcurrent

proc updateTicker {ticker} {
    $ticker configure -text "Das ist ein Ticker von Thomas!"
    after 1000 [list updateTicker $ticker]
}

after 1000 [list updateTicker $ticker]


Note: If you have trouble with the applets on this site, you might try upgrading your Jave Runtime Environment, in order to get the "Next-Generation Java Plug-In", available for download here: http://download.java.net/jdk6/