Jump to content

Mirko

Members
  • Posts

    6
  • Joined

  • Last visited

Mirko's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I've been on that page before... adjusted the forum address... but still I can't see any attachments(?)
  2. I' d really like to do that but I cannot login there... is it the same pwd as here?
  3. Hi again, is there any chance to catch the UniFormKeyPress event (as I need Key as Char) while at the same time prevent browser events (e.g. CTRL+S (Save dialog), ALT+D, F5, F12 etc.)? Your help would be greatly appreciated! Thanks in advance. Regards
  4. Hi there, I'd like to achieve to following and haven't got it to work so far: I have a TUniForm containing editable controls (e.g. TUniEdit) and would like to catch all OnKeyDown events on the form via KeyPreview = true. The Edits shall remain editable in the normal manner, but Browser events shall be prevented (e.g. CTRL+S (Save dialog), ALT+D, F5, F12 etc.). It is important to catch the OnKeyDown event of the form as I have to process the input (could contain control signs transmitted by a barcode scanner). So far I managed to prevent the browser events (by ways of MonitoredKeys or ClientEvents or Script) but doing this will either lead to the edits not showing the input (MonitoredKeys.KeyEnableAll = true) or the OnKeyDown event of the form not firing anymore (when using ClientEvents or Script). Is there any chance to achieve this? Thanks a lot for your help! Best regards
×
×
  • Create New...