Hi all,

I create a window and add a button (that has a bitmap label on top of
it):
  $errTip=$Window->AddButton(
                   -top  =>  32,
                   -left => 90,
                   -width => 18,
                   -height => 14,
                   -style => 11,
                   -name => "errTip",
                   -tip => "00",
                   -visible => 1,
                   -text => '',
                  );
And the tip "00" appears when I hover over the button. So far so good.
Later in the program I try to change the tip:

 $errTip->Change(-tip => "2121");

But the tip shows "00".  I can tell I get before and after the
"Change"
using simple print statements.  Other buttons work properly (not
changed
tips though).

Can anyone tell me what I'm doing wrong?

Thank you.



Reply via email to