Making a Password Field Showing Images Instead of Bullets |
|
on rawkeydown
send "hideMyKeys" to me in 0 seconds
pass rawkeydown
end rawkeydown
on hideMyKeys
lock messages
lock screen
repeat with i = 1 to the number of characters in me
if the imagesource of char i of me is not "tinyPadlock" then
set the imagesource char i of me to "tinyPadlock"
end if
end repeat
unlock messages
end hideMyKeys
Works perfectly.
Posted 12/6/2005 by Eric Chatonet to the Use Revolution List