>
> on preOpenCard
>     put the short name of recent card
>     pass preOpenCard
> end preOpenCard


Why is the recent card when specified in a preOpenCard handler the name of
the current card, while it is the recent card if the same script is called:

on openCard
>     put the short name of recent card
>     pass openCard
> end openCard

Given that preOpenCard is called before actually displaying the card and
the openCard handler being called this seems wrong. Is this behavior
present in older versions of LC - or is this a bug?
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to