Skip to Content
0
Apr 26, 2016 at 11:58 AM

Appeon Mobile: SingleLineEdit control bugs

43 Views

Appeon Mobile 2015 Build 0366

Tested with Android 4.2.2, 4.4.2 and 5.0.2

Hi All,

In https://www.dropbox.com/l/s/5lHMrXkeJrO12toyiDj3cu I have left a sample test of the three bugs I've found using the SingleLineEdit control.

I also left three videos showing how to reproduce the bugs:

Video 1) Shows how the "activate" event of a window is raised when I click in it (I change their title), but not when I change the focus pressing the "Next" button of the virtual keyboard.

Video 2) Shows random errors setting the "Text" property of the SingleLineEdit control.

The code in the "Set date" button is:

String ls

ls = string(Today())

sle_1.Text = ls

Messagebox("SLE Text set to", ls)

Messagebox("SLE Text value is", sle_1.Text)

Video 3) Shows how we can change the focus from a Response window to another window by pressing the "Next" button of a SingleLineEdit Control

Thanks!