[perl-win32-gui-users] Overriding default sub names for events?

2012-02-15 Thread George Ellery Hale
Is there any way of overriding the default names for event subs? Eg if I've created a timer named Tick, can I connect a sub with an arbitrary name to the timer event instead of having to use Tick_Timer? I ask because I want to use a package method rather than a sub in main. Like you might say in T

[perl-win32-gui-users] win32gui WIKI

2009-10-15 Thread george
code, and tutorials. best wishes for all george -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skill

Re: [perl-win32-gui-users] AxWindow and WebBrowser a strange behaviour

2008-07-22 Thread george peti
hello i have a solution, using the Google.pl found in the win32 gui package we add in the main body: # Register Event $Control->RegisterEvent ("DocumentComplete", "DocumentComplete_Event" ); and add the following: # Event handler sub DocumentComplete_Event {       $OLEControl->{Document}->write($

[perl-win32-gui-users] AxWindow and WebBrowser a strange behaviour

2008-07-21 Thread george peti
i was inspired by an article "Sample Application to load Adobe Acrobat ActiveX control' by rpnoble in this forum to try using the webBrowser to display images especially the animated Gifs, since webbrowsers are efficient in this matter. the purpose of the following program is to display images us

Re: [perl-win32-gui-users] Refreshing the Window

2007-05-30 Thread George
thanks for the response, but where should we insert the invalidate function, i am lost completely. and many discussions in the forum are complicated and for experts only, i have tried many variations with no success. the available examples in the forum are calling a sub paint which includes

[perl-win32-gui-users] Refreshing the Window

2007-05-26 Thread George
thanks Rob very much for the polygon function. i have noticed that the calls to the functions are within the paint sub. but what if i want to display the graphics uppon a click on a button. indeed i have tried using onPaint with no success. here is an example with my failed lines tries are com

[perl-win32-gui-users] drawing a Polygon

2007-05-24 Thread George
hi i am trying to draw a polygon , in the code below wich is adapted from the Draw.pl demo in the win32-Gui package, the program run successfully if we uncomment the line : $DC->Rectangle(100, 100, 300, 200); and comment the line: $DC->Polygon(10, 10, 10, 200, 200, 200, 10, 10); but i

Re: [perl-win32-gui-users] Quick Question

2003-10-17 Thread Anthony George
f a way with Perl to get the 'day' from this? > (Mon,Tue etc) > Grab Date::Calc, and: use Date::Calc qw/Day_of_Week/; $dow = Day_of_Week($year,$month,$day); Anthony George <[EMAIL PROTECTED]> Systems Engineer. Do your technical services need medical attention? We ca

RE: [perl-win32-gui-users] COM port logger

2003-02-19 Thread Anthony George
I've got a script that does just that.. i'l locate it and send it over privately...  Anthony George <[EMAIL PROTECTED]> Systems Engineer. Do your technical services need medical attention?  We can help.  EMSTS, LLC.  800-304-8269   231-720-1600   http://www.emsts.com  2516 Gl

Re: [perl-win32-gui-users] calling Win32:GUI inside a service

2002-12-16 Thread Anthony George
Make sure that 'Allow service to interact with desktop' is checked. Otherwise the service can't 'see' the desktop to get the handle.  Anthony George <[EMAIL PROTECTED]> Systems Engineer. Do your technical services need medical attention?  We can help.  EMSTS, LL

[perl-win32-gui-users] apology

2002-10-23 Thread Anthony George
I'd like to apologize for the last message from me to the list, I'm not sure why, but somehow I quoted a private message back to the list. My fault, I apologize.  Anthony George <[EMAIL PROTECTED]> Systems Engineer. Do your technical services need medical attention?  We can he

RE: [perl-win32-gui-users] Latest Documentation?

2002-10-23 Thread Anthony George
LOL. If that's the best you can come up with, in an intellectual sense, I feel bad for you. 'nuff said, say goodbye.  Anthony George <[EMAIL PROTECTED]> Systems Engineer. Do your technical services need medical attention?  We can help.  EMSTS, LLC.  800-304-8269   231

RE: [perl-win32-gui-users] Latest Documentation?

2002-10-23 Thread Anthony George
gt; your > module butt-boy, where is the great documentation? > As I said and quoted above, 'great documentation' was never promised nor implied, but i'm sure if you wanted to volunteer your time, Aldo would greatly appreciate it, even after your asinine behavior. A

Re: [perl-win32-gui-users] DateTime object in Win32::GUI 0.665

