THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/03/2005 at 04:17, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.5
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
I'm scanning for mouse click coordinates, using
click1=msg->GetData(BFM_INPUT_X)
.
The problem is that, as soon as I dock my dialog, the returned coordinates become global instead of local.
First, I don't know why tha'hell the programmers decided to do this!! Why not stick with local ALWAYS??
Then, I know that this was already debated:
http://www.plugincafe.com/forum_browse.asp?messageID=2745
But, how can I solve this in COFFEE?
Rui Batista
p.s. I have a UserArea item in my dialog, if that helps.
p.p.s Thank you very much for your help, so far, Robert