chris, you can detect what key is pressed by using Key.getCode() and matching it with the ascii value for the del key.
i'm not sure if you can prevent it from actually being 'written' into the TF tho - that is, prevent the del/backspace from being executed. hope this helps G On Thu, 24 Feb 2005 16:09:22 +1100, Chris Velevitch <[EMAIL PROTECTED]> wrote: > I'm using restrict, but it doesn't seem to exclude del and backspace. > > --- > You are currently subscribed to fugli as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to fugli as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
