Search:

Type: Posts; User: Cyro

Search: Search took 0.02 seconds.

  1. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    it finally works. I get the required graph. And...

    it finally works. I get the required graph. And it closely resembles sent values. I thank you for your help.

    I'll go play with Flex to see if I can create a little more dynamic graph and...
  2. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    I've done what you said but still have nothing....

    I've done what you said but still have nothing. Firebug found error on

    pushpage.addtable(gTable,"graph");

    so I changed it to the already defined lsPage. Now I don't get error but neither do I...
  3. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    nvm I got it to work and on the other side I get...

    nvm I got it to work and on the other side I get this something like this:

    (the values overwrite! but this is just example in which way they go.

    Anyway - time is advancing 0.01 and...
  4. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    and I got one new idea. I changed the timestamp...

    and I got one new idea. I changed the timestamp above into float value that increases by 0.01 and represents time since beggining of stream. I believe I can use it as X axis. But I cannot accept it...
  5. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    I've added the line to push timestamp on the...

    I've added the line to push timestamp on the adapter but I still get only the value for presentation. Here's the code part:


    That part of code is in while loop. Now... The problem is that...
  6. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    p.s. I would use Flex since it looks better but I...

    p.s. I would use Flex since it looks better but I don't even know where to start with it since I'm a total stranger. I understand a little from your example but that's far from anything usable.
  7. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    p.s. I would use Flex since it looks better but I...

    p.s. I would use Flex since it looks better but I don't even know where to start with it since I'm a total stranger. I understand a little from your example but that's far from anything usable.
  8. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    ok here's the thing. I'm simulating ECG...

    ok here's the thing. I'm simulating ECG (electrocardiogram) and I get a set of numbers ranging from -1 to 1. In adapter I send ONLY that value. No timestamp or anything. Value is generated (read from...
  9. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    I'm digging through the code but have two...

    I'm digging through the code but have two questions. My adapter changes data very rapidly. Every 0.01 seconds. Can the client plot that recieved data that fast? And second - can CLIENT create...
  10. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    I did it. Had a smaaaaaaall but very significiant...

    I did it. Had a smaaaaaaall but very significiant error. My file reader was not reading well. And subscribe name was different. Now it works and sends data.

    Well then, now I have another...
  11. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    looks like subscription method isn't even...

    looks like subscription method isn't even called!! I've put a breakpoint on every single line of the subscription method. Nothing. I get that trace when I activate page in browser but looks like it...
  12. Replies
    18
    Views
    76,104

    First I'd like to thank you for your help. ...

    First I'd like to thank you for your help.

    Next - I followed your guide for debugging but Eclipse debugger seems to just pass through my breakpoints. In debug dialog, on arguments folder, do I...
  13. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    ok I got the server to send something. Problem...

    ok I got the server to send something. Problem indeed was with the client. Here's proof that he is transmitting:



    But I still get only loading. Looks like client is not interpreting correctly....
  14. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    Is this what you need? I would dare to say...

    Is this what you need?



    I would dare to say that problem is with client.
  15. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    no debugging errors. not one. but still no luck....

    no debugging errors. not one. but still no luck. page can be opened in browser but looks like either data adapter is not streaming OR client is not recieving because I get the page with heading and...
  16. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    I tryed the line you gave me and nothing new...

    I tryed the line you gave me and nothing new happened. Problem is that server doesn't list any errors, data adapter didn't list any errors before compiling or after for that matter and Evrsoft front...
  17. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    nvm the question. I got it to work. BUT when I...

    nvm the question. I got it to work. BUT when I try http://localhost:8080/Simplest I just get Loading and nothing moves. I don't know is it actually streaming or not. If you've got a little time...
  18. Thread: Action script

    by Cyro
    Replies
    30
    Views
    52,284

    Action script

    Greetings I'm new here and I have a question. I'm working on application that allows steraming of data between two endpoints. I took example data adapter created by Mone and adapted it to read from...
Results 1 to 18 of 18
All times are GMT +1. The time now is 08:53 AM.