RE: Windows popup/message box?

2006-09-03 Thread liora milbaum
/Windows-popup-message-box--tf2011811.html#a6121546 Sent from the Cygwin Users forum at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

RE: Windows popup/message box?

2006-09-03 Thread liora milbaum
popup/message box? -Original Message- From: Igor Peshansky [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 00:20 To: Liora Milbaum Cc: [EMAIL PROTECTED] Subject: Re: Windows popup/message box? http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Ugh, top-posting

Re: Windows popup/message box?

2006-09-03 Thread Larry Hall (Cygwin)
http://cygwin.com/acronyms/#TOFU liora milbaum wrote: Dave Korn wrote: On 31 August 2006 12:43, Liora Milbaum wrote: I found a solution to my problem. As soon as I changed the crontab command to: * * * * * bash --login -c 'perl -e use GD;' /usr/tmp/test.log It worked. Ah, your path

RE: Windows popup/message box?

2006-08-31 Thread Liora Milbaum
Milbaum Cc: cygwin@cygwin.com Subject: Re: Windows popup/message box? Ugh, top-posting... Reformatted. On Mon, 28 Aug 2006, liora milbaum wrote: Reini Urban wrote: Interesting. Does it go away a rebaseall? I meant: Interesting. Does it go away after a rebaseall? Have you managed fixing

RE: Windows popup/message box?

2006-08-31 Thread Dave Korn
On 31 August 2006 12:43, Liora Milbaum wrote: I found a solution to my problem. As soon as I changed the crontab command to: * * * * * bash --login -c 'perl -e use GD;' /usr/tmp/test.log It worked. Ah, your path wasn't set so it couldn't find the dll; I guess your .bashrc was adding

RE: Windows popup/message box?

2006-08-31 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Thu, 31 Aug 2006, Liora Milbaum wrote: -Original Message- From: Liora Milbaum Sent: Tuesday, August 29, 2006 18:03 To: [EMAIL PROTECTED] Subject: RE: Windows popup/message box? -Original Message- From: Igor Peshansky [mailto:[EMAIL

RE: Windows popup/message box?

2006-08-29 Thread Liora Milbaum
Milbaum Cc: cygwin@cygwin.com Subject: Re: Windows popup/message box? Ugh, top-posting... Reformatted. On Mon, 28 Aug 2006, liora milbaum wrote: Reini Urban wrote: Interesting. Does it go away a rebaseall? I meant: Interesting. Does it go away after a rebaseall? Have you managed fixing

Re: Windows popup/message box?

2006-08-28 Thread liora milbaum
/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- View this message in context: http://www.nabble.com/Windows-popup-message-box--tf2011811.html#a6026656 Sent from

Re: Windows popup/message box?

2006-08-28 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Mon, 28 Aug 2006, liora milbaum wrote: Reini Urban wrote: Interesting. Does it go away a rebaseall? I meant: Interesting. Does it go away after a rebaseall? Have you managed fixing the missing dll problem? I have the same problem as you do with

Re: Windows popup/message box?

2006-08-03 Thread Reini Urban
2006/8/3, Igor Peshansky [EMAIL PROTECTED]: On Wed, 2 Aug 2006, Igor Peshansky wrote: $ perl -e 'use Win32::GUI qw(MessageBox); MessageBox(0, message, title, 64);' Can't load '/usr/lib/perl5/site_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll' for module Win32::GUI: No such file or directory at

Re: Windows popup/message box?

2006-08-03 Thread Reini Urban
Interesting. Does it go away a rebaseall? I meant: Interesting. Does it go away after a rebaseall? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Windows popup/message box?

2006-08-02 Thread Reini Urban
Igor Peshansky schrieb: On Thu, 27 Jul 2006, Richard Foulk wrote: Looking for a simple way to popup a message box on Windows via a Perl script on a system with Cygwin. Looking for portability, light weight, foolproof. The `net send' option doesn't seem very reliable or portable. Hmm, I

Re: Windows popup/message box?

2006-08-02 Thread Igor Peshansky
On Thu, 3 Aug 2006, Reini Urban wrote: Igor Peshansky schrieb: On Thu, 27 Jul 2006, Richard Foulk wrote: Looking for a simple way to popup a message box on Windows via a Perl script on a system with Cygwin. [snip] Theoretically, it should be as simple as use Win32::GUI

Re: Windows popup/message box?

2006-08-02 Thread Igor Peshansky
On Wed, 2 Aug 2006, Igor Peshansky wrote: $ perl -e 'use Win32::GUI qw(MessageBox); MessageBox(0, message, title, 64);' Can't load '/usr/lib/perl5/site_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll' for module Win32::GUI: No such file or directory at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line

Windows popup/message box?

2006-07-27 Thread Richard Foulk
Aloha, Looking for a simple way to popup a message box on Windows via a Perl script on a system with Cygwin. Looking for portability, light weight, foolproof. The `net send' option doesn't seem very reliable or portable. Thanks! Richard -- Unsubscribe info:

Re: Windows popup/message box?

2006-07-27 Thread Igor Peshansky
On Thu, 27 Jul 2006, Richard Foulk wrote: Looking for a simple way to popup a message box on Windows via a Perl script on a system with Cygwin. Looking for portability, light weight, foolproof. The `net send' option doesn't seem very reliable or portable. Theoretically, it should be as