Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bind='true', auto='false' - not working=( #20

Open
PenguinoBandito opened this issue Feb 4, 2013 · 0 comments
Open

bind='true', auto='false' - not working=( #20

PenguinoBandito opened this issue Feb 4, 2013 · 0 comments

Comments

@PenguinoBandito
Copy link

Seems like setting auto update to false in injection meta tag is not working, it still tries to update it even without calling "bindings.invalidate(this, 'user')" =(

[code]
[Inject(source="proxy.user", bind='true', auto='false')]
public function set user(user:User):void{
if(user) //had to add this to avoid error if user == null
topPanel.user = user
}
[/code]

setter is called few times with "null" passed in before i manually invalidate 'user' field=(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant