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

jamie_ho
jamie_ho
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jamie_ho
Customize the badges you want to showcase on your profile
DataServiceTransaction.refreshFill() doesn't trigger event on ActionScript side - Adobe LiveCycle 24-05-2007
Hi,I have an event handler that gets called when I call fill()in ActionScript:dsServers.addEventListener(ResultEvent.RESULT,serverResultHandler);However, this event handler does not get called when I callDataServiceTransaction.refreshFill() from the server side code(Java). Is this a bug? If no, what is the proper way to detect whendata is pushed from the data to the client. Thanks,Jamie

Views

290

Likes

0

Replies

0
Re: fill() returning empty ArrayCollection - Adobe LiveCycle 18-05-2007
I found the answer to my own question. This was just a racecondition. You can't read the size of the ArrayCollection rightaway. The list takes a while to populate.

Views

95

Likes

0

Replies

0