[Plib-users] can anyone get more than 40 digits in an input box?
Brought to you by:
sjbaker
From: Simon <sim...@ho...> - 2003-04-29 21:32:43
|
Hi all, I've got this annoying problem were if I type more than 38-40 digits into either an puInput or a puLargeInput it will crash. If theres any other character in there its fine. Is there a way around this? I cant seem to find a callback for when a key is pressed. I don't really want to modify the puInput class but just in my code. I thought if I could link a callback to each key press then I could stop the user entering data when say 30 characters had been entered. Any ideas? -simon |