johnf wrote: > It took a long time to figure out find the root cause. Even now I'm unsure > that we are going about this correctly. But this function is required - > somehow we need to be able to change the screen view from pounds to kilos.
In my app the user can choose millimeters or inches for unit_of_measure. They make the choice from a dropdown list, and immediately all length/width fields recalculate and update. I don't recall this being difficult, so if you are still struggling getting this updating to happen, perhaps you should post some code to show us what you've tried? The biggest issue for me is the rounding errors that occur when converting from 1-31/32 to millimeters, when they only want millimeters to the tenth place. Converting back to inches can make it round to 2 or 1-15/16. But I don't have any screen update issues like you seem to be struggling with. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
