On 1/17/05 12:25 PM, "Andre Garzia" <[EMAIL PROTECTED]> wrote:
> > On Jan 15, 2005, at 10:12 PM, Richard Gaskin wrote: > >> You have two basic ways to work with tabs in Rev: putting the tab in a >> shared group and moving between cards in response to the menuPick >> message, or responding to that message by hiding and showing groups. >> > > Damn! :-) > > I never tought of sharing a tab and moving through cards.... I have > this app with 8 tabs and I am hiding and showing groups... silly me... > Thanks Richard, again, I learn a new trick from your mail! I do this all the time - create a tab button, group it, set the backgroundbehavior to true, then set its script to: on menuPick newTab,oldTab go card newTab end menuPick Easy! :-) Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
