Search found 3 matches
- Wed Nov 23, 2011 4:19 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: drag and drop with data grid problems
- Replies: 5
- Views: 4606
Re: drag and drop with data grid problems
Sounds like it was through trial and error. Sigh, but at least it works! I note that you use quite a few properties of the dgGrid that I am unaware of:dgDataControl, dgDragImageIndex, dgDataOfIndex, etc. How did you discover these and their definitions? Is there a package to be purchased that has th...
- Wed Nov 23, 2011 4:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: drag and drop with data grid problems
- Replies: 5
- Views: 4606
Re: drag and drop with data grid problems
Excellent! I had finally managed to do what I thought a total kludge: sending a mouse up to a hidden button to do the work, which did not trigger the fatal lockup. Your solution is clearly much more elegant, which leads me to: how did you deduce that calling a command was necessary? Am I missing som...
- Tue Nov 22, 2011 11:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: drag and drop with data grid problems
- Replies: 5
- Views: 4606
drag and drop with data grid problems
I can't get a drag and drop to either a table or record version of the datagrid if the data grid already has some data in it. LiveCode hangs and my only option is to force quit it. I know the example below doesn't drop any new data; it's intended to show that virtually anything that updates the dgDa...