develooper Front page | perl.wxperl.users | Postings from June 2011

problems and Bugs? in Wx::TaskBarIcon

Thread Next
From:
herbert breunung
Date:
June 22, 2011 18:05
Subject:
problems and Bugs? in Wx::TaskBarIcon
Message ID:
4E029146.7080202@web.de
hai nice people here

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

further more it cant be destroyed on app shutdown, but
maybe i didnt found the solution and have to derive from it or something,
cant find it in the dmeo app.

thanks for reading

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About