Creating & Using Tabs tutorial

Judy Perry jperryl at ecs.fullerton.edu
Tue Apr 12 16:36:59 EDT 2005


Hmmm... the file's there alright.. I'll try to see what's up. Or not, as
the case apparently is.

Judy

On Tue, 12 Apr 2005, Eric Chatonet wrote:

> Hi Judy,
>
> I downladed your nice stack and enjoy it but I was unable to downlaod
> the PDF file :-(
> As for disabling a tab, see the How-To stack #013 How to manage tabbed
> buttons I posted yesterday on RevOnLine, RevNet and by pasting:
> go url
> "http://www.sosmartsoftware.com/downloads/
> Managing%20Tabbed%20Buttons.rev"
>
> Best regards,
>
> > How to disable or enable a tab by script
> > To disable or enable a tab, just add or remove a parenthesis placed
> > before its name in the button's text:
> >
> >   if char 1 of line 2 of button "MyTabs" <> "(" then
> >       put "(" before line 2 of button "MyTabs" -- disable
> >   end if
> >
> >   if char 1 of line 2 of button "MyTabs" = "(" then
> >       delete char 1 of line 2 of button "MyTabs" -- enable
> >   end if
>
> Le 12 avr. 05, à 22:06, Judy Perry a écrit :
>
> > As near as I can tell, you can only disable the entire tabbed control,
> > not
> > individual tabs.
> >
> > But perhaps somebody out there knows better?
> >
> > Judy
> >
> > On Tue, 12 Apr 2005, Mikey wrote:
> >
> >> I'm kind of curious - somebody mentioned that it was possible to
> >> disable tabs.  How?
>
> Eric Chatonet.
> ----------------------------------------------------------------
> So Smart Software
>
> For institutions, companies and associations
> Built-to-order applications: management, multimedia, internet, etc.
> Windows, Mac OS and Linux... With the French touch
> ----------------------------------------------------------------
> Web site		http://www.sosmartsoftware.com/
> Email		eric.chatonet at sosmartsoftware.com/
> Phone		33 (0)1 43 31 77 62
> Mobile		33 (0)6 20 74 50 86
> ----------------------------------------------------------------
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list