I just upgraded one of my applications to use the 2.4 api. The problem is with my custom navigation bar.
in the whats new at 2.4 section of help I saw this:
Navigation component has been updated to use spark SliderBase instead of mx:Slider as the "slider" skin part. If you are using a custom navigation skin, it will need to be updated.
So I dutifully updated my custom Navigator component to use s:VSlider. The problem is S:SliderBase does not have any tick mark properties, I had to remove all the tick mark properties I was using in my old mx:Slider. My new Navigation bar still works but users cannot see any ticks (scale still shows up as a tool tip).
Does anybody have any idea how I go about adding tick marks to my skin?
Any thoughts or suggestions would be much appreciated