Because we use include files to save typing. From: [email protected] [mailto:[email protected]] On Behalf Of Andriy Panas Sent: Thursday, January 15, 2009 2:00 AM To: [email protected] Subject: [flexcoders] "setSelection" method is missing from IUITextField interface? (Flex SDK 3.1)
Dear all, In my code I have variable typed as IUITextField /* The internal IUITextField that renders the text of this text control. */ protected var textField : IUITextField; In Flex Builder I am able to select with code complete feature "setSelection" method on typed variable with IUITextField type and then my project compiles just fine. But I am wondering why I could not locate declaration of "setSelection" method inside of source file IUITextField.as file supplied with SDK? -- Best regards, Andriy Panas

