Good job,

I noticed three things;

1) The mouseDown => mouseOut holds on and doesn't let the mouseUp occur.
2) If you yank the bottom slider over to the right really hard you get the horizontal scrollbar of the box you are using for a container.
Maybe turn of horizontalScrollPolicy of the Box?
(This could be fixed if you either subclassed slider OR made a composite as component and did the layout yourself.)
3) Having used this framework quite a bit, there has to be some optimization you could do. Hey, I am just saying you have a really slick component that could look REALLY good if optimized with the tooltip and tick movements.

//------------------------------ IE #1
        private function  setParentEventHandlers()
:void
{
this.addEventListener("mouseUp" , mouseUpEvent);
this.addEventListener("mouseMove", mouseMoveEvent );

}
You should try and use the systemManager for these events. Then you are always guaranteed that you will get them. ehem, most of the time ;-)

While trying to break it ;-) Trust me I do this everyday with my components, I got about 10 tool tips showing up. I don't know what that issue is, I didn't look hard enough at the code.

One more thing, :) Coming from me, this doesn't sound weird, most components of this caliber need there own .as class file(helper classes).

Great work!

Peace, Mike

On 7/26/06, Ted Patrick <[EMAIL PROTECTED]> wrote:








I approve components for the Adobe Flex Exchange, feel free to post
components you have made here:

http://tinyurl.com/zm8x5

Great component! :)

Cheers,

Ted Patrick




--
What goes up, does come down. __._,_.___


SPONSORED LINKS
Custom software development Database development software Embedded software development
Offshore software development Software development


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to