Results 1 to 4 of 4

Thread: Hi

  1. #1
    Member
    Join Date
    Nov 2011
    Location
    Mty
    Posts
    10

    Hi

    Is there an example?, in objective c, to get dynamic items, i saw and also have, several examples with static kind of items, in which, i know what items i have to update.

    I saw the html example, and they called in table, NonVisuableTable type, these is the one that i have to looking for, kind of dynamic request in which i don't know the name of the item.

    Thanks in advance

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,090
    Could you provide us with an example use case?

    For instance, one case in which you don't know in advance what you need to subscribe to is a user portfolio, because new lines can enter or exit the portfolio at any time.
    For such cases, we provide COMMAND mode: the client still subscribes to a known item, but this item represents the entire portfolio table, so that item updates may consist in adding or removing rows (obviously, the Data Adapter must forge the updates in the proper way).
    You can check the case on the basic portfolio demo.

    Anyway, none of these advanced features have been ported to objective C.

  3. #3
    Member
    Join Date
    Nov 2011
    Location
    Mty
    Posts
    10
    I do not have an example, but i can try to translate .Net scenario and make my own portafolio, using command mode.

    Can i have the code basic portfolio demo in .Net?

    Let me ask in the appropriate link, thanks Dario.

    Greetings

  4. #4
    Member
    Join Date
    Nov 2011
    Location
    london
    Posts
    1
    Hi guys, here is one more newbie for this platform. For me this forum sounds really interesting as have seen some really informative threads, which were worth reading. Think you guys are just amazing with the facts and the experience you share here…hope will have a good time here.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 09:08 PM.