Alaska Software Inc. - Enter-key on numeric block
Username: Password:
AuthorTopic: Enter-key on numeric block
Thomas PoolEnter-key on numeric block
on Thu, 21 Feb 2019 13:19:10 +0100
Hi All,
A customer uses an app on a Mac with Windows. 
He wants to use the numeric block on the right side of the keyboard, but
the Enter-key is not working. The Enter-key of character-part of the
keyboard is working OK. 
Is ther a solution for this?
Thanks & regards, Thomas
Jim LeeRe: Enter-key on numeric block
on Fri, 22 Feb 2019 05:01:22 +0100
hi

> A customer uses an app on a Mac with Windows.

you have to find out if you App can receive that Key from Apple Keyboard

   nEvent := xbe_None
   DO WHILE .NOT. lExit
      nEvent := AppEvent( @mp1, @mp2, @oXbp, nTimeout  )    nTimeout

      IF nEvent = xbe_None
      ELSEIF nEvent == xbeP_Keyboard
         IF mp1 == 27
            EXIT
         ELSE
            MSGBOX("keycode "+STR(mp1))
         ENDIF
      ELSE
         oXbp:handleEvent( nEvent, mp1, mp2 )
      ENDIF
   ENDDO



---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com