From: Mattia B. <mb...@ds...> - 2001-08-11 13:50:34
|
> Initial Comment: > When I try to define event: > > EVT_SPLITTER_DOUBLECLICKED( $this, > \&OnSplitterDoubleclick ); > > an error accurs: > > Can't call method "GetId" on unblessed reference at > D:/Perl/site/lib/Wx/Event.pm line 26. Well, could you post the surrounding code? The problem is clear, but it could be a bug almost anywhere ( even in your code :) ), and without a testcase it is really difficult to see it. Thanks! Mattia |