Charles Silverman wrote/ schreef:

> I'm noticing that the keyup feature on the Mac doesn't actually wait until
> the key is up, as the documentation notes, but is more like a
> "KeyJustWentDown." I had an external that worked correctly when I worked
> with SuperCard so it would seem that is do-able. Any chance of fixing it?
AFAIK, the developers of Rev did this, because at the MacOS at least, there
is quite a big risk of 'missing' the 'keyUp' message sent by to OS due to
some design fault. Anyway, to prevent you getting a keyDown but no keyUp
message, they hard-coded the keyUp to the keyDown message on MacOS.

So, fixing may not be the right word, but maybe 'optionalising' 'd be
better. Something like

  set hardCodedKeyUp to false

with the default being true. Somthing like that. Rev people?

> thanks,
> -Charles Silverman
Regards, / Groeten,
Sjoerd

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to