on saveStackRequest not working?

FlexibleLearning at aol.com FlexibleLearning at aol.com
Wed Jul 21 11:49:24 EDT 2004


 
In a message dated 21/07/2004 16:33:36 GMT Daylight Time, "K"  
<nnoydb at excite.com>
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


More information about the use-livecode mailing list