Richard Gaskin wrote:

if not gREVSuppressMessages or (gREVSuppressMessages and revOKTarget()) then pass saveStackRequest
  else pass saveStackRequest to metaCard
end saveStackRequest


So it seems the passing of the native message is conditional. I didn't dig through the code to try to determine how that condition gets met, but hopefully this will get you started.

It's conditional, but looks like it is behaving correctly. The condition is basically to always pass the message unless the user has specifically turned off messaging via the toolbar icon. The message will also be passed regardless of the toolbar setting if the target stack is in the IDE (I think; have to look up targetOK.) If messaging *is* turned off and the target stack is a user stack, then the command is sent directly to the engine, bypassing the stack (appropriately.)


--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to