|
From: Eriam S. <er...@er...> - 2007-02-06 15:13:15
|
>
> $panel_update->{button}{"killme"} =3D Wx::Button->new( $panel_updat=
e,
> -1,
> 'killme',
> [75, 20],
> [150, -1]
> );
>
> EVT_BUTTON($panel_update, $panel_update->{button}{"Exit"}, sub {
>
Hello Daniel,
Your event is attached to the wrong button $panel_update->{button}{"Exit"=
}
you should attach it to the correct button instead.
Bye
Eriam
|