Menu

#4 Suggested direct method call does not work

open-out-of-date
nobody
None
5
2005-12-10
2005-12-10
No

Rather than using the deprecated
"Connection.Call(method.name)", the library suggests
using "Connection.method.name()". But this call does
not work.

Discussion

  • Anonymous

    Anonymous - 2005-12-10
    • summary: Suggusted direct method call does not work --> Suggested direct method call does not work
     
  • Matt Shaw

    Matt Shaw - 2005-12-10

    Logged In: YES
    user_id=961640

    This feature has been removed in the latest version because
    it has caused some problems. But the nested call will not
    work anyway:
    e.g:
    connection.methodName() will work
    connection.remoteObject.methodName() will not

     
  • Matt Shaw

    Matt Shaw - 2005-12-10
    • status: open --> open-out-of-date
     

Log in to post a comment.