Searching but not finding - Programmatically create tabs
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Searching but not finding - Programmatically create tabs
I've been looking for info on this for a while, but I can't find it anywhere: How would I programmatically create/delete tabs?
It's for a dynamic interface, so I won't know the values of the tabs, or how many there are beforehand.
It's for a dynamic interface, so I won't know the values of the tabs, or how many there are beforehand.
Marcus
Re: Not searching enough but still finding...
Where on earth have you been looking? :)
From the user's manual :
From the user's manual :
And since it's Coffe+Livecode time here, there's a stack.To create the individual menu items that will appear in the menu, set the button's text
property to the menu's contents, one menu item per line. You can either set this property
in a handler, or fill in the box labeled "Menu items" on the Basic Properties pane of the
property inspector.
- Attachments
-
- DynTabMenu.zip
- (1.02 KiB) Downloaded 223 times
Re: Searching but not finding - Programmatically create tabs
Bah, I knew it'd be something stupid simple, just couldn't find it. lol
Thanks FredBeck
Thanks FredBeck

Marcus
Re: Searching but not finding - Programmatically create tabs
Hi.
You should also play around with all the control characters that go along with that, so you can create hierarchal menus, dividing lines, etc.
Craig Newman
You should also play around with all the control characters that go along with that, so you can create hierarchal menus, dividing lines, etc.
Craig Newman
Re: Searching but not finding - Programmatically create tabs
I'm looking for / thinking of making a decent folder/file tree
Marcus
Re: Searching but not finding - Programmatically create tabs
Hi Marcus,
Here is a lesson about "files and folder" that could be useful for your project
http://lessons.runrev.com/m/4071/l/1708 ... ers-part-2
Best regards
Jean-Marc
Here is a lesson about "files and folder" that could be useful for your project
http://lessons.runrev.com/m/4071/l/1708 ... ers-part-2
Best regards
Jean-Marc
https://alternatic.ch
Re: Searching but not finding - Programmatically create tabs
Getting the data's not a problem, just a matter of displaying, and if I'll have to build something up for that myself or if I can find something free. (At the moment it seems I'll be creating something)
Marcus