home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazin 1997 March
/
Image.iso
/
wd.dxr
/
Name_6_NameField.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-28
|
151 b
|
12 lines
on keyDown
if the key = RETURN then
dontPassEvent()
else
pass()
end if
end
on mouseUp
set the editable of member "NameField" to 1
end