ch123 has asked for the wisdom of the Perl Monks concerning the following question:
I need help from you guys...
I created a window with two radio buttons and one OK button.
The number of radio buttons to be created(currently it is 2) is determined by a variable.
If that variable is 5, i have to create 5 radiobuttons and then OK button.
My problem is ,if i am creating 20 radio buttons, my mainwindow should automatically resize and if i want to create only 1 radio button,main window should automatically reduce its size...Is there any option for that?????
Thanks, ch123
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to resize mainwindow automatically
by moritz (Cardinal) on Oct 26, 2009 at 12:26 UTC | |
|
Re: How to resize mainwindow automatically
by biohisham (Priest) on Oct 26, 2009 at 12:32 UTC | |
by ch123 (Initiate) on Oct 26, 2009 at 13:44 UTC | |
by zentara (Cardinal) on Oct 26, 2009 at 14:27 UTC | |
by Marshall (Canon) on Oct 27, 2009 at 12:42 UTC | |
by ch123 (Initiate) on Oct 26, 2009 at 13:51 UTC | |
by biohisham (Priest) on Oct 26, 2009 at 14:40 UTC | |
by Anonymous Monk on Oct 26, 2009 at 14:18 UTC | |
|
Re: How to resize mainwindow automatically
by Anonymous Monk on Oct 26, 2009 at 12:27 UTC |