Hi everone! I noticed having keep-alive enabled in Apache delays the method response by the keep-alive timeout. The callback function does not get called until...
Hi Firstly, thank you for making available the jsolait library. I want to use the XML-RPC jsolait library to connect to our 'JIRA' issue tracking system...
sounds like a security issue In IE you can set a preference to allow scripts to access other domains then the one the page originated from. In FF it is not ...
Hi Jan Thanks very much for your reply... ... page ... The script is loaded from my local PC but accesses a company server running Apache. So I guess they are...
Has anyone experienced this? I suspect (and have tweaked) security settings in IE related to ActiveX, but I just can't seem to get IE to parse XML. The XML...
Sorry that you did not get an answer earlier, I just got back from a vacation with no access to a computer for a week :) ... relevant thing to do was to add...
Hi Jan Thanks very much for your reply. ... Sadly, that didn't do it. I think I may have to give up on this one. Thanks for your comments on using Jsolait with...
as suggested I opened the wiki a bit again by adding a guest account just login as guest:guest and you can edit the wiki and add tickets just like before the...
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...