Hi,

It doesn't look like your the call is reaching till
login_clickHandler(). Can you post your complete MXML?

Regards,
Venkat

On Mar 10, 9:34 am, sensex <[email protected]> wrote:
> hi!! all i am facing strange problem when i deploy mu app without release
> build it works fine but when i export a release build and then try to click
> on login icon or enter i get this error...
>
> TypeError: Error #1009: Cannot access a property or method of a null object
> reference.
> at AdminUI/__password_enter()
> at flash.events::EventDispatcher/dispatchEventFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at mx.core::UIComponent/dispatchEvent()
> at mx.controls::TextInput/keyDownHandler()
> at flash.events::EventDispatcher/dispatchEventFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at mx.managers::SystemManager/keyDownHandler()
>
> on loginhandler i am doing this...
>
> protected function login_clickHandler(event:Event):void
> {
>    identity.login(username.text, password.text, loginResult, loginFault);
>
> }
>
> what is the cause....

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to