[flexcoders] SetStyleAction - clear style?

2007-11-26 Thread rkettrey
With respect to styles, you can setStyle() or clearStyle(). There is an effect, SetStyleAction, that allows you to accomplish the setStyle(). Is there some way of accomplishing clearStyle() as an effect? Using a SetStyleAction with a value of null does not work, as the style is still there,

[flexcoders] Re: Flex 3 Custom Drag Proxies Broken?

2007-11-08 Thread rkettrey
#. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rkettrey Sent: Wednesday, November 07, 2007 8:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 3 Custom Drag Proxies Broken? I have a very simple app with a List that displays a custom

[flexcoders] Dragging - ListBase.dragImageOffsets?

2007-11-08 Thread rkettrey
ListBase defines two overrideable (protected) getters: dragImage dragImageOffsets It looks to me like the design was to allow subclasses to override the drag image and the offset of it, which is great. However, if you check out ListBase.dragStartHandler, it only ever looks at

[flexcoders] Flex 3 Custom Drag Proxies Broken?

2007-11-07 Thread rkettrey
I have a very simple app with a List that displays a custom drag proxy. It works just fine in Flex 2, but in Flex 3 the custom drag proxy does not show. I simply override the protected ListBase.dragImage getter to return my custom drag image (I am pulling the image source out of the

[flexcoders] Re: DateField FlexEvent.ENTER Event?

2007-10-18 Thread rkettrey
Of rkettrey Sent: Wednesday, October 17, 2007 1:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DateField FlexEvent.ENTER Event? TextInput controls will broadcast the FlexEvent.ENTER event when the enter key is pressed to simulate the default button being pressed for a form

[flexcoders] Re: DateField FlexEvent.ENTER Event?

2007-10-18 Thread rkettrey
now. --- In flexcoders@yahoogroups.com, rkettrey [EMAIL PROTECTED] wrote: Thanks for the reply, it got me going in the right direction. Instead of my original code, I simply overrode DataField's focusInHandler (actually implemented in ComboBase) and changed the line

[flexcoders] DateField FlexEvent.ENTER Event?

2007-10-17 Thread rkettrey
TextInput controls will broadcast the FlexEvent.ENTER event when the enter key is pressed to simulate the default button being pressed for a form. I'd like this same thing to happen on my DateFields. I know that DateField wants to handle the enter key to do its parsing and closing of the