RE: Opening a tabbed group from within a script

2001-01-06 Thread Monte Goulding
ED] Subject: Re: Opening a tabbed group from within a script I wrote: > Case the three tabs are "Une", "Deux" and "Trois", and you want to select > tab "Deux", the script would be: > > on mouseUp > lock screen > go to card "Y" &

Re: Opening a tabbed group from within a script

2001-01-06 Thread Sjoerd Op 't Land
I wrote: > Case the three tabs are "Une", "Deux" and "Trois", and you want to select > tab "Deux", the script would be: > > on mouseUp > lock screen > go to card "Y" > select line 2 of button "Tabs" > end mouseUp Monte Goulding wrote/ schreef: > I don't think this would actualy run any scr

RE: Opening a tabbed group from within a script

2001-01-05 Thread Monte Goulding
I don't think this would actualy run any scripts ie send the menuPick message -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sjoerd Op 't Land Sent: Friday, 5 January 2001 11:13 PM To: [EMAIL PROTECTED] Subject: Re: Opening a tabbed group fro

RE: Opening a tabbed group from within a script

2001-01-05 Thread Monte Goulding
group from within a script Hi Everyone, I have a stack with two cards, X and Y. Card Y has a tabbed button that displays a different group of fields under each tab. I have a script in card X that opens card Y, but I'd like card Y to display a particular tabbed group by default regardle

Re: Opening a tabbed group from within a script

2001-01-05 Thread Geoff Canyon
>Hi Everyone, > > I have a stack with two cards, X and Y. Card Y has a tabbed button >that displays a different group of fields under each tab. I have a >script in card X that opens card Y, but I'd like card Y to display a >particular tabbed group by default regardless of which tab had been

Re: Opening a tabbed group from within a script

2001-01-05 Thread Sjoerd Op 't Land
Gregory Lypny wrote/ schreef: > Hi Everyone, > > I have a stack with two cards, X and Y. Card Y has a tabbed button > that displays a different group of fields under each tab. I have a > script in card X that opens card Y, but I'd like card Y to display a > particular tabbed group by default r

Opening a tabbed group from within a script

2001-01-04 Thread Gregory Lypny
Hi Everyone, I have a stack with two cards, X and Y. Card Y has a tabbed button that displays a different group of fields under each tab. I have a script in card X that opens card Y, but I'd like card Y to display a particular tabbed group by default regardless of which tab had been cl