Tk::Splashscreen

Tk::Splashscreen is a Perl module that can display a Splashscreen during program initialization.
Download

Tk::Splashscreen Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stephen.O.Lidie
  • Publisher web site:
  • http://search.cpan.org/~lusol/Tk-Splashscreen-1.0/Splashscreen.pm

Tk::Splashscreen Tags


Tk::Splashscreen Description

Tk::Splashscreen is a Perl module that can display a Splashscreen during program initialization. Tk::Splashscreen is a Perl module that can display a splashscreen during program initialization.SYNOPSIS $splash = $parent->Splashscreen(-opt => val, ... );For programs that require large load times, it's a common practice to display a Splashscreen that occupies the user's attention. This Toplevel mega widget provides all the display, destroy and timing events. All you do it create the Splashscreen mega widget, populate it as you see fit, then invoke Splash() to display it and Destroy() to tear it down.Important note: be sure to sprinkle update() calls throughout your initialization code so that any Splashscreen events are handled. Remember, the screen may be animated, or the user may be simply moving the Splashscreen about.OPTIONSThe following option/value pairs are supported:-millisecondsThe minimum number of milliseconds the Splashscreen should remain on the screen. Default is 0, which means that the Splashscreen is destroyed as soon as Destroy() is called. Otherwise, Destroy() waits for the specified time interval to elapse before destroying the Splashscreen.METHODS$splash->Splash();If milliseconds is specified, it's the minimum number of milliseconds the Splashscreen should remain on the screen. This value takes precedence over that specified on the Splashscreen constructor call.$splash->Destroy();If milliseconds is specified, it's the minimum number of milliseconds the Splashscreen should remain on the screen. This value takes precedence over that specified on the Splash() call, which takes precedence over that specified during Splashscreen construction. Requirements: · Perl


Tk::Splashscreen Related Software