resize in browse mode

malte.brill at t-online.de malte.brill at t-online.de
Tue Dec 28 07:01:15 EST 2004


Ok ok...

one thing I forgot. <g>

please add a mouseUp handler to avoid the field staying locked

on mouseMove
  if the optionkey is down and the mouse is down then
    set the lockText of me to true
    set the rect of me to the topleft of me,the mouseloc
    --add width and height check here
  end if
end mouseMove

on mouseRelease
  set the lockText of me to false
end mouseRelease

on mouseUp
  mouseRelease
end mouseUp

Now I shut up...

Malte


More information about the use-livecode mailing list