On Mon, Jan 10, 2011 at 6:06 PM, Bob Sneidar <[email protected]> wrote: > Just thought I'd check to see if there is an easy way to move instead of > copy data from one datagrid to another. I can hack a way I'm sure, but I > figured that: > > set the dragAction to "move" -- instead of copy >
There is no built in way to do this. Changing properties of the dragAction only specifies what should be done when the user finishes dragging, it won't actually change any application behavior (besides changing the cursor). -- Trevor DeVore Blue Mango Learning Systems www.bluemangolearning.com - www.screensteps.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
