Hi,

I have some problems with the Keyboard Module in the KeyDown event in an Editfield.

This code works properly...

  if Keyboard.OSKey = true then
    if key = Lowercase("r") then
      DoPreviewDocument()
      Return true
    end if
  end if

---------------------------------------------------------

This code is not working, the Keyboard.ControlKey is fired properly, but the 'Key' (from the KeyDown event) is blank.
Checked in the Debugger ( size 1 ASCII / but blank )
In the Keyboard.OsKey the 'Key' variable is shown properly in the Debugger.

  if Keyboard.ControlKey = true then
    if key = Lowercase("a") then
      JumpTwice()
      Return true
    end if
  end if

Any ideas about this?
Checked in RB2006r1/r2 OS X 10.4.6

Sven E



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to