Drag and Drop

Peter Haworth pete at mollysrevenge.com
Tue Feb 8 15:00:37 EST 2011


One other possible change- should there be a 'reset templatebutton' at then end of the dragEnd handler?

Pete Haworth

On Feb 8, 2011, at 10:44 AM, Thierry wrote:

> 
> Le 8 févr. 2011 à 15:56, Richard Gaskin a écrit :
> 
>> The only problem I can find with this approach is that it "snaps back" the dragImage to the source, even though the allowDrop has been set to true.
>> 
>> if anyone here knows a reliable way to prevent that I'm be most grateful.
> 
> 
> Hi Richard,
> 
> I add one more  line in your mousedown  script.
> See below
> 
> Please, let me know if it works.
> 
> Regards,
> Thierry
> 
> 
> on mouseDown
>  put the long id of me into tObj
>  export snapshot from tObj to tVar as PNG
>  set the width of img 1 to the width of tObj
>  set the height of img 1 to the height of tOBj
>  set the visible of img 1 to false
>  put tVar into img 1
> end mouseDown
> _______________________________________________
> 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