My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 20, 2009
    issue 1 (Screenshot Command does not work on Mac) commented on by gef.bern   -   "+ Me too!"
    "+ Me too!"
  • Apr 03, 2009
    issue 2 (ExecCommand problem with escaped characters in command path) commented on by pooson   -   Same problem with arguments - when passing eg. path.
    Same problem with arguments - when passing eg. path.
  • Apr 03, 2009
    issue 2 (ExecCommand problem with escaped characters in command path) reported by pooson   -   What steps will reproduce the problem? 1. Send ExecCommand where command path contains escaped characters, eg '&' In ActionScript ExecCommand class path to application should be in <![CDATA[]]> tag: if(path != null) { //set path value command.path.appendChild(new XML( "<![CDATA[" + path + "]]>" )); } and in C# ExecCommand class path should be read by InnerText, not InnerXML: string path = pathNode.InnerText P.S. Sorry for my english :(
    What steps will reproduce the problem? 1. Send ExecCommand where command path contains escaped characters, eg '&' In ActionScript ExecCommand class path to application should be in <![CDATA[]]> tag: if(path != null) { //set path value command.path.appendChild(new XML( "<![CDATA[" + path + "]]>" )); } and in C# ExecCommand class path should be read by InnerText, not InnerXML: string path = pathNode.InnerText P.S. Sorry for my english :(
 
Hosted by Google Code