home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactif 7
/
cd.iso
/
pc
/
PC
/
Demos
/
GroovMak
/
data1.cab
/
Program_Executable_Files
/
Media
/
LoadU.dxr
/
00025.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
|
1999-09-17
|
306 b
|
12 lines
on mouseUp
set the editable of member "fieldUserFullName" to 1
end
on keyUp
if (the keyCode = 36) or (the keyCode = 76) then
delete char -30000 of field "fieldUserFullName"
set the editable of member "fieldUserFullName" to 0
end if
set the foreColor of member "fieldUserFullName" to 0
end