Search:

Type: Posts; User: markgoldin

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    5,800

    Help with error

    03-Nov-08 16:33:04,305 |ERROR|rs.remote.data.RemoteDataProvider|Timer-3 |Exception caught while subscribing to item 'floorupdate'...
  2. Replies
    2
    Views
    9,763

    I got new license and it's working, thanks.

    I got new license and it's working, thanks.
  3. Replies
    5
    Views
    24,325

    No, sorry, I dont, but I can provide any detail...

    No, sorry, I dont, but I can provide any detail you would need.
  4. Replies
    2
    Views
    9,763

    Problem configuring new Moderato

    I have downloaded new LS version.
    I have followed intsructions to configure a free version: lincense file and conf file with both lincense and userId. But I am getting:
    icense not valid (7)....
  5. Replies
    5
    Views
    24,325

    Here is my startup page: ...

    Here is my startup page:
    <html>

    <head>
    <HTA:APPLICATION ID="oHTA"
    APPLICATIONNAME="myApp"
    BORDER="solid"
    BORDERSTYLE="none"
    CAPTION="yes"
    MAXIMIZEBUTTON="yes"
  6. Replies
    5
    Views
    24,325

    IE8 shows a small window

    When I start my push page in IE8 I see a small "ghost" page in the middle of the screen. Nothing like this in IE7. Any idea what that is?

    Thanks
  7. Replies
    21
    Views
    55,699

    Just wanna tell you that you were right, it was...

    Just wanna tell you that you were right, it was my mistake: My testing data generator is not in fact sending data every second. Unless something else, my solution is ready to go. Thank you so much...
  8. Replies
    21
    Views
    55,699

    View Post

    <Are the events equally spaced at 1 second, with holes of 2 seconds when events are lost?
    Yes, that what's happening. It goes for 20-30 events fine, then I see one event was lost, then again no lost...
  9. Replies
    21
    Views
    55,699

    Yes, I did comment out the update call. I still...

    Yes, I did comment out the update call. I still had lost data, I would say less then with updates but still there was lost data. Knowing my code would you recommend anything to preotect from losing...
  10. Replies
    21
    Views
    55,699

    I am going to follow your recomdations but I...

    I am going to follow your recomdations but I think the reason for missing data is that sometimes data push by the LS takes just a moment longer (means resources are still busy) and my data adapter...
  11. Replies
    21
    Views
    55,699

    Here is my latest code with which I am missing...

    Here is my latest code with which I am missing some data sometimes:
    using System.Collections;
    using System.Threading;
    using System;
    using System.Runtime.InteropServices;
    using...
  12. Replies
    21
    Views
    55,699

    View Post

    <Also note that synchronization issues may need to be considered.
    And that I think I am having a problem with. I am running a process that stupidely sends current time with an interval of one second...
  13. Replies
    21
    Views
    55,699

    Here is my latest code. I understand that you...

    Here is my latest code. I understand that you are not supporting .Net but still maybe you can give me a hint:

    using System.Collections;
    using System.Threading;
    using System;
    using...
  14. Replies
    16
    Views
    34,174

    Yes, I did that, compiler did not ask for other...

    Yes, I did that, compiler did not ask for other functions. But I haven't tested sending message yet.

    This is the code from HelloWorld .Net adapter sample:
    public void Run()
    {
    go = true;...
  15. Replies
    16
    Views
    34,174

    Ok, while I was creating...

    Ok, while I was creating MessageAwareLiteralBasedProvider class:
    using System;
    using System.Collections;
    using System.Threading;
    using System.Net;
    using System.Net.Sockets;
    using System.Text;
    ...
  16. Replies
    16
    Views
    34,174

    View Post

    <it should create an object of some custom class (let's call <it "MessageAwareLiteralBasedProvider") as the Metadata Adapter.
    You mean like this:
    MetadataProviderServer...
  17. Replies
    16
    Views
    34,174

    Ok, the exact message is: Refused...

    Ok, the exact message is:
    <INFO> Refused Request: Session error: Unsupported function from ipxxxx : xxxxport

    This is my function from the push page:
    function sendMessage(message)
    {
    ...
  18. Replies
    16
    Views
    34,174

    How do I override notifyUserMessage to have my...

    How do I override notifyUserMessage to have my code there?

    Also here is a fragment of my push page:
    ls = "";
    page.onEngineCreation = function(lsEngine) {...
  19. Replies
    16
    Views
    34,174

    But isn't sendMessage a server side method? How...

    But isn't sendMessage a server side method?
    How am I triggering it from the client (Browser)?

    Thanks
  20. Replies
    16
    Views
    34,174

    Does that require Java backend? I am running...

    Does that require Java backend?
    I am running .Net data Adapter though. Will it work then? If yes, could you please show some sample code?

    Thanks
  21. Replies
    16
    Views
    34,174

    Send data back using LS

    It could have been explained before but I have to ask this again:
    Is it possbile to send some data back to the server (data adapter) from the client page?
    If yes, any samples available?

    Thanks...
  22. Replies
    4
    Views
    9,697

    So, current version of LS will be able to work...

    So, current version of LS will be able to work with multiple adapters as long as these adapters serve different client pages?
  23. Replies
    4
    Views
    9,697

    More then one .Net adapter

    If I can run more then one .Net adapter with LS Server how do I configure a single LS instance to work with multiple adapters? If that scenario works do I need to have an executable per each .Net...
  24. Replies
    21
    Views
    55,699

    While I am working on that I have another...

    While I am working on that I have another question:
    Is it possible to hide these DIVs so they will not take any space on a page:
    <div source="lightstreamer" table="hellotable" item="greetings"...
  25. Replies
    21
    Views
    55,699

    Alright, I uderstand. I want to show a code...

    Alright, I uderstand.
    I want to show a code fragment from my modified Hello World:
    <script>
    /////////////////PushPage Configuration
    var debugAlerts = true;
    var remoteAlerts = false;
    ...
Results 1 to 25 of 41
Page 1 of 2 1 2
All times are GMT +1. The time now is 08:23 AM.