Re: MouseTrap Crash
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 07, 2004
- 391 views
cklester wrote: > > Derek, in case this will be helpful... I'm clicking on a mousetrap I've > set and getting this error... [snip] I suspect you are calling updateMouseTrap somewhere and the third parameter to that is not correct. According to the docs, that parameter can only be one of two things: An integer (a control ID) or a 4-element sequence in which each element is an integer. This is supposed to be a 'rect' specification in the form {left, top, right, bottom}. -- Derek Parnell Melbourne, Australia