xap dialer
avi_dave
Posts: 62
Anybody can gimmi a few pointers on how to handle a xap dialerf system? as in syntax variables and so forth and dunno how to umm store pressed buttons until the call button is executed
0
Comments
Check out:
cKEYPAD_ENTRY = ITOA(BUTTON.INPUT.CHANNEL - 100)
the buttons on the keypad are 100-110
so subtract 100 and assign that value to a keypad variable, then update the cPHONE_NUMBER. Then send the value to the touch panel in the dial button event.
You can also delete and clear the phone number.