Page 1 of 1

Tab menu ?

Posted: Mon Apr 18, 2011 5:30 pm
by Chrius
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

Re: Tab menu ?

Posted: Wed Apr 20, 2011 9:16 am
by Mark
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

Re: Tab menu ?

Posted: Thu Apr 21, 2011 3:58 pm
by Chrius
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