Thank you Mark, this is very helpful.
jbv
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
I might be misunderstanding what you are trying to do but you can get
the formattedRect of chunks in the field:
on mouseMove
if the mouseChunk is not empty then
put the formattedRect of the mouseChunk into field "Rect"
end if
end mouseMove
So you could take the middle point of the rect as the x,y location?
Warmest Regards,
Mark.
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode