Re: [MacPerl-Toolbox] AppleEvents and GraphicConverter

[email protected] (Bart Lateur) Mon, 03 Jun 2002 10:38:07 +0200
Newsgroups perl.macperl.toolbox
Organization MediaMind
Message-ID <[email protected]>
On Sun, 2 Jun 2002 14:23:16 +0100, Alan Fry wrote:

>However there is a glitch. Running this script:
>
>	if (!IsRunning('GKON')) { LaunchApps('GKON')}
>	Hide('GKON');
>
>If 'GraphicConverter' is not running, then it is launched but the 
>'Hide' event fails:

>Any ideas?

My idea is that the Hide() instruction comes too early for Graphics
Converter to receive it. It is probably not even fully started up yet.

-- 
	Bart.