scrollbar positions
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
scrollbar positions
I am using the MouseLoc property on mouseDown and mouseUp to report back a location on an image that I want image mapped. I am adjusting the reported numbers by the position of the image field in order to bring my upper left pixel into the 0,0, position. This works great for getting my image mapping coordinates. My problem, occurs when the image is larger then the image area. If i move the image with the scroll bars, the 0,0 position of the image area is no longer the 0,0 position of the image. My intention was to adjust the position data by the position of the scroll bars. However, i can not find a scrollbar position property for polling that data. Near as I can tell my scroll bars are not nameable objects since they were added by putting my image area into a group by itself and checking the scrollbars options in the group properties window. How can I get the scrollbar positions?