Search:

Type: Posts; User: naitsir

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    27,386

    Thanks Dario, I will check how to set to the...

    Thanks Dario,
    I will check how to set to the settings that the browser not request a snapshot. but if you could tell me where I do this, you save me time.
    Regards,
    Naitsir
  2. Replies
    7
    Views
    27,386

    Hi Dario, thanks for you reply, the message is a...

    Hi Dario, thanks for you reply,
    the message is a simple string, at any time (that is not relevant) my LS server send a string to the subscriptor.
    on the browser, my app (javascript code) catch the...
  3. Replies
    7
    Views
    27,386

    Don't send message when refresh the browser

    Hi all,
    I have a little problem, I hope you can help me.

    My LS server send a message to the subscriptor
    the browser catch the message and reload the browser
    when the browser finished loading,...
  4. Thread: Priority task

    by naitsir
    Replies
    8
    Views
    15,480

    great! this sound promising, i will research...

    great! this sound promising, i will research about it.

    thank you very much for your help.
    sorry for the inconveniences

    Naitsir
  5. Thread: Priority task

    by naitsir
    Replies
    8
    Views
    15,480

    hi Mone, not necessarily the DB have to tell to...

    hi Mone,
    not necessarily the DB have to tell to my listener that execute a query to the DB. Could be another Java Class (runs at any time)
    eg. LS server is running with my JavaAdapter waiting...
  6. Thread: Priority task

    by naitsir
    Replies
    8
    Views
    15,480

    thanks for your reply Mone, i agree with...

    thanks for your reply Mone,



    i agree with you, that is why i seek another solution to an infinite loop.

    i not quite understand your reply, how can DB tell to my JavaAdapter that some tables...
  7. Thread: Priority task

    by naitsir
    Replies
    8
    Views
    15,480

    thanks for your reply DarioCrivelli. this is...

    thanks for your reply DarioCrivelli.

    this is the situation (sorry for my english)

    1st problem
    a user subscribes to LS (Lightstreamer). then my Javaadapter has an infinite loop querying the...
  8. Thread: Priority task

    by naitsir
    Replies
    8
    Views
    15,480

    Priority task

    hi all, i hope you can help me.
    i have my Java Adapter and all works fine, but now i need to implement task with priority.
    ie, i need to tell to Java adapter there are some task that must be...
  9. Replies
    4
    Views
    9,995

    thanks!!! this solve my problem!!!! bye.

    thanks!!! this solve my problem!!!!

    bye.
  10. Replies
    4
    Views
    9,995

    ok, well the code is the same as in helloworld...

    ok,

    well the code is the same as in helloworld with a connection to DB



    run(){
    while(go){
    sSql = "select id,value from table where state=1";
    rs = stmt.executequery(sSql);
  11. Replies
    4
    Views
    9,995

    problems with repeated messages

    hi,

    i'm not sure if this belongs here or the webclient subforum.

    this is the scenario,
    the web client creates a subscription on my Java adapter, the first time, the java adapter sends two...
  12. Replies
    5
    Views
    14,475

    thanks for your help :)

    thanks for your help :)
  13. Replies
    5
    Views
    14,475

    i have another doubt, if there are not clients...

    i have another doubt,
    if there are not clients subscribed to an item, where can i define the subscription lifetime for that item??
    after that time, perform unsubscribe the item.

    see you.
  14. Replies
    5
    Views
    14,475

    Hi Mone, thanks for your help, you were right...

    Hi Mone,
    thanks for your help, you were right :)
    i change a little the code to create and obtain the same item name for the same user, now all works fine :D

    regards.
  15. Replies
    5
    Views
    14,475

    Refresh browser problems

    hi again,

    :o sorry for the inconveniences

    i have another inexplicable problem. this is the scenario:
    i create a master push page with a nonvisualtable (something like the examples show,...
  16. thank you very much, i read that part, but i had...

    thank you very much, i read that part, but i had not entirely clear, thanks for your help, now works.

    regards.
  17. i think i identified the problem, i'm not sure if...

    i think i identified the problem, i'm not sure if this is a bug or not.

    the problem occurs when i put the "LS" folder (with JS libraries of Lightstreamer) into a "lib" folder. something like this:...
  18. here is my push code ...

    here is my push code



    <html>

    <head>
    <title>Hello World with Lightstreamer</title>
    <script language="JavaScript" src="LS/lscommons.js"></script>
    <script language="JavaScript"...
  19. hi again, i have a new and strange error :( ...

    hi again,

    i have a new and strange error :(

    well, I managed to create an application in the following path
    www.mydomain.com/myapp/lsAlarms.php --> master push-page
    everything works in this...
  20. thanks for your help, i work with MERGE mode. i...

    thanks for your help, i work with MERGE mode.
    i try to work with a string, the problem is i need to pass a lot of data and analyze this information and analyze this information. i see the way to do...
  21. well, i try to create a NonVisualTable with a...

    well, i try to create a NonVisualTable with a group and schema and the subscription mode is COMMAND, when i try to run this an alert show me with this message



    when i change the mode to MERGE...
  22. how to send a LS server message to a javascript function like a json parameter

    hi all,
    now i'm working with javascript code, i reed the Web Client Dev and i see the jsdoc.
    i can't find a way to send the message from my javaadapter to a javascript function.

    i created my...
  23. Replies
    13
    Views
    19,639

    thank you very much for your answers, are highly...

    thank you very much for your answers, are highly informative.
    i try to implement this, is a bit difficult because i don't have practical examples :(

    see you and thanks again
  24. Replies
    13
    Views
    19,639

    yes, i read this page, according to the diagram,...

    yes, i read this page, according to the diagram, i see it's necessary to send the username and password at least once, then the LS server send to the cliente a session_id.

    about the SSL...
  25. Replies
    13
    Views
    19,639

    i checked the documentation and i'm not happy to...

    i checked the documentation and i'm not happy to send the username and password via javascript :(
    is there a way to protect this information? i thought about sending this information encrypted and...
Results 1 to 25 of 33
Page 1 of 2 1 2
All times are GMT +1. The time now is 01:56 PM.