-
Jan 23rd, 2012, 12:22 PM
#1
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.
-
Jan 23rd, 2012, 03:46 PM
#2
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
-
Forum Rules