posted 20 years ago
Hi, I got a component in a panel that have a button and a text field, side by side. The button have a pop-up menu that is shown when user clicks the button. When I select any item, I call the setText() method in my button and the label of the button changes (of course).
Ok, it works fine, but when the button is redimensioned, the size of the button changes in agremment with the new text.
How could I stop it, fixing the size of the button?
Tks,