Hecl Builder

Easy Mobile Applications

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

MIDP Version: 1.0
Description:
Last updated: Mon Oct 06 02:25:05 +0000 2008 by vikas.nv

proc sendit {} {
    global label_

    setprop $label_ label "Scanning ..."
}

proc saveit {} {
    global name_
    global bday_
    global number_
    global label_

    set name_s [ getprop $name_ text ]
    set bday_s [ getprop $bday_ text ]
    set number_s [ getprop $number_ text ]

    setprop $label_ label "Saved ..."
}

set first [form label "SMSApp" code {
    stringitem label "Choose ..."

    cmd label "Store" code saveit
    cmd label "Scan" code sendit

    set name_ [textfield label "Name:"]
    set bday_ [textfield label "DOB:"]
    set number_ [textfield label "Contact:"]

    set label_ [ stringitem label " " ]
    
}]

setcurrent $first


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/