I have a widget the contains 49 button widgets, that make up
the keys of a keyboard. This is the keyboard the Keith posted on this message
board. It is a part of 3 different classes. The first time that a class is
created the widget works fine, the other times the widget is created it doesn't
draw every button. When the class is destroyed, the widget is deleted, and this
is done before the widget is created again. The show and update have been added
to see if the widget isn't being shown, this didn't change anything. The widget
it created with new and this as the parent. What could be the reason the widget
works when it is created the first time, and not the other times.
Craig
|