Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Does anyone know how to temprarily disable the escape key while a XUI dialog is displaying? I have a XUI dialog that is launched from a Java/AOM class and I need to prevent the dialog from closing when the user presses the Esc key. The dialog includes both an OK and Cancel button and I need use of those to buttons to be the only way to close the dialog.
I'm pretty sure there must be some kind of event handler logic I could apply inside my controling Java/AOM app, but I do not know where to start on writing that logic. Any tips or assistance would be greatly appreciated.
I'm deploying this app on a UNIX/Solaris platform, though I do not know if that matters.
Regards,
Tom