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 04-08-2007
Instead of using read-only=true, I was able to use lazy=trueand solve the problem. Thanks again for your time. With your help,I was able to gain a better understanding of how FDS handles thesecollections

Views

178

Likes

0

Replies

0
Re: I Need Assistance with a Hierarchical Collection - Adobe LiveCycle 31-07-2007
Are you referrig to the setup in thedata-management-config.xml file? Assuming it is, I have tried thefollowing and it did not work. Is this setup as you suggested? Onceagain, thank you very much for your time!

Views

179

Likes

0

Replies

0
Re: I Need Assistance with a Hierarchical Collection - Adobe LiveCycle 30-07-2007
Here are some code snippets. Please let me know if you needadditional information. Another interesting thing I've seen is the code workscorrectly if I wait several minutes between adding new players. Itseems to be some type of timing issue in FDS. Thanks!Load the collections...private function initComp():void { parties = new ArrayCollection(); dsParties = new DataService("partyList"); dsParties.addEventListener(MessageEvent.RESULT,resultHandler); dsParties.fill(parties);} private function result...

Views

178

Likes

0

Replies

0
I Need Assistance with a Hierarchical Collection - Adobe LiveCycle 27-07-2007
Hello,I have three collections, A, B, and C. B is a collectioncontained within A, and C is a collection contained in B. When I add a new item to collection C, the item istemporarily added to the collection correctly and then thecollection is quickly replaced with the last item added. I havecome to this conclusion after watching all items(mutiple items) ofcollection C being displayed in a DataGrid correctly only to havethem replaced within a second with the last added item only.I have modeled the...

Views

804

Likes

0

Replies

9
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 Call Fails on First Attempt - Adobe LiveCycle 07-05-2007
Hi,I am calling a .Net web service from Flex and I am gettingunexpected results on the first call. The function accepts a fewparameters and returns an integer. I currently have it coded toreturn 1, 2, or 3, but it always returns 0 on the first call. Allsubsequent calls return expected results. Is this a Flex bug, or amI missing something?Thanks!

Views

569

Likes

0

Replies

2
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
Web Service Problems - Adobe LiveCycle 24-04-2007
Hi,I have a couple of questions concerning using Flex and .NETWeb Services. Thank you very much for your input!1) Inserting a Flex data service in the MXML file...According to the article at http://livedocs.adobe.com/flex/1/flex_builder_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Using_Flex_Builder&file=brady610.htm,I should be able to insert a Flex data service control by usingWindow-->Data menu item. For some reason, I don't have thisoption in Eclipse. Do I need to install something else ...

Views

486

Likes

0

Replies

2
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
How Can I Simultaneously Play An SWF File On Mutiple Clients - Adobe LiveCycle 23-03-2007
Hi,I am developing a gaming application which needs to play answf file simultaneously on all clients so all players can view thesame game action. When I play the file on a single client, the fileplays as intended. If, however, I attempt to play the file onmultiple clients, the file plays on the first client ONLY, even ifI start the file from a different client.I have included some of my code for review. Thanks!public function send():void { die1Value = Math.round(Math.random()*(6-1))+1; die2Value...

Views

426

Likes

0

Replies

2