hi ,could you please help me , i would like to make a text box for numbers wich should not exceed 99.
and thank you verymuch
Three options I know of:
-
If you have a button to “submit” the textbox value, test this value, if >99 then notify user/reset textbox
-
Use a clock timer, set to say 100ms. In the clock timer event, test the value of the textbox, if > 99, notify user/reset textbox
-
Use Taifun’s Textbox Extension, which has an event listener to do much the same as number 2 above
Hi , thank you very much for your help,
i will try Taifun’s Textbox Extension ,because i am not using a button to validate my text.
sincerelly yours
Hi,
i have tried to use Taifun’s Textbox Extension, but it did not work for me ,i think that the way i did it is wrong, here is what i did :
i have tried to apply it for textbox1 and textbox2. could you please help me?
i have tried with TextBoxTools and it worked good.thank you very much for your help.
here is how i did
I usually add the block to Screen.Initialize but that works too.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.