Hecl Builder

Easy Mobile Applications

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

MIDP Version: 2.0
Description:
Last updated: Thu Mar 11 15:11:20 +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
 
    set form [lcdui.form -title "Customer Registration"]
$form setcurrent
$form append [lcdui.textfield -label "ID_Number" -text "" ]
$form append [lcdui.textfield -label "MSISDN" -text ""]
$form append [lcdui.textfield -label "First_Name" -text ""]
$form append [lcdui.textfield -label "Second_Name" -text ""]
$form append [lcdui.textfield -label "District" -text ""]
$form append [lcdui.textfield -label "Sector" -text ""]
$form append [lcdui.textfield -label "Occupation" -text ""]
$form append [lcdui.textfield -label "Date of Birth" -text ""]
}
  


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/