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

SaltedIceCream
SaltedIceCream
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by SaltedIceCream
Customize the badges you want to showcase on your profile
Re: DataService Fill Operation Completion - Adobe LiveCycle 17-07-2007
Mete & Peter,Thanks for the quick response; just what I was looking for.Andrew R

Views

104

Likes

0

Replies

0
DataService Fill Operation Completion - Adobe LiveCycle 16-07-2007
How can you determine exactly when a Flex DataService filloperation has completed?ex:dsDataService.fill(arrayList, 'flex:hql', 'Fromcom.package.Object);trace(arrayList.length); // <-- This returns 0***while(arrayList.length < 1) {} // <--- This never endsThe trace returns 0 but if I wait a second or two beforecalling it it returns with the correct size of 30.The arraylist will also successfully bind to a datagrid.Can I do something with the AsyncToken that is returned fromthe fill to know when t...

Views

569

Likes

0

Replies

4