Multiple Bindings error


i have created multiple arraycollections seen in code below. public vars. use arraycollections bindable data datagrids , text fields throughout program.

[bindable]
public var categories:arraycollection=new arraycollection
public var targetgriddata:arraycollection=new arraycollection
public var targetgridarray:arraycollection=new arraycollection

why binding work on var categories in above code (first var created)? thought bindable apply public var created below it? in addition, when try , add [bindable] below categories create next 1 bindable throws error "access of undefined property bindable" documentation see plenty of examples of using [bindable] multiple times in mxml file.

thanks in advance help!

having same problem.


More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums