in reply to Re: How to send a message to perlTk program from Win32 application?
in thread How to send a message to perlTk program from Win32 application?

podmaster, it is not a problem to send a message using some Win32 stuff, the problem is to send such a message that Tk system will understand!

I want to fire Tk event from outside and do not know how.

Anyway, thanks for trying to help.

Courage, the Cowardly Dog

  • Comment on Re: Re: How to send a message to perlTk program from Win32 application?

Replies are listed 'Best First'.
Re: Re: Re: How to send a message to perlTk program from Win32 application?
by PodMaster (Abbot) on Oct 10, 2002 at 11:33 UTC
    You're out of luck. That's the only way you can do it directly. Your other alternative is to set up a PIPE or something between the two programs, and communicate that way.

    Check out http://perltk.org/ and ask on the mailing list (maybe somebody there'll get it)

    ____________________________________________________
    ** The Third rule of perl club is a statement of fact: pod is sexy.