Hello everyone,
I am new to MoSync and am running MoSync nightly build r1755.
I have seen the examples, but I can't see to find an example demonstrating how to read the user inputs from editboxes. I noticed the class MAUI::EditBoxListener in Editbox.h, but no related examples. For example, if I am doing a + b = c, when user inputs numbers in EditBox a and EditBox b, EditBox C (or a Label type) will display the result.
Does anyone know how this can be done?