Tk::ChooseDate

Popup Calendar with support for dates prior to 1970
Download

Tk::ChooseDate Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jack Dunnigan
  • Publisher web site:
  • http://search.cpan.org/~dunniganj/Tk-CursorControl-0.4/CursorControl.pm

Tk::ChooseDate Tags


Tk::ChooseDate Description

Popup Calendar with support for dates prior to 1970 Tk::ChooseDate is a popup calendar with support for dates prior to 1970.EXAMPLE use Tk; use Tk::ChooseDate; my $mw=tkinit; $mw->ChooseDate( -textvariable=>$date, -command=>sub{print "$date "}, )->pack(-fill=>'x', -expand=>1); MainLoop;SUPER-CLASSChooseDate is derived from the Frame class. This megawidget is comprised of an Label and Button allowing a popup Toplevel with an embedded Canvas.ChooseDate is yet-another-date-choosing widget via a popup calendar. It was created because Tk::DateEntry and Tk::DatePick do not allow support for dates prior to 1970. Besides this major item, I personally think that this is a nicer-looking widget with similar functionality of the others - but much more user friendly as dates can be chosen quickly and easily.Although the widget looks much like an Entry - it is not. It is a sunken label. This means that the date is not directly editable by the user; yes - this is by design. That said however, the programmer can get and set the date using the mehods described herein. Requirements: · Perl


Tk::ChooseDate Related Software