[flexcoders] F2: Trouble with calling a class's methods

2006-05-04 Thread John Wilker
Just getting my feet wet in Flex. I've got a main mxml file with three components. also a class file with some properties and functions.my main mxml has[bindable] public var userLogin:login = new login(); mx:ViewStack id=viewstack1 width=695 height=443 x=0 y=68 Registration

Re: [flexcoders] F2: Trouble with calling a class's methods

2006-05-04 Thread John Wilker
I made it less confusing. login.as is loginObj.asie: public var userLogin:loginObj = new loginObj();Login big L is the component.No change in behaviour however. On 5/4/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/4/06, John Wilker [EMAIL PROTECTED] wrote: [bindable] public var