Expand my Community achievements bar.

dimival
dimival
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have this weird issue and i can't figure it out, let meexplain:I have a java object A which has a HashMap variable myMap,this map will hold objects of class B. Inside B there is aninstance of C class. In ActionScript i have the corresponding classA which has a variable myMap but since there is no ...

    Type

    Discussions

    Views

    429

    Likes

    0

    Replies

    0
  • I have a Java backend which throws custom Exceptions and ishow them in flex like this:Alert.show(error.fault.rootCause.message) where error is theFaultEvent

    Type

    Discussions

    Views

    390

    Likes

    0

    Replies

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

    873

    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

    873

    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

    873

    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

    873

    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.4K

    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

    582

    Likes

    0

    Replies

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