Re: WELCOME to [email protected]
Something like this: ### package wxtimer; use strict; use Wx qw/:everything/; use base 'Wx::Timer'; sub new { my $class = shift; my %args=@_; my $parent=delete $args{parent}; my ($parent_id, $type)=find_parent->new($parent);
Re: WELCOME to [email protected]
Hello All, can someone please assist me in using wxTimer. I don't understand how to create a timer object and trigger an event. I'm attempting to use a timer with this code: http://pastebin.com/AYDNHHWT Thanks, Jon
