[perl-win32-gui] Re: Welcome to perl-win32-gui

2000-07-19 Thread Saurabh Saxena
test [EMAIL PROTECTED] wrote: > -- > > Welcome to the perl-win32-gui mailing list! > > Please save this message for future reference. Thank you. > > If you ever want to remove yourself from this mailing list, > you can send mail to <[EMAIL PROTECTED]> with the following > command in the body of

[perl-win32-gui] Custom Events

2000-07-19 Thread Jake Skinner
Hi all Is it possible to add custom events to a Win32::GUI object? Any thoughts or suggestions would be most welcome - including getting the source code and putting it in myself. Regards Jake Skinner

RE: [perl-win32-gui] Win32:GUI accessible from other scripting la nguages?

2000-07-19 Thread ChristianL
I agree with most of your points. I think the main problem you're going to run into is Win32::GUI is a Perl module, so requires some Perl to use it. If you want it to run on a system that doesn't have Perl installed, then that won't work without compiling it some fashion. (Aldo's example at wit

RE: [perl-win32-gui] Win32:GUI accessible from other scripting la nguages?

2000-07-19 Thread David Welden
My final goal is to be able to GUI-enable VBScript or JScript or as opposed to using a bloated, overkill language like Java or VB or C++; many of the tasks I script just don't need all of that extra stuff. A compiled executable is not at all what interests me. Win32:GUI demonstrates to me th

RE: [perl-win32-gui] Win32:GUI accessible from other scripting la nguages?

2000-07-19 Thread ChristianL
I'm confused as to what your final goal is... That makes it harder to advise you... At this point it looks like you are trying to mix several different tools together, but I'm not sure why or what you are trying to avoid If you are just looking to make a standalone executable that will run

RE: [perl-win32-gui] textfield, capturing keystrokes

2000-07-19 Thread Ron LEVER
Sorry for delay in response I have been away. I tried replacing Window with DialogBox which gave me the message "Can't call method "ScaleWidth" on undefined value at c:\..pl line 190" $main = Win32::GUI::DialogBox->new( # line 35 -name => 'Main',

Re: [perl-win32-gui] GUI::Menu

2000-07-19 Thread Aldo Calpini
Niemiec, Greg wrote: > Hello Everyone, > > Has anyone played with the MENU construct yet... or have > any examples? there is plenty of examples in the "samples" subdirectory of the Win32-GUI distribution. anyway, this is the Menu construct documentation (I hope it makes sense, if anybody has hin