We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Search found 1 match
- Wed May 11, 2011 3:58 pm
- Forum: Plum DEV Q&A
- Topic: How not to wait for timeout without pressing #
- Replies: 1
- Views: 5377
How not to wait for timeout without pressing #
Hi, I have an application that expection 5 digits from user. It looks like this exampe: <field name="some_var" type="digits"> <filled> <if cond="pin.length == 5"> //do smth <else/> //do smth else </if> </filled> </field> The problem that I have set: <property name="interdigittimeout" value="6s"/> So...