[flexcoders] Shift-drag on HSlider in FB4

2009-06-17 Thread Daniel McQuillen
Does anybody have any tips for capturing a slider drag with SHIFT keyboard event? MouseEvents have the handy shiftkey property for capturing events with SHIFT key depressed. However, s:HSlider/ doesn't seem to launch any helpful mouse events (e.g. mouseUp) and the events it does launch (e.g.

[flexcoders] +Re: Dynamic destination of remote object?

2008-09-10 Thread Daniel McQuillen
Did you try casting to mx.rpc.remoting.mxml.RemoteObject? This is a subclass or mx.rpc.remoting.RemoteObject. Although it's for the mx:RemoteObject tag, it does give you access to the endpoint property...something the superclass doesn't. - Daniel

[flexcoders] Flex Kit for CS3 weirdness

2008-08-12 Thread Daniel McQuillen
I'm experiencing some weirdness when using the Flex Kit for CS3. I have a MovieClip I'm exporting to a .swc (for Flex) as a UIMovieClip called AnimationPanel. I'm defining the class in a separate AnimationPanel.as file with a class definition of: public class AnimationPanel extends UIMovieClip