using dialogArguments pops a error message

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yoramo

    using dialogArguments pops a error message

    I'm writing a 'print template' and in the script I need to use the
    dialogArguments . Every time I'm calling a method or property of the
    dialogArguments . I'm getting a dialog message with the following error.

    "The callee (server [not server application]) is not available and
    disappeared; all connections are invalid. The call did not execute."

    Why do I get this message?
    How do I fix this problem?

    Thanks in advance
    Yoramo

  • Grant Wagner

    #2
    Re: using dialogArguments pops a error message

    "yoramo" <yoramo@gmail.c om> wrote in message
    news:1104838761 .383658.19970@f 14g2000cwb.goog legroups.com...[color=blue]
    > I'm writing a 'print template' and in the script I need to use the
    > dialogArguments . Every time I'm calling a method or property of the
    > dialogArguments . I'm getting a dialog message with the following[/color]
    error.[color=blue]
    >
    > "The callee (server [not server application]) is not available and
    > disappeared; all connections are invalid. The call did not execute."
    >
    > Why do I get this message?
    > How do I fix this problem?
    >
    > Thanks in advance
    > Yoramo[/color]

    No idea. Try an SSCCE: <url: http://www.physci.org/codes/sscce.jsp />

    --
    Grant Wagner <gwagner@agrico reunited.com>
    comp.lang.javas cript FAQ - http://jibbering.com/faq


    Comment

    • yoramo

      #3
      Re: using dialogArguments pops a error message

      it looks that I have a race condition on my print template.
      I'm using setTimeout method and one of the calls is done when the
      'dialogArgument s' is not valid any more.
      if you have any ideas please let me know.

      thanks in advance
      yoramo

      Comment

      Working...