On 23/06/11 03.05, herbert breunung wrote: Hi,
its understood that you have to
$win->{'tb_icon'} = Wx::TaskBarIcon->new( );
$win->{'tb_icon'}->SetIcon( Wx::GetWxPerlIcon() );
#$win->{'tb_icon'}->RemoveIcon;
$win->{'tb_icon'}->Destroy;
but this works only under windows,
linux gives you a nice memory access error.
i think this is a bug
Maybe it's a wxWidgets bug? Which wxWidgets version? Regards, Mattia
