#!perl -w use Mac::Windows; use Mac::QuickDraw; $win = MacWindow->new( Rect->new(50,50,300,100), 'Welcome to MacPerl', 1, zoomDocProc(), 1 ); sleep(50); $win->dispose(); The above code fails with zoomDocProc() (hard crashing). On two different PPC machines. Any thoughts? Also, any thoughts why zoomNoGrow() does not end in 'Proc' like all the others? Thanks, -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey=('B76E72AD',[1024,'0824 090B CE73 CA10 1FF7 7F13 8180 B6B6']) #== New Book: MacPerl: Power and Ease ==# #== Publishing Date: Early 1998. http://www.ptf.com/macperl/ ==# ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch