Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Refreshing text without flicker with AddLabel using Win32::GUI

by Popcorn Dave (Abbot)
on Dec 07, 2006 at 05:03 UTC ( [id://588259]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %stocks = (^DJI =>{sec_label => $main->AddLabel( stuff...),
                         current_label => #current price of stock,
    ...
                         change_label => #price change,
                         pctchg_label => #percent change}
                  )
    
  2. or download this
    $stocks{$key}{arrow_label}->Text( $var );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (1)
As of 2024-04-25 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found