Re: [flexcoders] DragManager events as3

2006-01-24 Thread gunnar a reinseth



Could you provide the source code for the class?On 1/23/06, [EMAIL PROTECTED] 
[EMAIL PROTECTED] wrote:



The events fail to fire. I pared it down to just tracing and they don't
seem to be firing.

 Work like a charm for me. What's the problem?

 On 1/23/06, Stacey Mulcahy [EMAIL PROTECTED] wrote:

 Alrighty, I'm creating everything via as3 class and not using MXML
 persay
 in combo with script –



 How can I tap into the DragManager class – I thought it would be via
 adding listeners.



 I thought this would work:

 Var dg:DataGrid=new DataGrid();

 // populate the columns and such

 dg.multipleSelection=true;

 dg.dragEnabled=true;

 dg.dropEnabled=true;

 dg.addEventListener(DragEvent.DRAG_OVER
 ,onRemoteDragOver);

 dg.addEventListener(DragEvent.DRAG_START,onStartDrag);

 dg.addEventListener(DragEvent.DRAG_ENTER
 ,onRemoteDragEnter);

 dg.addEventListener(DragEvent.DRAG_DROP
 ,onRemoteDragDrop);

 dg.addEventListener(MouseEventType.DOUBLE_CLICK,
 onRemoteDoubleClick);





 // I thought it should be DragEventType but its not, according to the
 screaming compiler.












 --
 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
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ

 Computer
 software
 development
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw

 Software design and
 development
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ

 Macromedia
 flex
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw

 Software development best
 practice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw

 --
 YAHOO! GROUPS LINKS


 - Visit your group
 flexcodershttp://groups.yahoo.com/group/flexcoders on the web.


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

 - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ .


 --










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



  
















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



  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] DragManager events as3

2006-01-24 Thread Stacey Mulcahy










Does flex have something similar to asos?
For whatever reason, 5 builds in a row failed to show the drag and drop
functionality, removing the .bin files, restarting and cleaning the project
seemed to work. 

Sorry to waste anyones time, but it just
made me wonder about the weird caching type behaviour.













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of gunnar a reinseth
Sent: Tuesday, January 24, 2006
3:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
DragManager events as3





Could you provide the
source code for the class?



On 1/23/06, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:

The events fail to fire. I pared it down to just tracing and they don't
seem to be firing.





 Work like a charm for me. What's the problem?

 On 1/23/06, Stacey Mulcahy [EMAIL PROTECTED]
wrote:

 Alrighty, I'm creating everything
via as3 class and not using MXML
 persay
 in combo with script 



 How can I tap into the DragManager class
 I thought it would be via
 adding listeners.



 I thought this would work:

 Var dg:DataGrid=new
DataGrid();

 // populate the columns and such

 dg.multipleSelection=true;


dg.dragEnabled=true;


dg.dropEnabled=true;


dg.addEventListener(DragEvent.DRAG_OVER
 ,onRemoteDragOver);


dg.addEventListener(DragEvent.DRAG_START,onStartDrag);


dg.addEventListener(DragEvent.DRAG_ENTER
 ,onRemoteDragEnter);


dg.addEventListener(DragEvent.DRAG_DROP
 ,onRemoteDragDrop);


dg.addEventListener(MouseEventType.DOUBLE_CLICK,
 onRemoteDoubleClick);





 // I thought it should be DragEventType
but its not, according to the
 screaming compiler.












 --
 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
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ

 Computer
 software
 development
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw

 Software design and
 development
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ

 Macromedia
 flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw

 Software development best
 practice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw

 --
 YAHOO! GROUPS LINKS


 - Visit your group
 flexcodershttp://groups.yahoo.com/group/flexcoders
on the web. 

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

 - Your use of
Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/
.


 --








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























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

Re: [flexcoders] DragManager events as3

2006-01-23 Thread gunnar a reinseth



Work like a charm for me. What's the problem?On 1/23/06, Stacey Mulcahy 
[EMAIL PROTECTED] wrote:















Alrighty, I'm creating everything
via as3 class and not using MXML persay in combo with script –



How can I tap into the DragManager class –
I thought it would be via adding listeners.



I thought this would work:

 Var dg:DataGrid=new DataGrid();

// populate the columns and such

 dg.multipleSelection=true;

 
dg.dragEnabled=true;

 
dg.dropEnabled=true;

 
dg.addEventListener(DragEvent.DRAG_OVER,onRemoteDragOver);

 
dg.addEventListener(DragEvent.DRAG_START,onStartDrag);

 
dg.addEventListener(DragEvent.DRAG_ENTER,onRemoteDragEnter);

 
dg.addEventListener(DragEvent.DRAG_DROP,onRemoteDragDrop);

 
dg.addEventListener(MouseEventType.DOUBLE_CLICK, onRemoteDoubleClick); 





// I thought it should be DragEventType
but its not, according to the screaming compiler.



















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

.



  

















--
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] DragManager events as3

2006-01-23 Thread stacey
The events fail to fire. I pared it down to just tracing and they don't
seem to be firing.

 Work like a charm for me. What's the problem?

 On 1/23/06, Stacey Mulcahy [EMAIL PROTECTED] wrote:

  Alrighty, I'm creating everything via as3 class and not using MXML
 persay
 in combo with script –



 How can I tap into the DragManager class – I thought it would be via
 adding listeners.



 I thought this would work:

   Var dg:DataGrid=new DataGrid();

 // populate the columns and such

   dg.multipleSelection=true;

 dg.dragEnabled=true;

 dg.dropEnabled=true;

 dg.addEventListener(DragEvent.DRAG_OVER
 ,onRemoteDragOver);

 dg.addEventListener(DragEvent.DRAG_START,onStartDrag);

 dg.addEventListener(DragEvent.DRAG_ENTER
 ,onRemoteDragEnter);

 dg.addEventListener(DragEvent.DRAG_DROP
 ,onRemoteDragDrop);

 dg.addEventListener(MouseEventType.DOUBLE_CLICK,
 onRemoteDoubleClick);





 // I thought it should be DragEventType but its not, according to the
 screaming compiler.












  --
 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
 developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  Computer
 software
 developmenthttp://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  Software design and
 developmenthttp://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
   Macromedia
 flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
  Software development best
 practicehttp://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
  --
 YAHOO! GROUPS LINKS


-  Visit your group
 flexcodershttp://groups.yahoo.com/group/flexcoders on the web.

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

-  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ .


  --





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




[flexcoders] DragManager events as3

2006-01-22 Thread Stacey Mulcahy










Alrighty, Im creating everything
via as3 class and not using MXML persay in combo with script 



How can I tap into the DragManager class 
I thought it would be via adding listeners.



I thought this would work:

 Var dg:DataGrid=new DataGrid();

// populate the columns and such

 dg.multipleSelection=true;

 
dg.dragEnabled=true;

 
dg.dropEnabled=true;

 
dg.addEventListener(DragEvent.DRAG_OVER,onRemoteDragOver);

 
dg.addEventListener(DragEvent.DRAG_START,onStartDrag);

 
dg.addEventListener(DragEvent.DRAG_ENTER,onRemoteDragEnter);

 
dg.addEventListener(DragEvent.DRAG_DROP,onRemoteDragDrop);

 
dg.addEventListener(MouseEventType.DOUBLE_CLICK, onRemoteDoubleClick); 





// I thought it should be DragEventType
but its not, according to the screaming compiler.



















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