Re: How to set tooltip for image buttons

2014-05-04 Thread Johan Vromans
ademmler writes: > # assign the tool tip > $frame->FindWindow($key)->SetTip($condition{$key}{'text'}); AFAIK, the method is called SetToolTip. -- Johan

How to set tooltip for image buttons

2014-05-03 Thread ademmler
Hi folks, I have difficulties to set Tooltips for image buttons. My application is using XRC for the basic layout. Therefore I thought I need to find the imagebutton and than apply the tooltip. Here is my code snippet. #load the bitmap my $bm = Wx::Bitmap->new("$resourcedir/" . $condition{$key