Situation:
The pdf exchange viewer is part of a bigger application. Picture a form with a menubar and a toolbar and such and a listview with some records. Depending on the record that is selected the pdf exchange viewer is showing a different pdf.
When the listview has focus (or any other part of the app except for de viewer) and the user presses ALT then the shortcutkeys in the menu will highlight (for example the F in the File menu will get underlined etc).
When the viewer has focus and the user presses the same ALT key, nothing happens. It looks like the viewer consumed the keypress??
Notifications for keyboard are OFF in the viewer however, so i see no reason why the keypress would be consumed.
I tried setting putting a debug statement in de eventhandler, but it doesnt go off (which i think is correct).
When i put
Code: Select all
Call PDFView1.SetProperty("Notifications.Keyboard.Filter", "All", 0)
I tried using
Code: Select all
Call PDFView1.SetProperty("Notifications.Keyboard.Skip", 1, 0)
I've tried this with build 201.
I'm sure the mistake is in my own code somewhere but i can't find anything usefull on the topic in the forums and in the SDK documentation.
I hope it's an easy question
