Keypad Data from Touch Panels
sonny
Posts: 208
Greetings...
I have an issue with using the built-in keypad on a touch panel for multiple purposes, but unless there is something I haven't found, I have to set flags internally to determine what the current focus of the keypad is. It seems that keypad string events only come through on port 1, so I've had to capture it there, then regenerate it to the virtual UI devices that the modules are using.
It would be nice if the command to popup the keypad allowed you to specify a port to reply on. Any other thoughts, ideas?
Thanks...Sonny
I have an issue with using the built-in keypad on a touch panel for multiple purposes, but unless there is something I haven't found, I have to set flags internally to determine what the current focus of the keypad is. It seems that keypad string events only come through on port 1, so I've had to capture it there, then regenerate it to the virtual UI devices that the modules are using.
It would be nice if the command to popup the keypad allowed you to specify a port to reply on. Any other thoughts, ideas?
Thanks...Sonny
0
Comments
With G4's you've got some options, as you can create pages that will append a chunk of text that you specify before the result string from the keypad.
- Chip
Yes, keypad strings always come in on port 1. You can track it internally in the module without regenerating it by breaking up the DEV structure for whatever port your module panel is using:
But I agree, it would be nice to be able to specify the port.