Hi,
i searched around, without success...
I'd like to allow the final user to add/delete tabs (on tab menus), and rename them... but don't know how...
Moreover, we can get the tab in use, with the name, but isn't there any other way to ? (with his number for example)
Thanks for help
Chris
Tab menu ?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Tab menu ?
Hi Chris,
Like any button, just add or remove a line from the text of a tab button, e.g.
put cr & "New Tab" after the text of btn "Your Tab Button"
Yes, you can also use numbers. There are many ways to refer to a particular line in a button or to a particular item in a menu. What do you want to do exactly?
Best,
Mark
Like any button, just add or remove a line from the text of a tab button, e.g.
put cr & "New Tab" after the text of btn "Your Tab Button"
Yes, you can also use numbers. There are many ways to refer to a particular line in a button or to a particular item in a menu. What do you want to do exactly?
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Tab menu ?
well thanks for help !
i was in the wrong way... It works now
I just have to investigate more to manipulate it as I want... I'll come back here if I have problems to solve my case
i was in the wrong way... It works now
I just have to investigate more to manipulate it as I want... I'll come back here if I have problems to solve my case