Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jcbwc
jcbwc
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jcbwc
Customize the badges you want to showcase on your profile
Re: Help with Flex, Blaze and Cairngorm - Adobe LiveCycle 18-12-2008
Found the problem. ... in my Delegate I forgot toaddResponder to the AsyncToken.Before:public function getUsers():void{ var call:AsyncToken; call = service.getUsers(); Alert.show("Get users was called"); }After:public function getUsers():void{ var call:AsyncToken; call = service.getUsers(); call.addResponder(this.responder); Alert.show("Get users was called"); }

Views

124

Likes

0

Replies

0