2002-10-01 Thread Anthony George
-Original Message- From: "gabor.borus" <[EMAIL PROTECTED]> To: "Perl List" Date: Tue, 1 Oct 2002 12:34:11 +0200 Subject: [perl-win32-gui-users] DateTime object in Win32::GUI 0.665 > Hi all! > > Has anybody a working example for DateTime object? new Win32::GUI::DateTime (

RE: [perl-win32-gui-users] iipc.pm

2002-06-19 Thread Anthony George
I have an archive of Win32::Iproc and Win32::Isync I can mail privately if you like...  Anthony George <[EMAIL PROTECTED]> Systems Engineer. Do your technical services need medical attention?  We can help.  EMSTS, LLC.  800-304-8269   231-720-1600   http://www.emsts.com  2516 Glade Mu

[perl-win32-gui-users] C code to perl GUI or API(whatever works!)

2001-06-25 Thread Anthony George
not running...",MB_OK | MB_ICONSTOP); } } BOOL CAPITestDlg::OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pcds) { if(pcds->dwData == 0) { /* indicates an error processing the commands */ /* show error log: */ AfxMessageBox((char *) pcds->lpData,MB_OK | MB_ICONI

Re: [perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Anthony George
e> Harald.Piske> Sorry for bugging in Harald.Piske> Have fun, Harald.Piske> Harald Harald.Piske> Harald.Piske> | -Original Message- Harald.Piske> | From: Anthony George [mailto:[EMAIL PROTECTED] Harald.Piske> | Sent: Tuesday, May 29, 2001 11:59 Harald.Piske> | To: perl-win3

Re: [perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Anthony George
ing on a new line )? dave> dave> Thank you, dave> Dave dave> dave> dave> dave> ___ dave> Perl-Win32-GUI-Users mailing list dave> Perl-Win32-GUI-Users@lists.sourceforge.net dave> http://lists.sourceforge.net/lists/listi

Re: [perl-win32-gui-users] MIME::Base64 nmake install problems

2001-05-06 Thread Anthony George
; Stop. > ## > > your help is always appreciated > > Jeremy A > > > _______ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users -- Anthony George <[EMAIL PROTECTED]>

Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Anthony C. George
the docs? > > Thanks, > > David > > -Original Message- > From: Anthony C. George [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 02, 2001 9:13 AM > To: perl-win32-gui-users@lists.sourceforge.net > Subject: Re: [perl-win32-gui-users] Perl2exe > > > yes, th

Re: [perl-win32-gui-users] Perl2exe -icons

2001-05-02 Thread Anthony C. George
Any icon editor will do(MichaelAngelo,IconForge, etc) the docs only state the icon must contain a 32x32 AND a 16x16 bitmap, but the icon can be no larger than 1K.. Anything further, feel free to email me off-list before this gets even more off-topic... >tony - Original Message - From: "Jere

Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Anthony C. George
yes, the docs are kind of confusing... it would be: perl2exe -gui -icon=favicon.ico thefile.pl >tony - Original Message - From: "Jeremy Aiyadurai" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 01, 2001 9:16 PM Subject: [perl-win32-gui-users] Perl2exe > > Hi all, > > Thanks for all your h

Re: [perl-win32-gui-users] Gui-program problem

2001-04-24 Thread Anthony C. George
doh! didn't see the attachment from the webclient I was using! sorry... >tony - Original Message - From: "Anthony C. George" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2001 9:28 AM Subject: Re: [perl-win32-gui-users] Gui-program problem > Also a cod

Re: [perl-win32-gui-users] Gui-program problem

2001-04-24 Thread Anthony C. George
Also a code segment is always helpful :) >tony - Original Message - From: "Jeremy Blonde" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2001 9:26 AM Subject: RE: [perl-win32-gui-users] Gui-program problem > When the gui window is created the program enters a messaging loop. It > pr

RE: [perl-win32-gui-users] perl2exe stuff

2001-01-11 Thread Anthony C. George
I'm pretty sure you could just use the include for perl2exe: somewhere in the script: #perl2exe_include c:\winnt\system32\perlcrt.dll then it will get extracted(and hopefully used) to the TMP or TEMP dir check the docs on it, the syntax on the include directive is in there, i've used it before to

RE: [perl-win32-gui-users] newbie - trying to get data from text box

2001-01-05 Thread Anthony C. George
To get the text in the box: $myText=$Frame->aTextField->Text(); To set the text: $Frame->aTextField->Text($myText); >tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Solomon Sent: Friday, January 05, 2001 11:18 AM To: Perl Gui (E-mail) Subject: