Disable External Buttons
jjames
Posts: 2,908
Is there not a way to disable the hard buttons via code? When creating a TP file, I create one file per panel type, and then in code distinguish which panel was hit and send the appropriate popup, page, etc. I've tried assigning the hard buttons a variable text address so I can send the "^ENA" command to try and disable them, but it didn't work. They're volume buttons, so they're channels 24 & 25, and those buttons are also on the TP screen.
Short of creating a new file, are there any other options? Has anyone tried this before?
Short of creating a new file, are there any other options? Has anyone tried this before?
0
Comments
I dunno, perhaps I'm making this too complex. I guess I could make it simple and change the button numbers and be done with it. Grrr - here's me again making a mountain out of an ant hill.
1) ^CPF ? clear all page flips from a button
2) ^APF ? add page flip action to a button if it doesn?t already exist
3) ^DPF ? delete page flip from a button if it already exists.