I can’t find an option to get this style…
What OS? Because that’s not a thing on Mac.
You will have to roll your own.
[quote=285017:@Jean-Yves Pochez]full example here :
https://github.com/alexrestrepo/RBCustomTabPanel[/quote]
good example but when I run, it crashes…
You have the source code. It’s old code so you have to adapt it.
I run it on my 10.9.5 mac os and it work fine …
you have to trace it to see where it hangs
seems hangs at
me.Height=tabBackground.Height+tabSeparator.Height
and tabBackground pic is nil but don’t know how to add it to be real
Use a PagePanle for the content and segmentedControl for the switcher, place the SegmentedControl below the PagePablnel and voila.
[quote=285197:@Chai Ren]seems hangs at
me.Height=tabBackground.Height+tabSeparator.Height
and tabBackground pic is nil but don’t know how to add it to be real[/quote]
Seems it can’t find the picture. Is it included in your download?
yes, include the picture.and they are actor as “bmp” file and “pct” files.
I don’t know pct files.but Ide could not regonize it.
great advise…
I am consider use switch control on the bottom…
Sam’s solution is by far the simplest and the most reliable.
Apple PICT file, could hold bitmap and/or Vector graphics. Deprecated.
open the pict file with something like graphic converter, then save it as jpeg or bmp
and reinstall it in the project , replacing the pict file
thanks all. I finally decide to use switch…
Can’t believe you lot understood what I said; appalled at myslef for terrible typos!
my eye and brain scan you words "segmentedControl " which is am also find in the IDE.good choise for me too.