Re: [Q] drag and drop with data grids

2009-07-29 Thread Shao Sean
thanks for the tip for "dragDestination" and now have the data grid  
accepting drops correctly..

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [Q] drag and drop with data grids

2009-07-29 Thread Trevor DeVore

On Jul 29, 2009, at 3:58 PM, Shao Sean wrote:

The question that I still have is, how can I tell what row the drop  
was on? Or would I need to add a drop capture code to each of the  
rows (using a table data grid)?


dragDestination?

Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [Q] drag and drop with data grids

2009-07-29 Thread Shao Sean
Wish the documentation for drag and drop was a little more  
comprehensive but I managed to get the "drop" data grid to accept the  
drop using the deprecated "acceptDrop" (I did try "dragAction" but it  
did not seem to work so I will go back and see what I did wrong)..


The question that I still have is, how can I tell what row the drop  
was on? Or would I need to add a drop capture code to each of the  
rows (using a table data grid)?

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [Q] drag and drop with data grids

2009-07-28 Thread Trevor DeVore

On Jul 24, 2009, at 8:40 AM, Shao Sean wrote:


anyone have any tips to getting a data grid to accept drops?

i have the drag portion working, but am unable to get the other data  
grid to accept the drop.. in the message watcher the "dragDrop"  
message is not firing but the "dragEnd" message is.. i noticed in  
the data grid library stack there is something related to drag and  
drop but do not think it is linked into the actual code (dgDragDrop  
and dgDataEnd are not firing)..



The data grid behavior script doesn't intercept any drag/drop  
messages. If you are setting the dragAction in the data grid group  
script then dragDrop should fire.


Are you sure you are setting the dragAction in the right place so that  
the data grid will accept the drop?


Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution