When a text field is disabled (Enabled = False) it cannot be edited over
the keyboard, but if you point on such a field, then the on-screen
keyboard appears and the field can be edited (although not enabled).
Can be reproduced with the following simple Simple program.
- Dominik
$Properties
$Source $Form
$Define Test $As Form
Layout = 1
Layout.Orientation = 1
$Define t $As TextBox
Enabled = False
Width = Component.LENGTH_FILL_PARENT
$End $Define
$End $Define
$End $Properties
Original issue reported on code.google.com by dominik....@gmail.com on 6 Aug 2009 at 12:50
Original issue reported on code.google.com by
dominik....@gmail.com
on 6 Aug 2009 at 12:50