Expand my Community achievements bar.

Bill_QE
Bill_QE
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • You are right, the setProducerSubtopics control the messages routing no matter that the client has collection which matches the addItemToFill's fillparameters. I thought it was too many messages send to client if the client didn't have the relevant fill.  However, it is how it works.  It is same as ...

    Type

    Questions

    Views

    535

    Likes

    0

    Replies

    0
  • Thanks for bringing this up. I just tested addItemToSync using different sets of fillParameters.I had fill(collection1, "abc") and fill(collection, "123");  I called with "abc", I got a message event and the "abc" filled collection updated(not the "123 filled collection").   It was correct.  I calle...

    Type

    Questions

    Views

    540

    Likes

    0

    Replies

    0
  • Do you mean that dst.addItemToFill(destination, ["abc"], 0, item) makes the item go into both collections where there are 2 fills on client?  ds.fill(collection1, "abc");ds.fill(collection2, "123");William

    Type

    Questions

    Views

    538

    Likes

    0

    Replies

    0
  • Hi,From the manual sync document"Note: When you manually route messages, you cannot use the autoRefresh fill capability. Instead, if you want to update fills you must put in calls to manually manage fill membership."addItemToFill and removeItemFromFill are methods to manage fill membership, but crea...

    Type

    Questions

    Views

    537

    Likes

    0

    Replies

    0
  • I read your response several time. I didn't see anything wrong. The rtmp channel is defined in your services-config.xml<channel-definition id="my-rtmp" class="mx.messaging.channels.RTMPChannel">            <endpoint url="rtmp://{server.name}:2037" class="flex.messaging.endpoints.RTMPEndpoint"/>     ...

    Type

    Questions

    Views

    662

    Likes

    0

    Replies

    0
  • Hi Shally,What application server do you run your app on? Did you try moving the lcds samples to your application to see whether it work?  Can I see your destination definition in your configuration file? I would also like to see how do you define your DataService in your app.  Did you use Flex buil...

    Type

    Questions

    Views

    660

    Likes

    0

    Replies

    0
  • There is a hierarchical-events setting which may able to solve your problem. As what you  found in Ed's response, the account only has property change event when there is membership change of transactions.  If your account balance is derived property which calculate the sum of the transaction. The b...

    Type

    Discussions

    Views

    644

    Likes

    0

    Replies

    1
Top badges earned by Bill_QE
Customize the badges you want to showcase on your profile