CircularSlider
Here's my first attempt at a Spark-based Flex control, using Flex's new skinning architecture. It's a circular slider. This (uncopyrighted) file, posted by Jacob Goldstein, was a big help. Thanks, Jacob! :-)
There's some seriously-weird stuff happening in this control.
- Firstly, it attempts to draw a horizontal slider's track, for reasons that I haven't found yet. This "ghost track" appears to be intercepting some of the slider's events, which causes the thumb to jump around erratically during a thumb-drag.
- Secondly, it resists resizing. Apparently, I need to locate methods that faciliate resizing Spark controls and override them.
It's a start. ;-)
There's some seriously-weird stuff happening in this control.
- Firstly, it attempts to draw a horizontal slider's track, for reasons that I haven't found yet. This "ghost track" appears to be intercepting some of the slider's events, which causes the thumb to jump around erratically during a thumb-drag.
- Secondly, it resists resizing. Apparently, I need to locate methods that faciliate resizing Spark controls and override them.
It's a start. ;-)


0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home