google-code-export / haxegui

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

Input component can't be changed #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ok... in r270
Input component can't be changed...
I think it's caused by textField.type that should be INPUT not DYNAMIC

Original issue reported on code.google.com by alijayameilio on 15 Aug 2009 at 1:04

GoogleCodeExporter commented 9 years ago
10q, fixed. inputs now always right type, only selectable changes.

tf.selectable = ! disabled;
tf.type = TextFieldType.INPUT;

Original comment by gershon%...@gtempaccount.com on 21 Aug 2009 at 1:41