[flexcoders] DateChooser DND?

2006-06-05 Thread stacey
Anyone had any luck working a dnd behaviour into the datechooser? This is one component since it was introduced in flash , that seems to always work differently than the rest. BOOO. I am hoping I can find some way to detect the rollOverItem - but so far I have had no luck.

Re: [flexcoders] DateChooser DND?

2006-06-05 Thread Jeremy Lu
what's the problem you are running into ? got a sample ? On 6/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Anyone had any luck working a dnd behaviour into the datechooser? This is one component since it was introduced in flash , that seems to always work

Re: [flexcoders] DateChooser DND?

2006-06-05 Thread stacey
I basically want to dnd onto a date on the datechooser. - for example dragOver - if you catch the event the currentTarget it brings back the dateChooser but i have no way of referencing the date it dragged over onto. Part of this is because the innards of the datechooser, from what I saw, is

Re: [flexcoders] DateChooser DND?

2006-06-05 Thread Jeremy Lu
well, as an old trick, I will try getObjectUnderPoint() to see what's under the mouse, I bet it should be an itemRenderer used to draw the date cell, and from there, you might get the chance to find whihc date it is. will try this later tonight and report back. On 6/6/06, [EMAIL PROTECTED]