Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Previous Selection in Spinbox

by stiller (Friar)
on Apr 28, 2008 at 06:59 UTC ( [id://683248]=note: print w/replies, xml ) Need Help??


in reply to Previous Selection in Spinbox

I'd prefer to always have one internal representation of these numbers, and only change the visual representation on request to the current choice. That way I'd avoid this issue, and also I wouldn't have to worry about accummulating errors.

To capture the previous value, is a variant of capturing the current value. In sub change_unit you keep the old choice. When entering that sub, you have a new choice in $dtm_unit, and you have the old in your sub, or in a global, and you can recalculate from old to new, and set $old_unit  = $dtm_unit; for use next time.

Log In?
Username:
Password:

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

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

    No recent polls found