|
The project I'm working on has a lot of forms. So I'm developing a
form class that uses an xml file to define the layout and functionality of each
form (Clayton's Flex). But I'm having an odd problem with the login.
Initially the form works perfectly. I put in a login that's not in the
database. The login fails so I remove the current form and
replace it with a new form to inform the user that login has faiiled and a
button to return to the initial form. That works fine. But when I
re-create the login form the textInput fields don't work properly. I can
tab to them, they are highlighted but no cursor appears and when I type no text
appears. But I can copy the invisible text from the field and paste
it into notepad and it pastes what I'd expect. I can check the fields
length and get what I would expect. I can also type in the correct login
details and it goes to the login accepted page. I have done numerous test
and it shows:
mytextinput.visible = true;
mytextinput.enabled = true;
mytextinput.editable= true;
Has anyone seen anything like this before or does anyone have any
suggestion about this problem.
Bill Lane
---You are currently subscribed to fugli as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ |
