Hello,

I want to use message 'click' in a patch, but pd sends me this error message:
"Bad arguments for message 'click' to object 'canvas'"
If somebody knows the good arguments...

Perhaps, this message is obsolete in recent version?

Thanks,
kaos.

Some days later..

After having traversed the sources (g_canvas.c) the problem
comes from the number of arguments given in the example of
Damien Henry (in pd-msg_05).

There are 5 arguments, not 4:

click [float] [float] [float] [float] [float]

However, the message 'cut' does not seem to act, after 'click'.
Strange, since 'duplicate' functions..!?

kaos.