OK, I am passing a complex object from my .NET library to my Flex application via WebOrb. In order to automatically translate, I am using the [RemoteClass] meta data tag as follows:
I know this one might be easy but I couldn\'t figure out. I have a List control that retrieve multiply data from Mysql. When a use clicks the data on List, The datagrid will display the data and the
I am working on a function to generate a form at runtime in Flex based on a call to the DB. The call to the DB returns the field types, id, tooltips etc as an arraycollection, the arraycollection is t
I have xml file with data as below and i want to convert this into Flex ArrayCollection including the id and name of the tags. I am using httpService to get the file.
got a reference to an arrayCollection and add event listener like this: collection.addEventListener(CollectionEvent.COLLECTION_CHANGE, onCollectionChange);
I am using flex SDK 3.5. I have model.as and in it i have an ArrayCollection (name it arr_mod) which is Bindable.
Lets say I have the following array: my_array = [1, 5, 8, 11, -6] I need to iterate over this array and add the values prior to the current value together.An example will probably be easier to unde
I want to store few strings into an array using ArrayList. How can I store all the strings at once without using Add function every time. Is it somewhat related to interface I开发者_运维问答Collecti
i get this error when i retrieve an XML that only 开发者_StackOverflow社区has 1 node (no repeating nodes) and i try to store in an ArrayCollection. -When I have MORE than 1 \"name\" nodes...i do NOT g
how to get from such string \' name1{value1开发者_JAVA百科,value2};name2{value3}; ... nameN{value12, valueN} \'