Re: [flexcoders] stage.focus problem with input fields

2006-07-25 Thread Rick Schmitty
MAIL PROTECTED]> To: <flexcoders@yahoogroups.com> Sent: Monday, July 24, 2006 6:04 PM Subject: [flexcoders] stage.focus problem with input fields I'm having display issues after using stage.focus. I have a component that I'd like to switch from a button click to textInput as part

Re: [flexcoders] stage.focus problem with input fields

2006-07-24 Thread JesterXL
Try: inputField.setFocus(); inputField.setSelection(0, inputField.text.length); - Original Message - From: "Rick Schmitty" <[EMAIL PROTECTED]> To: Sent: Monday, July 24, 2006 6:04 PM Subject: [flexcoders] stage.focus problem with input fields I'm having displ

[flexcoders] stage.focus problem with input fields

2006-07-24 Thread Rick Schmitty
I'm having display issues after using stage.focus. I have a component that I'd like to switch from a button click to textInput as part of the functionality. The highlighted portion of the inputText varies based on the last 'known' (?) size. I've tried invalidating everything I can think of but I