On 6/7/03 7:01 PM, Dan Shafer wrote:

Working on my Transcript eBook today I ran into the first thing I've found that HyperTalk has that Transcript appears to lack: the cantPeek property for a stack. This property traps the Option-Command key combo and ensures the user can't do anything by pressing those keys.

I know we don't need this property because this is the default behavior of a Rev stack, but won't its absence potentially break imported HC stacks that use it?

If by "break" you mean, would you get errors, then no. The engine interprets "the cantpeek of this stack" as a reference to a custom stack property. If a script does happen to set it, then the "cantpeek" custom property would take on a boolean value, though of course it wouldn't do anything.


--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com

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

Reply via email to