Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: DynaScrollTable

Hybrid View

  1. #1
    Member
    Join Date
    Dec 2009
    Location
    athens
    Posts
    14
    Hi , i will wait for the final release , as i work some pages i need with previews versions

    Thanks

  2. #2
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Just to inform you that the final release is now online: http://blog.lightstreamer.com/2012/0...-is-now_3.html

  3. #3
    Member
    Join Date
    Dec 2009
    Location
    athens
    Posts
    14
    Hi I am trying to setup with the latest version the grid-table and the scroll-list for same items subscriptions
    bat i don't think that i have see any change

    page1
    var stocksGrid = new StaticGrid(tableName,true);
    stocksGrid.forceSubscriptionInterpretation();
    ........
    var stockSubscription = new Subscription("MERGE",stocksGrid.extractItemList(), stocksGrid.extractFieldList());
    stockSubscription.addListener(stocksGrid);



    page2
    var scrollGrid = new DynaGrid("scrollTable1",true);
    scrollGrid.forceSubscriptionInterpretation();
    ..........
    var scrollSubscription = new Subscription("DISTINCT",page1Group,stocksSchema);


    thanks

  4. #4
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Betasec,
    with the latest version you can not yet subscribe the same item both in MERGE and DISTINCT mode, but you can change the behavior of visual objects by the forceSubscriptionInterpretation(interpretation) method.

    So, please, try this pieces of code:

    page1:



    page2:

 

 

Similar Threads

  1. Formatting of unchanged values in "DynaScrollTable"
    By hofmanna in forum Client SDKs
    Replies: 5
    Last Post: January 14th, 2010, 10:02 AM
  2. DynaScrollTable
    By georgeeapen in forum Client SDKs
    Replies: 2
    Last Post: April 9th, 2009, 12:19 PM
  3. DynaScrollTable
    By georgeeapen in forum Adapter SDKs
    Replies: 0
    Last Post: April 8th, 2009, 09:22 AM
  4. DynaScrollTable example
    By kastis in forum Client SDKs
    Replies: 2
    Last Post: April 3rd, 2007, 06:58 PM

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 08:14 PM.