Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: wxPerl LED Dot Matrix Display Panel

by Anonymous Monk
on Mar 14, 2013 at 22:11 UTC ( [id://1023565]=note: print w/replies, xml ) Need Help??


in reply to wxPerl LED Dot Matrix Display Panel

To eliminate the need for seperate files add
BEGIN { $INC{'LedPanelDisplay.pm'} = $INC{'LedPanelMatrix.pm'} = $INC{'LedPanelCtbl.pm'} = $INC{'LedPanelColourTbl.pm'} = __FILE__; }

Your window is unclosable, you forgot  $event->Skip; in onPaint

Replies are listed 'Best First'.
Re^2: wxPerl LED Dot Matrix Display Panel
by Anonymous Monk on Mar 14, 2013 at 22:13 UTC
    Also, without $event->Skip; in onPaint there is no animation, the marqee doesn't scroll or blink :) the blinking is unintentional

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 02:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found