Re: [perl-win32-gui] gui builder

2000-12-14 Thread Aldo Calpini
David Hiltz wrote: I should also put together a web page with screen shots, documentation and link to download the program. I don't know where I would put this page - I'll have to ask my boss if it is ok to host it on one of our servers. it's perfectly ok to host it on

Re: [perl-win32-gui] gui builder

2000-12-13 Thread Robert Sherman
i believe i have located it (for any interested): http://www.mail-archive.com/perl-win32-gui@httptech.com/msg00718.html -rob David Hiltz wrote: 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

Re: [perl-win32-gui] gui builder

2000-12-13 Thread MATA Tech
One final note on the GUI Builder project: Many times, when I am programming and including an interface, I have to flip-flop between TK and GUI. David, does your GUI Builder have to be so exclusive in programming, or could you open it up to include functionality available under the TK module

Re: [perl-win32-gui] gui builder

2000-12-13 Thread David Hiltz
One final note on the GUI Builder project: Many times, when I am programming and including an interface, I have to flip-flop between TK and GUI. David, does your GUI Builder have to be so exclusive in programming, or could you open it up to include functionality available under the TK

[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

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

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

Re: [perl-win32-gui] GUI Builder error + button question

2000-02-24 Thread David Hiltz
That's really funny, I finally just figured out how to use PPM and reinstalled the latest win32::GUI with PPM and now my program is generating the exact same error: Can't locate auto/Win32/GUI/MenuItem/SetMenuItem.al in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib

[perl-win32-gui] GUI Builder error + button question

2000-02-24 Thread Ludde
I have two questions: 1) I get an error when trying to run the latest version of GUI Builder from the archives. It returns: -- Can't locate auto/Win32/GUI/MenuItem/SetMenuItem.al in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/Win32/GUI.pm line 452 -- I know I've seen

Re: [perl-win32-gui] GUI Builder error + button question

2000-02-24 Thread David Hiltz
David Hiltz wrote: 2) How do I enable a button that was created with the option ;-disabled = 1; ? You mean through GB? No, that's a general Win32::GUI question. I'm sure I've seen how to do it somewhere, but finding things in the docs are currently not the easiest thing

RE: [perl-win32-gui] GUI Builder error + button question

2000-02-24 Thread Thomas, Timothy B
- From: Ludde [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 24, 2000 11:11 AM To: [EMAIL PROTECTED] Subject: [perl-win32-gui] GUI Builder error + button question I have two questions: 1) I get an error when trying to run the latest version of GUI Builder from the archives. It returns

RE: [perl-win32-gui] GUI Builder error + button question

2000-02-24 Thread Thomas, Timothy B
ruary 24, 2000 11:29 AM To: '[EMAIL PROTECTED]' Subject: RE: [perl-win32-gui] GUI Builder error + button question That's really funny, I finally just figured out how to use PPM and reinstalled the latest win32::GUI with PPM and now my program is generating the exact same error:

Re: [perl-win32-gui] GUI Builder error + button question

2000-02-24 Thread Ludde
David Hiltz wrote: 2) How do I enable a button that was created with the option ;-disabled = 1; ? You mean through GB? No, that's a general Win32::GUI question. I'm sure I've seen how to do it somewhere, but finding things in the docs are currently not the easiest thing in the

Re: [perl-win32-gui] GUI Builder Error Message

2000-02-22 Thread Jens Luedicke
What does the "Window Property" window look like right before you get ready to click "OK"? Did you statup 'gb', click on File-New then make your changes to the property window then click OK? I can't get gb0.01 to generate the error you sent so I'm trying to figure out if you

Re: [perl-win32-gui] GUI Builder Error Message

2000-02-21 Thread David Hiltz
Hi there ... When I finished to enter the properties for a new Window with GUI Builder, I got an error message? I attached a screenshot of it to this mail. What does the "Window Property" window look like right before you get ready to click "OK"? Did you statup 'gb', click on

[perl-win32-gui] GUI Builder - Couple Questions for Aldo

1999-11-28 Thread David Hiltz
Aldo and/or Anybody - I've gotten back into my GUI Building code (gb) that you greatly enhanced. Thanks. :) I have a few comments and questions. If I understand your code correctly, each widget (button, label, etc) must be drawn graphically. On the surface of it, the simple