ANNOUNCE: TiVo::HME 1.2

From: zzo (methan_at_gmail.com)
Date: 02/22/05

  • Next message: gundam: "where can download Filter::netcrypt"
    Date: Tue, 22 Feb 2005 17:58:11 GMT
    
    

    TiVo::HME 1.2 has been uploaded to the CPAN (*).
    It's a pure perl implementation of TiVo's HME protocol (see
    http://tivohme.sourceforge.net).

    SYNOPSIS
             use TiVo::HME::Application;
             @ISA = qw(TiVo::HME::Application);

             sub init {
               my($self, $context) = @_;

               $self->get_root_view->visible(1);
               my $mpg = $T_RESOURCE->image_file('examples/myloop.jpg');
               $self->get_root_view->set_resource($mpg,
                   $T_CONST->HALIGN_CENTER | $T_CONST->VALIGN_CENTER);
               }

               sub handle_event {
                   my($self, $resource, $key_action, $key_code,
    $key_rawcode) = @_;
                   print "You pressed the $key_code key on the remote!\n";
               }
            }

    * Now 100% more installable!!


  • Next message: gundam: "where can download Filter::netcrypt"

    Relevant Pages

    • [ANN] Unix::Statgrab 0.01
      ... I'd like to announce the arrival of a new module at the CPAN. ... SYNOPSIS ... claims to be portable across various Unices (Linux, *BSD, Solaris). ...
      (comp.lang.perl.modules)
    • ANN: List::SkipList 0.71 released
      ... A significant update of List::SkipList has been uploaded to CPAN. ... Perl 5.6.1 is required. ... SYNOPSIS ... random links at various levels that allow searches to skip over ...
      (comp.lang.perl.modules)
    • Re: about email sender
      ... I have tried to read the email::sender module on CPAN, but it is far beyond my ablilty to understand it. ... And the synopsis gave me big headache too. ... For those who have used email sender before, it would be just breezes, but for me, frustration... ...
      (perl.beginners)
    • about email sender
      ... I have tried to read the email::sender module on CPAN, but it is far beyond my ablilty to understand it. ... And the synopsis gave me big headache too. ... For those who have used email sender before, it would be just breezes, but for me, frustration... ...
      (perl.beginners)