Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Prima + MCE::Hobo demonstration

by marioroy (Prior)
on Apr 29, 2017 at 14:51 UTC ( [id://1189165]=note: print w/replies, xml ) Need Help??


in reply to Re: Prima + MCE::Hobo demonstration
in thread Prima + MCE::Hobo demonstration

Hi zentara. That's nice++. Prima is new to me. I tried calling $btn1->text to obtain the string and that works too.

my $timer = Prima::Timer->create( timeout => 100, onTick => sub { my $new_text = $msg->get; if ($new_text ne $btn1->text) { $btn1->set( text => $msg->get ); } } );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1189165]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-03-29 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found