Resizeable Fields
Richmond Mathewson
richmondmathewson at gmail.com
Tue Nov 17 06:02:51 EST 2009
René Micout wrote:
> 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é
>
Merci beaucoup!
More information about the use-livecode
mailing list