[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.




 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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 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.


  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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 differnet than other components - kinda like how it was in flash
where it was different than the other components. I could totally be
wrong, but it explains why i can't properly style this dang component ( y
ou can't change the background color which totally sucks if you have a
black and grey theme... B).

Just wondering if anyone has any original ideas on how to capture the day
i am dragging over on a fairly small calendar.


 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 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.







 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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] [EMAIL PROTECTED] wrote:









  



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 differnet than other components - kinda like how it was in flash
where it was different than the other components. I could totally be
wrong, but it explains why i can't properly style this dang component ( y
ou can't change the background color which totally sucks if you have a
black and grey theme... B).

Just wondering if anyone has any original ideas on how to capture the day
i am dragging over on a fairly small calendar.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___