Search:

Type: Posts; User: giuseppe.corti

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    34,384

    Please, try to replace mySub = new...

    Please, try to replace

    mySub = new Subscription(subscriptionMode, itemList, fieldList);

    with

    mySub = new $wnd.Lightstreamer.Subscription(subscriptionMode, itemList, fieldList);
  2. Replies
    10
    Views
    34,384

    The "$wnd.Lightstreamer." prefix have to be added...

    The "$wnd.Lightstreamer." prefix have to be added every time you instantiate the "Subscription" class (just as for any other class of the library).

    new $wnd.Lightstreamer.Subscription();
  3. Replies
    10
    Views
    34,384

    Only one file needs to be included and the...

    Only one file needs to be included and the filename where you saved the generated library should match with the <script> command in HTML page.
    So, if you have saved the lib in...
  4. Replies
    10
    Views
    34,384

    Hi flybyGWT, No, no changes to the generated...

    Hi flybyGWT,

    No, no changes to the generated library, you just need be sure that the new library file is correctly pointed from html page.
  5. Replies
    10
    Views
    34,384

    Hi flybyGWT, Yes, you are right, I have tried...

    Hi flybyGWT,

    Yes, you are right, I have tried to add the gwtQuery to our GWT StockList Demo and indeed, it stopped working.
    But with a couple of tweaks it resumes to work again, in detail the...
Results 1 to 5 of 5
All times are GMT +1. The time now is 12:31 PM.