I have this code in one of my field event to update the gross_amt on the fly. However, I found the field was not aligned correctly. It was shifted up like superscript and made the screen looks weird.
pageObj.findItem('gross_amt').text( parseFloat(value).toFixed(2) );
pageObj.findItem('gross_amt').text( parseFloat(value).toFixed(2) );