Search:

Type: Posts; User: vielktus

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    13,428

    Ok, can we get this simple like this ? I will...

    Ok, can we get this simple like this ?

    I will use the Lightstreamer authentication, i will pass the password to the Metadata Adapter in javascript. Can i encrypt this password in connecting...
  2. Replies
    7
    Views
    13,428

    Oops, sounds a little bit tough... I use .NET...

    Oops, sounds a little bit tough... I use .NET Adapter, PHP Authentication on my web pages. When i validate the user logged in with PHP, how can i use the method notifyUser in the Metadata Adapter ?...
  3. Replies
    7
    Views
    13,428

    Ok, let me explain this more clearly. I have a...

    Ok, let me explain this more clearly.

    I have a web and a login page. When user 1 logged in, the web will return the code below:


    <div datasource="lightstreamer" itemname="abc">
    <div...
  4. Replies
    7
    Views
    13,428

    Permissions in Lightstreamer javascript

    Hi there,

    I have a web, this web has 2 users: admin and user1.
    My web got 3 items. Now i want user1 only see 2 items. and only the admin can see all 3 items.

    I know that i can generate HTML...
  5. Replies
    7
    Views
    10,651

    Okay never mind, i got this :d . By the way,...

    Okay never mind, i got this :d . By the way, please help me one more thing. I got the Run method below:



    public void Run()
    {
    go = true;
    int c = 0;
    Random rand = new...
  6. Replies
    7
    Views
    10,651

    Okay okay. I have a database (SQL Server...

    Okay okay.



    I have a database (SQL Server 2008) and a table. I have some codes (C#) to insert rows into this table. Random seconds per row.
    On the web client, i have three Items, which has...
  7. Replies
    7
    Views
    10,651

    The example you gave me is too tough, i cant...

    The example you gave me is too tough, i cant understand all those codes.
    My problem is only how to stream parallely. Lets say, i have one more item "greetings2". Its "message" and "timestamp"...
  8. Replies
    7
    Views
    10,651

    Streaming 2 or more items parallel

    Hi,

    I got this code from the ".NET HelloWorld Example":


    while (go)
    {
    IDictionary eventData = new Hashtable();
    eventData["message"] = c % 2 == 0 ? "Hello" :...
  9. Replies
    3
    Views
    27,438

    Okay, thanks for reply. By the way, i would like...

    Okay, thanks for reply. By the way, i would like to ask one more questions.
    The Adapter config in HelloWorld Example consists of Meta Adapter and Data Adapter. I see we can config port in Data...
  10. Replies
    3
    Views
    27,438

    Waiting for connection port 7001 and 7002

    Hi there,

    Im deploying my Lightstreamer Server using ARI. Im doing exactly as the demo ARI guide.

    When i start the Lightstreamer, the console says that its "Waiting for connection port 7001 and...
  11. Replies
    6
    Views
    32,831

    You've just saved my day, you know :D Thanks so...

    You've just saved my day, you know :D Thanks so much:D
  12. Replies
    6
    Views
    32,831

    Okay, good news, i found it but still dont know...

    Okay, good news, i found it but still dont know how to fix :confused: It might include in the javascript

    I copied lightstreamer.js in the one works to my Web App Folder (Im using Code Igniter for...
  13. Replies
    6
    Views
    32,831

    Okay, thats my bad :d. Im using AMD. But now i...

    Okay, thats my bad :d. Im using AMD. But now i choose Global as you said. But its still no hope. I figure out this:

    This script Works:

    <!DOCTYPE html><html>
    <head>
    <title>Hello World...
  14. Replies
    6
    Views
    32,831

    Using Lightstreamer with Apache

    Hi guys,
    I cant connect my index.html with Lighstreamer Adapter
    My current configs below:

    Lightstreamer Server (192.168.247.13:8080) -->> Apache Server (192.168.247.14)

    My index.html:...
Results 1 to 14 of 14
All times are GMT +1. The time now is 04:19 PM.