Thread: Drag and Drop
View Single Post
  #3  
Old 08-03-2008, 05:54 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
mousescreenx/y are relevant to the screen. Your scroll is relevant to the control it is in.

The scroll might have an x of 10, but it's really at 450 x on the screen.

Try using control.globaltolocalcoord( { x, y } )

I'm assuming that the scroll actually is in a control (besides GraalControl), however.
__________________
Reply With Quote