Results 1 to 2 of 2

Thread: Calculations in roo.

  1. #1
    Join Date
    Jan 2012
    Posts
    5

    Default Calculations in roo.

    I'm newbie in roo. now i can create a prototype. but i don't know how to handles computations in roo.
    e.g
    I have three int fields a, b and c.
    if set input
    a = 3
    b=12
    then
    c= a+b = 15 << how to sum a and b to this field. edit code in java file or ...

    It's very simply program. that to be easy if i known how to creates computation function in roo.
    Thanks in advanced
    Last edited by bluecolon; Jan 24th, 2012 at 02:29 AM.

  2. #2
    Join Date
    Aug 2010
    Location
    Goteborg, Sweden
    Posts
    434

    Default

    Just use Java, unless you have very specific needs to do computations in the browser.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •