facebook

calculator

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #349567 Reply

    ozmen
    Member

    Would you please add a sample code calculator.
    thanks..

    #349569 Reply

    Hi ozmen,

    Thanks for the request, we will see if we can dig something up.
    Also I removed your post about other products. That’s inappropriate for this forum. Consider posting to the forums of the other products for the info you are seeking.

    #349596 Reply

    ozmen
    Member

    Up…

    #349639 Reply

    ozmen
    Member

    Javascript
    Waiting calculator example. I’m using the demo. I want to buy.

    #349697 Reply

    ozmen
    Member

    http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=2522

    I know how to do with Javascript? $ This came to me confused. I want to use Javascript.

    Example

    var a= parseFloat(textbox1.value);
    var b = parseFloat(textbox2.value);

    var Total = a+b;

    txtTotal.value = Total.toString());

    #349706 Reply

    Code_A
    Member

    @ozmen wrote:

    var a= parseFloat(textbox1.value);
    var b = parseFloat(textbox2.value);

    var Total = a+b;

    txtTotal.value = Total.toString());

    Try something like this instead:

       var a= parseFloat($('#m1-<your-screen>-textbox1').val());
       var b = parseFloat($('#m1-<your-screen>-textbox2').val());
    
       var Total = a+b;
    
       $('#m1-<your-screen>-txtTotal').val(Total.toString());
Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: calculator

You must be logged in to post in the forum log in