> So what should $self be? I usually use $self to be the holding frame > ($frame) or dialogue ($dialog). Maybe $self here should it be > $frame->{notebook}, $frame->{tab}?
yes $self is the auinotebook whe want to monitor > Which usually works. Have I got it wrong all this time? Are you using: > > my $self = $frame->{child_element}; > Wx::Event::EVT_WIDGET_EVENT_DO_SOMETHING ( $self, -1 , > \&on_click_do_something ); yes