Questions tagged [asynctoken]
17 questions
0
votes
2 answers
ActionScript/Flex: Why are the apply{Fault,Result} methods of AsyncToken internal?
As the title suggests, why are the applyResult and applyFault methods of AsyncToken marked mx_internal?
There have been a few times that I would have liked to use AsyncToken in my code, but I've ended up re-writing it because I don't want to force…

David Wolever
- 148,955
- 89
- 346
- 502
0
votes
2 answers
using AsyncToken and AsyncResponder
I wanna get two level results of an hierarchical structure. First results of AsyncToken is Ok,then I set a for loop and calling next level results by the same way in each loop step. Here is the problem, token2.addResponder(responder2); never return…

nadir.shpz
- 124
- 1
- 13