If you've named the group "myGroup", then in the script of the card where you don't want it shown:

on openCard
hide grp "myGroup"
pass openCard
end openCard

on closeCard
show group "myGroup"
pass closeCard
end closeCard

Mark

On 10 Feb 2006, at 15:07, Jeff Honken wrote:

I have a stack that's using some tabs and those tabs are set to the
background.  It's working great to tab between my cards on that stack.
Is there a way to use a card in this stack that doesn't use the tabs?
Another wards is there a way to turn off the tabs for a specific card if
the tabs are set to the background?  Jeff





_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to