|
-
February 1st, 2010, 10:37 PM
#1
Using textbox ?
result = CallObj.GetDigits(4, 10, digitstring) -> 4 digits to enter, 10s of waiting time, digitstring as string
digitstring = CallObj.DetectedDigits -> DetectedDigits is to detect the 4 digits enter by the user
Log(" ID: " & digitstring) -> to display the digits
beside using Log , can it be done by using textbox ???
-
February 2nd, 2010, 12:48 AM
#2
Re: Using textbox ?
You can set a MAX size, and also MASK the digits in a textbox. You can also trigger it after 4 characters, or use a timer.
Usually, you'd have a button to press when they're done
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|