User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Hi,
in my editor i need to get the mouseposition within an figure - so i use
((CreateRequest)request).getLocation() in my createAddCommand() method
of my layoutPolicy. Everythig is fine till i have to scroll because my
figure, i`m adding to, is getting to big. i do not need the position for
placing the figure in it's parent. i need it to find the closest point
out of a bunch of points in the figure.
i don`t know how i have to translate my mouse coordinates to get the
right position in the figure, because i don`t know how much i scrolled
and where to get that information.