DataGrid in v9: DragImage broken on Windows?

panagiotis merakos merakosp at gmail.com
Tue Dec 18 15:31:11 EST 2018


Hello Richard,

This looks like this bug:

https://quality.livecode.com/show_bug.cgi?id=21562

Kind regards,
Panos
--

On Tue, Dec 18, 2018 at 10:21 PM Richard Gaskin via use-livecode <
use-livecode at lists.runrev.com> wrote:

> The following relates to Windows only; things are working well on macOS.
>
> I have this code in a DataGrid in an older project:
>
> on dragstart
>     if the dgDataControl of the target <> "" then
>       put the dgIndex of the dgDataControl of the target into theIndex
>       set the dgDragImageIndex of me to theIndex
>       set the dragData["private"] to "FieldGrid" & cr & theIndex
>     end if
> end dragstart
>
> In earlier versions the dragImage looks great.
>
> In v9 no dragImage shows at all.
>
> I do get the drag cursor, but no image of the record line.
>
> What has changed with the DG to account for this, and how do I restore
> the former excellent dragImage?
>
> --
>   Richard Gaskin
>   Fourth World Systems
>   Software Design and Development for the Desktop, Mobile, and the Web
>   ____________________________________________________________________
>   Ambassador at FourthWorld.com                http://www.FourthWorld.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list