?Hello List,
Here's the story. During the mouseUp of a mainstack button, a substack gets opened as modal. However, soon as that substack appears onscreen, debugging shows that the "on openStack" of the mainstack's stack-script has (unexpectedly!) been called.
well, expectedly actually
I guess this is happening because the substack has no script anywhere for handling the openStack message, and thus this message is being passed on up to the mainstack itself?
indeed
How do I prevent the substack's opening from making this unwanted call to the mainstack's "on openStack"?
add
on openstack end openstack
in your modal stack.
Thanks.
Cheers, Nicolas Cueto
Robert _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
