[flexcoders] keeping server object relationships

2007-03-16 Thread dgigon
Hi everyone, Here is a simple design question on which I'd like to have your opinion : made short : How to keep server object relationships in flex when you do several calls Take an example : 2 companies, say Apple and Microsoft, have several clients, among them, say Macromedia. (relation

[flexcoders] binding to an element of an array (Flex 1.5)

2006-10-12 Thread dgigon
Hi everyone, I saw in the documentation that one can't bind to elements of an arrays. Indeed, it seems that something like label text={someArray[1]}/ does nothing. I searched through the mailing list archive and made some tests myself, but couldn't find something really simple. - The first