KeyPressed For WebDialog

Hello,

The Details.KeyCode seems only works on WebPage.

For WebDialog, is there any ways to capture the KeyPress?

Normally, the WebPage KeyPressed should fire when the dialog is displayed.

Just verified. It works.

Basically, a dialog is not a small window, it is just another control on the WebPage.

[quote=309135:@Michel Bujardet]Normally, the WebPage KeyPressed should fire when the dialog is displayed.

Just verified. It works.

Basically, a dialog is not a small window, it is just another control on the WebPage.[/quote]

Thanks for pointing that out. I should have called the controls from the webpage instead of webdialog.

Have a great day, Michel. :slight_smile: