Hecl Builder

Easy Mobile Applications

CR
Download: .jad .jar
no rating Average rating:

MIDP Version: 2.0
Description:
Last updated: Thu Mar 11 09:12:58 +0000 2010 by costphiz

set selectcmd [lcdui.command -label Select -longlabel Choose -type item -priority 1]
set lst [lcdui.list -title "MTN RWANDA Cust Registration" -commandaction selectoption]
set options {Customer_Registration Edit_Registration Exit_Application}
set num 1
foreach n $options {
    $lst append  "$num - $n"
    incr $num
}
$lst setcurrent
$lst addcommand $selectcmd
proc selectoption {cmd lst} {
    global options
    [lcdui.alert -text "[lindex $options [$lst selection get]]"] setcurrent
}


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/