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
fill() returning empty ArrayCollection - Adobe LiveCycle 18-05-2007
Hi,I am new to FDS and don't know why the fill() method returnsnothing, even though the assembler is returning a list of 3objects. I know the list is returning nothing because when Idisplay the length of the ArrayConnection, it's 0.I turned on debug logs and see the 3 items returned. Do youhave any tips on how I can resolve this?Is there somewhere in the config where I have to specify thatJava class A maps to ActionScript class B? I just deleted mycorresponding ActionScript class and still got t...

Views

293

Likes

0

Replies

1