Tabs on the tab panel are left aligned. Is there a way to align them with the right edge of the tab panel as in the second graphic?
Steve
Align tabs on tab panels to the right
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Align tabs on tab panels to the right
Hi Steve,
I'm afraid you can't, since this control (like most others) is supplied by the underlying OS!
On the Mac the TABS are always centered, see screenshot
You will need to "roll your own".
Best
Klaus
I'm afraid you can't, since this control (like most others) is supplied by the underlying OS!
On the Mac the TABS are always centered, see screenshot

You will need to "roll your own".

Best
Klaus
- Attachments
-
- Mac_tabs.jpg (10.1 KiB) Viewed 3172 times
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Re: Align tabs on tab panels to the right
Rolling your own:
LiveCode | User Samples | Scrolling Tab Example
Might get you started.
hth
LiveCode | User Samples | Scrolling Tab Example
Might get you started.
hth
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Re: Align tabs on tab panels to the right
Thanks Klaus for sending me down the right path and thanks Barry for pointing me to the path's end. There's also a Custom Tab Button example.
Steve
Steve