Friday, February 15, 2013

Usbong Update (Feb. 13, 2013): "optional" keyword, textfieldNumerical, textArea = OK


Hi everyone,
Here's the latest update on Usbong.

Tasks accomplished:
  • added: optional keyword
    • enables the user to skip nodes (i.e. even with a blank answer)
    • in other cases, an alert message is shown
    • refer to attached: inputAnAnswerAlert.png
Example:
<task-node name="textField~optional~Name:">     <transition to="textField~Age:" name="Any"></transition></task-node>

  • added: textfieldNumerical
    • textfield with only numerical input; no unit
    • refer to attached: sample_textfieldNumerical.png
Example:
<task-node name="textFieldNumerical~PatientID">
     <transition to="textField~Age:" name="Any"></transition>
</task-node>

  • addedtextArea (8 lines)
    • vertically scrollable
    • refer to attached: sample_textarea.png
Example:
<task-node name="textArea~Comments">
     <transition to="textField~Age:" name="Any"></transition>
</task-node>

You may download 
the latest Usbong src code 
from Google Code

For those who've downloaded 
the app from Google Play,
the update will be available 
within 24hrs.

This is all for now.

Feel free to get in touch with me
for any questions, comments, 
suggestions, and concerns!
Your feedback is most welcome!

Cheers,
Mike