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

lowroller
lowroller
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
10

Discussions

Discussions
6

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lowroller
Customize the badges you want to showcase on your profile
Re: I Need Assistance with a Hierarchical Collection - Adobe LiveCycle 06-08-2007
My function to add playerpublic function createAssociationsByObjectGraph():void { party = new Party() party.name = "party1"; party.tables = new ArrayCollection(); party.tables.addItem(new Table()); party.tables.addItem(new Table()); party.tables.getItemAt(0).players = new ArrayCollection(); player = new Player(); player.firstname = "Apple"; player.lastname = "Red"; party.tables.getItemAt(0).players.addItem(player); player = new Player(); player.firstname = "Bananna"; player.lastname = "Yellow"; ...

Views

178

Likes

0

Replies

0
Re: Web Service Call Fails on First Attempt - Adobe LiveCycle 10-05-2007
I finally found an example which shows how to handle the webservice "result." Please see the example at http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=582

Views

182

Likes

0

Replies

0
Web Service Problems - Adobe LiveCycle 07-05-2007
Thanks for the reply. I found an example which uses an arrayof objects in the .Net web service. The solution can be seen at http://weblogs.asp.net/astopford/articles/106476.aspx.

Views

231

Likes

0

Replies

0
Re: How Can I Simultaneously Play An SWF File On Mutiple Clients - Adobe LiveCycle 26-03-2007
Hi Jeffrey,Thank you for your response.Since I posted, I have realized that my code works asexpected if I use multiple machines. It is only when I open severalinstances of IE on my development machine that I have problems. Iassumed that each instance of IE on my development machine wouldact as an individual client, but apparently that isn't the case.

Views

192

Likes

0

Replies

0