Resizeable Fields
René Micout
rene.micout at numericable.com
Tue Nov 17 05:51:10 EST 2009
Hello Richmond,
I have modified a little your script, otherwise that don't work...
local LEFTT,TOPP,autorisation
on mouseDown
put true into autorisation
put the top of fld "acre" into TOPP
put the left of fld "acre" into LEFTT
grab me
end mouseDown
on mouseUp
put false into autorisation
end mouseUp
on mouseMove
if autorisation is true then
< here your script >
end if
end mouseMove
René
Le 16 nov. 09 à 21:36, Richmond Mathewson a écrit :
>
> I, finally, did "it" today, after a lot of fiddling around:
>
> http://andregarzia.on-rev.com/richmond/STUFF/GF2.rev.zip
>
> Not terribly attractive: have a poke around in the, clunky, code.
>
> sincerely, Richmond Mathewson.
More information about the use-livecode
mailing list