Search:

Type: Posts; User: DarioCrivelli

Search: Search took 0.03 seconds.

  1. Replies
    21
    Views
    58,383

    Sorry to insist on this point, but I'm still not...

    Sorry to insist on this point, but I'm still not sure that there is no misunderstanding (maybe because of my foreign english).
    If you log your events at the entrance of your "PushData" function
    and...
  2. Replies
    21
    Views
    58,383

    I can't say I know your code, as the relevant...

    I can't say I know your code, as the relevant part of the code (that is, where the WndProc is called) is not reported
    and I guess it is GUI related code, which I'm not an expert of.

    From...
  3. Replies
    21
    Views
    58,383

    I see you avoid to invoke _listener.Update from a...

    I see you avoid to invoke _listener.Update from a critical thread (as the one running WndProc seems to be).
    However, the Update call implementation also enqueues the values, so that they are...
  4. Replies
    21
    Views
    58,383

    If I understand well, you are complaining about...

    If I understand well, you are complaining about the absence of an event for 08:19:42.
    The log shows that such event is missing in the flow from the Data Adapter, hence it is not filtered because of...
  5. Replies
    21
    Views
    58,383

    I warned about synchronization issues with...

    I warned about synchronization issues with relation to my suggestion of putting a pointer to the Data Adapter on a static variable. I did it just in case.
    If you, after revising your code, can now...
  6. Replies
    21
    Views
    58,383

    The SocketToLightStreamer class should not be...

    The SocketToLightStreamer class should not be instantiated directly.
    Exactly one object of this class is internally created by the Lightstreamer Remote Adapter Library.
    If you get data from outside...
  7. Replies
    21
    Views
    58,383

    The snippet does not fully describe the test,...

    The snippet does not fully describe the test, because the

    instruction asks the library to find all items and fields defined in the push cells, which are in the HTML part of the page.

    To get a...
  8. Replies
    21
    Views
    58,383

    Defining multiple Data Adapters and sending all...

    Defining multiple Data Adapters and sending all their data to a single client page is not possible at the moment, though it will become possible with the next release of the software.
    However, you...
  9. Replies
    21
    Views
    58,383

    Getting data from an external process is the...

    Getting data from an external process is the usual scenario.
    However, you have to obey the Data Adapter interface, based on "subscribe" and "unsubscribe" to data "items". Hence, depending on the...
Results 1 to 9 of 9
All times are GMT +1. The time now is 07:37 AM.