I've been playing with your csvg project. Very cool. I have a small demo at http://www.zacharywhitley.com/projects/graph-test01.xhtml You can click and drag...
Hi everyBody, i want to know " how jsolait can be used for Zope Server "... please give me some detail , as i am working on Zope ... Thanking you all....
Hello! I hope that I'm incredibly dense, and that this is already in jsolait.. If so, please tell me where instead of scolding me :) What I want is of course...
No, there is no module/functionality implemented in jsolait to intercept the back/forward browsing. I am currently quite busy and am mainly rewriting some...
yes and no, form within the browser it is not possible as you cannot read local files. From within windows scripting it should be possible as long as you can ...
Ah. Another approach that I am considering is to uploat the file to the a HTTP server and have that XML-RPC over to the XML-RPC server. I already have to do a...
Hi, I had to bypasss the XML RPC ServiceProxy and HTTP POST directly to a server. The server returns an XMLRPC response. I want to use the XMLRPC module to...
I tried using the handleResponse function from the XMLRPCMethod. But I couldn't get it to work. I have something like this: function foo(url) { var liburl =...
Hello! When the text in a cell of a LiveGrid gets too long, it wraps to the next row, creating a fat cell. This is not looking good - so does anyone know how ...
Version 2.0 is great! Now we can get subclasses to retain their private variable correctly. You can run the html below to see what I mean. Change the...
Hi, ... handleResponse is declared with var and therefor enot visible outside of the class. it might be a good idea to handle have it part of the object so one...
... Hi, I simply went into the xmlrpc.js. I change "var handleResponse" to "publ.handleResponse" and located all the calls to "handleResponse" and changed it...
... that should be: var proxy = new xmlrpc.ServerProxy(...) rstl = proxy.getMethotName() if that does not work, please put the error message in your post so ...
Hello! We've built a fairly big intranet system for a local company. They're now reporting that the system slows down more and more if they leave the system ...
one thing can be memory leaks. you should be able to see that easyly by looking at the mem the browser consumes and see if that increases over time. I don't...
Hello dear Jan. Thank you for your answer. It has helped me. But I have one more question. My server send me an XML-RPC answer, and I use the DOM model for...
Hey, ... rslt is already converted, i.e. the server response(xml data) was converted to a javascript object by the proxy. In your example rslt would be an...
Hi, I am not sure this is the right place to ask. I am using JSON-RPC-JAVA and wondering how I can Invoke method with HTTPSession or request as parameters. In...
it looks like FF2 fixed the with-statement handling in JavaScript The issue described earlier does not occur anymore. So, I am thinking of adding support for...
it looks like FF2 fixed the with-statement handling in JavaScript, the issue described earlier does not occur anymore. So, I am thinking of adding support for...
I tried your code to guess the position of jsolait (experimental) and got nothing. It was because I had positioned some script-text inserted directly into the...
I getting RequestOpenFailed Opening of HTTP request failed when doing a xmlrpc ServiceProxy call to a different host in Mozilla. I've read about the...
I am trying to use the jsolait XML-RPC support to communicate with an XML-RPC I have written. The problem I'm running into is that my Javascript and jsolait...
I just downloaded the latest SVN and when I attempted to build I received the following error: CreateModuleFailed in [module 'jsolait' version: Rev.85]: Failed...