What am I doing wrong??!!

new topic     » topic index » view thread      » older message » newer message

Hello

I am using the following procedure:

procedure onKeyDown_MainWin(integer key, integer shift)
    if and_bits( shift, AltMask )
     and key = 'A'
      then
       setVisible(Windows2,True)
   end if
end procedure
onKeyDown[Screen] = routine_id("onKeyDown_MainWin")

The above code works fine with ShiftMask or ControlMask, but when I try to=
=20
use AltMask, nothing happens. What am I doing wrong?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu