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

Thread: DynaScrollTable

  1. #11
    Member
    Join Date
    Dec 2009
    Location
    athens
    Posts
    14
    Hi ,
    first off all thanks it will be very helpful to add the method , the code is not working even with the latest build 1561,
    in the meanwhile i am ok because i use the old client on the pages i want to scroll table
    I expecting news
    Thanks

  2. #12
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi,
    I just deployed the rc version of the JS library including the promised method on our website.
    You can download the lib from here http://www.lightstreamer.com/demo/co...ghtstreamer.js or just wait a week or so for the final official release.

    You can use the method like this:



    (call it before setting the grid as listener for a Subscription as for the method call to be accepted you need to have an empty grid)

  3. #13
    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

  4. #14
    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

  5. #15
    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

  6. #16
    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, 11:02 AM
  2. DynaScrollTable
    By georgeeapen in forum Client SDKs
    Replies: 2
    Last Post: April 9th, 2009, 01:19 PM
  3. DynaScrollTable
    By georgeeapen in forum Adapter SDKs
    Replies: 0
    Last Post: April 8th, 2009, 10:22 AM
  4. DynaScrollTable example
    By kastis in forum Client SDKs
    Replies: 2
    Last Post: April 3rd, 2007, 07: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 09:44 PM.