In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Alan Olsen) wrote:

> If you uncomment the Mac::Glue line, it will no longer be a graphical 
> UI, but a text one on the console.

Sorry about that, when I reorganized some code into Mac::Glue::Common I left 
this line always on:

   $MacPerl::Target = '' if $^O ne 'MacOS';

It really should be local()ized to the functions that need it, which I will 
do for the next release.

In your program, after the use statements, merely add this:

   $MacPerl::Target = 'SystemUIServer';

You likely won't need it after the next release of Mac::Glue.


> What am I doing wrong here?  (Other than using a Mac...)

:p

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to