Expand my Community achievements bar.

dimival
dimival
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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 se...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    6
  • 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 Sa...

    Type

    Discussions

    Views

    880

    Likes

    0

    Replies

    0
  • 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?

    Type

    Discussions

    Views

    880

    Likes

    0

    Replies

    1
  • 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 fillParameter...

    Type

    Discussions

    Views

    880

    Likes

    0

    Replies

    3
  • 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 cal...

    Type

    Discussions

    Views

    880

    Likes

    0

    Replies

    0
  • 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...

    Type

    Discussions

    Views

    1.5K

    Likes

    0

    Replies

    9
  • 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?

    Type

    Discussions

    Views

    474

    Likes

    0

    Replies

    0
  • 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 = Test...

    Type

    Discussions

    Views

    474

    Likes

    0

    Replies

    2
  • 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 i...

    Type

    Discussions

    Views

    586

    Likes

    0

    Replies

    0
  • 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?

    Type

    Discussions

    Views

    335

    Likes

    0

    Replies

    0
Top badges earned by dimival
Customize the badges you want to showcase on your profile