Re: tab buttons

2003-01-31 Thread Ray Horsley
I usually use: put the hilitedText of btn "MyButton" into whichTab Ray Horsley Developer, LinkIt! Software on 1/31/03 9:28 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > In a message dated 1/30/03 9:12:02 PM, [EMAIL PROTECTED] writes: > >> >> How do you determine which tab of a ta

Re: tab buttons

2003-01-31 Thread FMoyer
In a message dated 1/30/03 9:12:02 PM, [EMAIL PROTECTED] writes: > >How do you determine which tab of a tab button is selected put the selectedline of btn x > and is >there a way to programmatically set this? select line whatever of btn x ___ metac

RE: tab buttons

2003-01-31 Thread xbury . cs
there's always the good ole... the selectedline of btn x... ;)) -Original Message- From: Rodney Tamblyn [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 03:09 To: [EMAIL PROTECTED] Subject: tab buttons Simple question How do you determine which tab of a tab button is se

RE: tab buttons

2003-01-31 Thread Monte Goulding
Use menuHistory to get the tab number To get the text on the tab use: put line (the menuHistory of btn X) of btn X To set a tab and execute the menuPick handler of the tab button you set the menuHistory. If you have the tab text then you'll need to use lineOffset on the button contents to get th

Re: tab buttons

2003-01-31 Thread Pierre Sahores
Rodney Tamblyn wrote: > > Does anyone know > > How do you determine which tab of a tab button is selected, and is > there a way to programmatically set this? > > Rodney > > ___ > metacard mailing list > [EMAIL PROTECTED] > http://lists.runrev.com

RE: tab buttons

2003-01-30 Thread Monte Goulding
Use menuHistory to get the tab number To get the text on the tab use: put line (the menuHistory of btn X) of btn X To set a tab and execute the menuPick handler of the tab button you set the menuHistory. If you have the tab text then you'll need to use lineOffset on the button contents to get th