Notes for Flex
The descendant accessor operator represented by a .. provides an easy way for you to access any properties int eh XML structure that are stored under the named node, regardless of where the node is in the hierarchical structure. in the case of ..product – the product is stored under the category node, but because you are using the descendant accessor (..) operator, you can reference all of the information stored int eh product node, even though the product node is sstored under the category node. The information is found regardless of where it is in the data structure.
Slogging through Flex
just a note to remind me later when I can’t find this reference. [Bindable] – The [Bindable] metadata tag, when specified in front of the class keyword, means that every proper;ty in the calss can be bound to controls or other data structures. Metadata is a term used to refer to data that describes other data. When a property is specified as [Bindable], Flex framework will automatically copy the value of the source property to any destination property when the source property changes. Instead of specifying the whole class as [Bindable], you can specify individual properties. oh yeah and a big fuck you to all you spammers out there. —————- Now playing: Various Artists – Cream Ibiza (Mixed By Paul Van Dyk) [Continuous Mix 1] via FoxyTunes



