
Download BMI Calculator 1.6 (497 KB)
About
Takes inputs of weight and height, in either Metric or Imperial and produces a Body Mass Index value based on the formula.
Metric Calculation: bmi = weight(kg) / height(m)2
Imperial Calculation: bmi = (weight(lbs) / height(in)2) x 703

New In Version 1.6
- Values in the height and weight fields are now converted to their appropriate values when the measurement preference is changed.
Version History
- 1.5
- Modified the About Text View in the About Window to scroll. Makes use of the KWScrollingTextView class written by Kevin Wojniak.
- 1.4
- Preferences are now applied as soon as the preferences pane is closed. Also updated the text on the close button to “apply”.
- 1.3
- Added a preference pane to handle measurement changes and to allow users to specify whether or not to check for updates on startup.
- 1.2
- Integrated Sparkle framework for easy updating.
- 1.1
- Added ability to choose between Metric and Imperial calculations.
- 1.0
- Initial release
Credits
- Sparkle:
- KWScrollingTextView:
- Fat Guy Icon:
- Random Google search. (If you own the image, let me know and I’ll credit you, or remove it, whichever is necessary).
© James “Jasarien” Addyman, 06/07
http://jamsoftonline.com/bmi-calculator/
This program is distributed as Freeware. There is no restriction on how you use, or redistribute this software.
Source is available on subversion at: http://svn.jamsoftonline.com/bmicalc/