Phil and Marty,
Wanted to pass on to you that, while the enable/disable solution, it
changes the selectedtext property of the tab control. Didn;t get a chance
to see if using the "(" prefix did the same thing or not.
Pete
On Sun, Apr 1, 2012 at 3:16 PM, Phil Davis wrote:
> Hi Pete,
>
> As usual
Thanks Phil. I think the "(" is the standard char to disable menu items,
so that makes sense. I did notice the "(" character in front of the lines
that I disabled.
Pete
On Sun, Apr 1, 2012 at 3:16 PM, Phil Davis wrote:
> Hi Pete,
>
> As usual in Livecode, there are multiple ways to disable a t
Hi Pete,
As usual in Livecode, there are multiple ways to disable a tab. If you want to
manipulate the button text directly, you can put "(" before the line of button
text for the tab you want to disable. Or to enable all tabs, replace "(" with
empty in text of btn 1.
Best -
Phil
On 4/1/12
Thanks Marty. Sometimes the obvious just slips by me!
Pete
On Sun, Apr 1, 2012 at 12:43 PM, Marty Knapp wrote:
> Hey Pete,
> Using "disable menuItem 2 of btn "Tab Menu" seems to work.
>
> Marty Knapp
>
> I have a tab control and I'm using the method of revealing data on each
>> tab
>> by having
Hey Pete,
Using "disable menuItem 2 of btn "Tab Menu" seems to work.
Marty Knapp
I have a tab control and I'm using the method of revealing data on each tab
by having groups with the same name as each tab which are hidden/shown when
a tab is clicked.
Depending on data conditions, I need to disa
I have a tab control and I'm using the method of revealing data on each tab
by having groups with the same name as each tab which are hidden/shown when
a tab is clicked.
Depending on data conditions, I need to disable one of the tabs, meaning
that clicking ion it has no effect. Right now, I'm doi