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

dimival
dimival
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
26

Discussions

Discussions
15

Questions

Questions
11

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dimival
Customize the badges you want to showcase on your profile
Questions about deploying compressed WAR - Adobe LiveCycle 09-05-2007
I've been having issues when trying to deploy a compressedFlex application into my Weblogic Server. I read in theInstallation Guide (http://www.adobe.com/support/documentation/en/flex/2/install.html)that you need to some "hacking" to make it work but i have a bigquestion:The guide says:Locate the servlet definition for MessageBrokerServlet, andupdate the flex.write.path init-param element to specify anexisting, writeable, directory path: flex.write.path C:/bea/flexI have no clue about this, i me...

Views

753

Likes

0

Replies

6
Detecting changes made inside a fill method - Adobe LiveCycle 08-05-2007
Couldn't actually make it using the transaction.updateItem( )method, so what i did was to refill on the submitter on the resultevent and then refill on the other clients on the message event.That seemed to work but i still wonder what could be the correctapproach.I did a sample using the Flex CRM Sample application, i canemail it to you so you can check out for yourself what the realdeal is, please let me know.Diego

Views

462

Likes

0

Replies

0
Re: Detecting changes made inside a fill method - Adobe LiveCycle 25-04-2007
I thought about putting the updateItem inside the createItembut the thing is how to access the managed list from there? i mean,is it possible to access a managed list from other place that isnot the fill method?

Views

462

Likes

0

Replies

1
Re: Detecting changes made inside a fill method - Adobe LiveCycle 25-04-2007
Thanks a lot for replying, your example is being of help buti think you misunderstood my post and i still have some doubts. More than one item can be a winner, not just one, so i willhave to call an update for each item.On my fill method i have something like this:public List fill(List fillParameters){ List results = new ArrayList(); results = dao.getBids(); results = checkWinners(results); //this function checks eachitem and sets the winner porperty to true or false. return results;}So when i c...

Views

462

Likes

0

Replies

3
Re: Detecting changes made inside a fill method - Adobe LiveCycle 23-04-2007
Thanks for replying, i have been trying to solve this for aweek now. I found that changes made to items on the collection arenot detected, only added or removed items, and as you mentioned,according to documentation, you should do an update but my questionis how to do this? i mean where should i call the update, do youhave an example? I have been trying this but no success If you have an example PLEASE PLEASE help me out

Views

462

Likes

0

Replies

0
Detecting changes made inside a fill method - Adobe LiveCycle 18-04-2007
Hello, i am having troubles when using DataServices in myapp. Here'sthe thing:I have an Assembler and a DataService component that pointsto that Assembler. I have a Datagrid for showing a list of elementsand a Form for inserting new one. The DataGrid is filled bypressing a button that calls the fill method of the Assembler.The type of object i am using has a property called winnerthat is a boolean and defaults to false, the fill method obtains alist of bids from the database and before the retur...

Views

1.0K

Likes

0

Replies

9
Re: Java Collections and AS Objects - Adobe LiveCycle 16-04-2007
How did you test the toString method?I suggest this:Alert.show(""+loggedInUser.applications[0].toString());You said the Casting did work but you don't want it that way?Well what do you want then?

Views

239

Likes

0

Replies

0
Re: Java Collections and AS Objects - Adobe LiveCycle 13-04-2007
Ok try this, add a toString method to your TestApplication.asand run your application again, it should now who you the result ofthe toString method.What happens if you try to cast the Object toTestApplication?: var res:ArrayCollection = event.result as ArrayCollection;var test:TestApplication = TestApplication(res.getItem(0));Alert.show(test);Let me know if it works

Views

239

Likes

0

Replies

2
Re: Using an Object as the identity property for a destination - Adobe LiveCycle 17-01-2007
I noticed in your solution number 1 that you extend fromObject, why is that?Do all AS classes that are used for RemoteClass purposes needto extend from Object?Also i wanted to ask about the toString() method you mention,you mean to override it right?You mentioned you were writing up a bug for this issue, wasit solved on Flex 2.0.1? which bug number is it? Thanks again

Views

296

Likes

0

Replies

0
Data-management-config.xml issue - Adobe LiveCycle 08-01-2007
My question is if i can have multipledata-management-config.xml files? for a better administration i amseparating it into multiple files but when trying to access adestination it fails so i assume this is not possible, is thatright?

Views

216

Likes

0

Replies

0