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

Dr_Khaled
Dr_Khaled
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
4

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dr_Khaled
Customize the badges you want to showcase on your profile
From Adobe Workspace+Flex : ArrayCollection to ArrayList - Adobe LiveCycle 06-04-2011
Hi allI have created a flex application which sends an ArrayCollection to LCDS 3.1 installed on JBoss. This ArrayCollection is converted into ArrayList which successfuly is converted into Array by a server java program.The Problem:I incorporate the flex application into Adobe LC PBM ES 2.5. The first time, I execute the process, the flex application is executed successfuly and the ArrayCollection is converted into ArrayList which is also converted into Array. The second time, I execute the proce...

Views

413

Likes

0

Replies

0
JBoss LCDS ArrayCollection ArrayList ArrayStoreException - Adobe LiveCycle 05-04-2011
Hi,I have developed a flex application that uses LCDS on Tomcat. This application works fines.But, after I have deployed the flex application to JBoss, the following happend:1. My flex application sends an arrayCollection using RemoteObject to a java program which receives the arrayCollection as an arrayList. I convert the arrayList into array and save trhat array into the database. This works fine.2. If I only press Save Button to carry out the same procedure as in Step 1, I receive an error wh...

Views

662

Likes

0

Replies

0
ArrayCollection to Java ArrayList to database - Adobe LiveCycle 02-01-2007
Hi Every bodMy MXML program sends an array collection to java methodsuccessfully. But, how I can read in java each attribute of eachobject of the java array list in order to store them?ThanksBest regardsDr. Khaled

Views

210

Likes

0

Replies

0
Re: How to wait for the result of java Remote Object - Adobe LiveCycle 02-01-2007
I think you are looking fort that :( from my application )dataService.fill(maxPrice, 'maxPrice');dataService.addEventListener(ResultEvent.RESULT,resultEventHandlerMaxPrice);private function displayData(event:ResultEvent):void { display.display(this.products); }So I have an event which is waiting for the result before doanything

Views

160

Likes

0

Replies

0
Re: [object, Object] in datagrid whose dataprovider is an ArrayCollection - Adobe LiveCycle 02-01-2007
it sounds to me that your ArrayCollection contains an Objectsinstead of String or integers or floats that the data grid canrender easily. You will have to specifically reference the objectproperty (inside the arraycollection) you wish to map in thecolumns property(s) of the Datagrid.have a look here.http://livedocs.macromedia.com/flex/2/docs/00000594.html

Views

146

Likes

0

Replies

0
RemoteObject+ArrayCollection+DataGrid - Adobe LiveCycle 18-12-2006
Hi EverybodyI have created a simple MXML application which simplyretreive data from a java remote object which reads oracle DBMS.The data are provided to the MXML data grid. But, when I try to useArrayCollection as it has been explained in the Adobe Developermanual, it did not work. Any idea or an example of how to useRemoteObject+ArrayCollection+DataGrid?Best regardsDr Khaled

Views

276

Likes

0

Replies

0