Hello,
is it possible for a script to know what happens when a field is moved by another script ?
ex.:
move fld MyField from pointa to pointb
putting a dragMove handler in the fields script doesn't seem to work
move under script
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
- Posts: 13
- Joined: Thu Nov 16, 2006 4:34 am
Re: move under script
Hi.
Not sure what you need here. Only one handler can run at a time, though one handler can call another.
So if you move an object under script control, where do you need to have this information registered elsewhere? In other words, if one handler is doing the moving, what other handler needs to know this, and to what effect? Can't a single handler do what you need?
Certainly the handler that does the moving can, at will, call another handler and pass any changes in the object's position as parameters to that handler
If I have this all wrong, write back.
Craig Newman
Not sure what you need here. Only one handler can run at a time, though one handler can call another.
So if you move an object under script control, where do you need to have this information registered elsewhere? In other words, if one handler is doing the moving, what other handler needs to know this, and to what effect? Can't a single handler do what you need?
Certainly the handler that does the moving can, at will, call another handler and pass any changes in the object's position as parameters to that handler
If I have this all wrong, write back.
Craig Newman