Flex ArrayCollection - accesing object methods / attributes?

In MXML package { Bindable public class AkwRep { private var _akwName:String; public function get akwName():String { return "Name: " + _akwName; } public function AkwRep(id:Number, akwName:String) { _akwName = akwName; } } } In AkwRep.as.

First of all tahnk you :) my whole AkwRep. As is bindable. Is there a reason for "_"?

– ABLX Jun 18 at 0:39 "_" is usually used for variables that use get/set functions. It's just a standard thou. If you look at flex sdk library that adobe sends out.

You'll see occurrences of it in almost every class ;) – Sean Thayne Jun 18 at 0:45 1 You have the Bindable tag above your akwList declaration? – Sean Thayne Jun 18 at 0:46 Posted some new code in my question. – ABLX Jun 18 at 0:53 Skip the Array!

;) Just use the ArrayCollection and it should work. I added code at the end of my answer to show what I mean. – Sean Thayne Jun 18 at 1:02.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions