RE: [perl-win32-gui] frames equivalent

2000-12-12 Thread Jake Skinner
I use a label for a groupbox thingy $settings_window->AddLabel ( -name => "site_details_frame", -left => $outside_frame_gutter, -top => $site_details_frame_top, -width => $frame_width, -hei

RE: [perl-win32-gui] gui builder - more motivation

2000-12-12 Thread Jake Skinner
more on that motivation thing. I think that would be a great idea to reintroduce the GB cheers jake :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of BUESCHER,CONOR (HP-Corvallis,ex1) Sent: Wednesday, 13 December 2000 8:22 To: '[EMAIL PROTECTED]' Subje

RE: [perl-win32-gui] gui builder

2000-12-12 Thread timothy . b . thomas
To continue the encouragement: I am teaching an advanced perl class at a local community college. Just yesterday I showed them some things with Win32::GUI and I showed them your GUI Builder, they all that it was "WAY COOL!". Keep up the development! Tim

RE: [perl-win32-gui] gui builder

2000-12-12 Thread BUESCHER,CONOR (HP-Corvallis,ex1)
I think there would definately be some interest in that. (Just trying to help with the motivation thing) Conor Buescher -Original Message- From: David Hiltz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 11:36 AM To: [EMAIL PROTECTED] Subject: Re: [perl-win32-gui] gui build

[perl-win32-gui] Win32::FileType

2000-12-12 Thread timothy . b . thomas
Any one done anything with Jenda's Win32::FileType? Check out the below bit of code. Just trying to pull file association information. Seems I can get the association information, but not the Action, or Command that actually executes based on that association. This code has a TON of differen

Re: [perl-win32-gui] frames equivalent

2000-12-12 Thread David Hiltz
> What is the Win32::GUI equivalent of "Frames" concept in perl/tk ? you mean a groupbox? +- Sometext --+ | | | | | | | | | | |

Re: [perl-win32-gui] gui builder

2000-12-12 Thread David Hiltz
> is there a forms builder or a gui builder for the win32::GUI module ? I've been working on one. It will lets you drag around widgets (buttons, labels, etc) and place them on an empty window. You can size them and change some basic properties about the widgets. You can also save your

[perl-win32-gui] frames equivalent

2000-12-12 Thread Christopher Sagayam
What is the Win32::GUI equivalent of "Frames" concept in perl/tk ?     chris

[perl-win32-gui] gui builder

2000-12-12 Thread Christopher Sagayam
is there a forms builder or a gui builder for the win32::GUI module ?   chris