Results 1 to 10 of 15

Hybrid View

  1. #1
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    hi George,

    letting a cell disappear does not unsubscribes from the related items/fields.
    what are you doing to make your tr disappear?
    can you show me your code?

  2. #2
    Member
    Join Date
    Apr 2009
    Location
    Kuwait
    Posts
    17
    Hi,
    I am sorry its not a tr its a span.I am using a third party menu -visual css menu.In that each table which is subscribed is embedded inside a span tag.Based on the events the span is made visible and invisible.


    <ul>
    <li>
    <span class="qmcbox">
    <table border="0" id="datagrid" cellspacing="1">
    <thead>
    <tr>
    <th width="200">
    Ask#
    </th>
    <th width="200">
    Ask Volume
    </th>
    <th width="200">
    Bid #
    </th>
    <th width="200">
    Bid Volume
    </th>
    </tr>
    </thead>
    <tr id="marketOrder" source="lightstreamer" bgcolor="#ECEFF6" >
    <td width="205" align="center" >
    <div source="lightstreamer" field="1"></div>
    </td>
    <td width="200" align="center" >
    <div source="lightstreamer" field="2"></div>
    </td>
    <td width="190" align="center" >
    <div source="lightstreamer" field="3"></div>
    </td>
    <td width="205" align="center">
    <div source="lightstreamer" field="4"></div>
    </td>
    </tr>
    </table>
    </li>
    </ul>.The code works fine with chrome browser.But in IE its getting unsubscribed.

  3. #3
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    hi,

    what I need to know is how the span is made "invisible" (eg: setting its style.display to none).
    do you have the chance to let me see a page where I can see the problem?
    did you see any javascript error in your page?

  4. #4
    Member
    Join Date
    Apr 2009
    Location
    Kuwait
    Posts
    17
    i m really sorry for the late reply...i rectified the issue by creating my own tab component .Now it works fine.Thank you for the support.

  5. #5
    Member
    Join Date
    Apr 2012
    Location
    hyderabad
    Posts
    9

    Hiding subscribed items

    Hi,
    Im also looking for the same solution can you please help me on this

  6. #6
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi Karthik,

    I need the details about your case to help you:

    what happens in your case? (automatic unsubscription?)
    what are you doing to make your element disappear?
    can you show me your code?

  7. #7
    Member
    Join Date
    Apr 2012
    Location
    hyderabad
    Posts
    9
    Hi,
    Im developing a Hybrid app for mobiles. In device its not possible for me to display more than 10 records at a time. Im trying to use a pagination concept with one on-screen table(used DynaGrid) running on higher frequeny and one off-screen table with lower frequency. I subscribed two tables at the same time and i used jquery to switch between the tables. It solved my issue to some extent but when the hidden table come into live i need to increase the frequency and need to decrease the frequency of the table which is going off-screen without resubscription.

    Is there any way to do it??

 

 

Similar Threads

  1. Replies: 2
    Last Post: December 24th, 2010, 07:51 AM

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 07:51 AM.