yang-le / simple

Automatically exported from code.google.com/p/simple
0 stars 0 forks source link

Orientation Change #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When the orientation of the phone is changed, then the content of a text 
field ist not restored. 

1. Define/Compile/Install the following simple program
$Properties
$Source $Form
$Define Test $As Form
Layout = 1
Layout.Orientation = 1
$Define t $As TextBox 
$End $Define
$End $Define
$End $Properties

2. Start the program and Edit the content of the text field

3. Change the orientation
=> then the text is lost.

Original issue reported on code.google.com by dominik....@gmail.com on 6 Aug 2009 at 12:45