In a message dated 21/07/2004 16:33:36 GMT Daylight Time, "K"  
<[EMAIL PROTECTED]>
writes:

I am  experiencing a odd behavior in Revolution 2.2.1. I have added the 
following  code to my default/only card.

on  saveStackRequest   
send compileAFX to this  card   
pass saveStackRequest  
end  saveStackRequest

The funny thing is the when I hit apple-S the message  is not triggered.  Any 
ideas? 


Is saveStackRequest a valid message?
 
Try:
on commandKeyDown tKey
  if tKey is "S" then saveStackRequest
  else pass commandKeyDown
end commandKeyDown 
 
/H
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to