Help for this page

Select Code to Download


  1. or download this
    (PM-ScreenCapture.pm:1799): Gtk-WARNING **: Tried to set the file choo
    +ser to multiple selection mode, but this is not allowed in SAVE or CR
    +EATE_FOLDER modes.  Ignoring the change and leaving the file chooser 
    +in single selection mode.
    saved /home/pete/Projects/perlprojects/CitrusPerl.proj/screenshot.png
    saved /home/pete/Projects/perlprojects/CitrusPerl.proj/messup.png
    
  2. or download this
           use Wx;
    
               my $app = Wx::SimpleApp->new;
    ...
    
               $frame->Show;
               $app->MainLoop;