Page 1 of 1

Is it possible to make a calculator using JADE?

Posted: Thu Jul 22, 2010 7:23 am
by BUKURU
what are the steps i should do to create a simple calculator? thank you. Ü

Re: Is it possible to make a calculator using JADE?

Posted: Thu Jul 22, 2010 9:38 am
by JohnP
1. Make a form.
2. Paint some buttons, and an entry/results textbox.
3. Put some code in the button click methods.

It's easy!

Re: Is it possible to make a calculator using JADE?

Posted: Thu Jul 22, 2010 10:36 am
by BeeJay
This sounds very much like one of the programming assignments for an AFIS courses at Canterbury University that uses Jade as their development tool.

If this supposition is correct, then you should probably be asking the relevant questions of your tutors during your tutorial sessions in the 1st instance.

If this supposition is not correct, then you may want to refer to the various introductory Jade tutorials available on the Jade Website: http://www.jade.co.nz/jade/tutorials.htm

Cheers,
BeeJay.