Page 1 of 1

Reimplementing the click method in a subclassed table contro

Posted: Fri Aug 07, 2009 2:20 pm
by ConvertFromOldNGs
by Kevin R. Luck >> Wed, 13 Oct 1999 3:26:48 GMT

I have a subclassed control that has reimplemented the table control's click method. What should occur if I invoke the method using <controlname>.click rather than <controlname>_click ?

The subclassed control includes inheritMethod() in its click method.

I am trying to fathom out why I appear to be getting 'double executions' of clicks