Search:

Type: Posts; User: markgoldin

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    35,334

    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;...
  2. Replies
    16
    Views
    35,334

    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;
    ...
  3. Replies
    16
    Views
    35,334

    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...
  4. Replies
    16
    Views
    35,334

    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)
    {
    ...
  5. Replies
    16
    Views
    35,334

    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) {...
  6. Replies
    16
    Views
    35,334

    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
  7. Replies
    16
    Views
    35,334

    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
  8. Replies
    16
    Views
    35,334

    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...
Results 1 to 8 of 8
All times are GMT +1. The time now is 01:22 PM.