Tagged Questions
1
vote
1answer
178 views
Flex Datagrid not updating
The question:
I have an accordion with 3 index's, each containing a component. That component is always the same one (an ordinary datagrid). This datagrid receives his data through php and JSON.
Now ...
0
votes
0answers
71 views
Strange Flex 4.6 error about RPC Fault
I'm facing a very strange error message in my Flex4.6 web app. I have a datagrid which updates a MySQL db via JSON. When the user input is up to 13 records (datagrid lines), everything goes well and ...
0
votes
1answer
275 views
json to data class Flash Builder
I need to access a database using HTTP Get and in the URL have underscores and parameters starting with $ signs:
"https://mydataservice/__query&$format=json"
I tried every thing but Flash ...
0
votes
1answer
265 views
Counting elements in JSON array, which is in an Object
I have a pure ActionScript 3 problem, but the simplified test case I've prepared is in Flex 4 for better visibility (the source code is below):
Since Flash Player 11 / AIR 3 support JSON natively, ...