Normal Topic Renaming Tab Labels (Read 937 times)
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Renaming Tab Labels
Sep 9th, 2004 at 4:20pm
Print Post Print Post  
I want to dynamically change the label of tabs in a tab group using Label() programming. Can this be done?

I can change the label of the entire tab group like this:
Label(LE3, "Phone*")

I tried this, but it is not valid syntax:
Label(LE3!TabPage1, "Phone*")

How would I change an individual tab label?

  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Renaming Tab Labels
Reply #1 - Sep 9th, 2004 at 7:00pm
Print Post Print Post  
Quote:
I want to dynamically change the label of tabs in a tab group using Label() programming. Can this be done?


Not in 1.0.4. But you can 1.0.5.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Renaming Tab Labels
Reply #2 - Sep 9th, 2004 at 7:05pm
Print Post Print Post  
Thank you!!! 8)
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Renaming Tab Labels
Reply #3 - Sep 9th, 2004 at 7:20pm
Print Post Print Post  
You can also set its colors, size, etc... But you do need to be careful and not set its size or position so that it leaves its "bounding group" - that would be the Tab Page Set to which it belongs.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged