----- Original Message ----- From: "Sisyphus"

The popup will show in a PGPLOT script whenever pgend is called

The popup also appears when pgclos is called - and that's what was doing it.

Fabio, in PDL/Graphics/PGPLOT/Window.pm there's one (and only one) call to 'pgclos;'. (You'll find it in the 'close' subroutine.)

Try replacing that
pgclos;
with
pgclos() unless (uc($self->{Device}) eq '/GW');

and see how that goes.
It will allow scripts to terminate without throwing up any popups - we just need to determine whether it creates other issues.

Cheers,
Rob


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to