FW: [perl-win32-gui-users] textfields and combobox's

2002-04-08 Thread Rogers, John
> Mark, > Its Something like, > get a text string, > $string=$WindowObject->nameofbox->Text(); > set an text string > $WindowObject->nameofbox->Text($string); > > JohnR > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, April 09, 2002 11:41 AM > To: p

[perl-win32-gui-users] textfields and combobox's

2002-04-08 Thread markd
hi. how can get the value of whatevers in a textfield? and is there a way to insert an entry into a combobox so it will display it in the first line. i'm opening up a settings window and it reads the previously saved settings from a file, one of which is their dun connection and i'd like that to be

RE: [perl-win32-gui-users] sticky widgets (was: problems with com bobox)

2002-04-08 Thread Johan Lindstrom
Harald wrote: Note, this is by far not an equivalent to the Tk pack manager. You still have to design your initial window pixel by pixel - but there's a cool thing out there Johan made: http://www.bahnhof.se/~johanl/perl/Loft/ The GUI Loft will help you manage the resizing stuff, yes. It does t

[perl-win32-gui-users] Lost Properties Windows in TGL (was: sticky widgets (was: problems with com bobox))

2002-04-08 Thread Johan Lindstrom
Mark wrote: i've taken a look at the gui loft but i could never figure how to view the widget properties.. If you have a low screen resolution, the default location of the properties window may fall outside the screen. If that is the case, replace the file resource/window.xml with the one

RE: [perl-win32-gui-users] sticky widgets (was: problems with com bobox)

2002-04-08 Thread Marcus
On 08.04.02 at 01:41 [EMAIL PROTECTED] wrote: >i've taken a look at the gui loft but i could never figure how to view the >widget properties.. They are displayed in a separate window to the right (default). Don't you get a properties window? Marcus