Re: dragDrop with data grid objects

2015-04-21 Thread Bob Sneidar
Thanks Pete. I’ll give it a try, but it looks like this is for dragging a data grid row out of the data grid into some other place. I want to drag a file from the Finder or Explorer into the data grid. If worse comes to worse I’ll create a landing pad field. Bob S > On Apr 21, 2015, at 15:20

Re: dragDrop with data grid objects

2015-04-21 Thread Peter Haworth
I believe this works, don't remember where I got it. Needs to be in the datagrid group script. on dragStart local tIndex if (the dgHeader of the target is empty) then put the dgIndex of the dgDataControl of the target into tIndex set the dgDragImageIndex of me to tIndex se

Re: dragDrop with data grid objects

2015-04-21 Thread Bob Sneidar
No takers eh? Bob S > On Apr 20, 2015, at 16:24 , Bob Sneidar wrote: > > Any idea if I can use dragDrop with a data grid object? Currently I get the > gray cross circle when trying to drag a file to a data grid. I wanted to > create an import handler activated by simply drag dropping the fil

dragDrop with data grid objects

2015-04-20 Thread Bob Sneidar
Any idea if I can use dragDrop with a data grid object? Currently I get the gray cross circle when trying to drag a file to a data grid. I wanted to create an import handler activated by simply drag dropping the file onto the data grid. I can do it with a field, but not with a data grid. Bob S