Search the web
Sign In
New User? Sign Up
jsolait
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 258 - 288 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
258
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...
Tobias Gustafsson
tgu79
Offline Send Email
Aug 4, 2006
5:53 am
259
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...
davida442005
Offline Send Email
Aug 4, 2006
8:07 am
260
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 ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 4, 2006
11:38 am
261
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...
davida442005
Offline Send Email
Aug 4, 2006
12:40 pm
262
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...
Mark
alienjazzcat
Offline Send Email
Aug 8, 2006
9:34 pm
263
Forgive my insolance, and my ignorance. It seems that in IE, the handling of namespaces is behaving differently in my app. That is, var oOo =...
Mark
alienjazzcat
Offline Send Email
Aug 9, 2006
4:51 pm
264
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 13, 2006
8:39 pm
265
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...
davida442005
Offline Send Email
Aug 15, 2006
4:05 pm
266
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 17, 2006
3:14 pm
267
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...
Zachary C. Whitley
zwhitley
Offline Send Email
Sep 1, 2006
12:10 pm
268
Silly mistake by me. Works great....
Zachary C. Whitley
zwhitley
Offline Send Email
Sep 1, 2006
12:27 pm
269
Ok, maybe it is a problem. I'll post when I have more info....
Zachary C. Whitley
zwhitley
Offline Send Email
Sep 1, 2006
12:33 pm
271
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....
ajit_mote82
Offline Send Email
Sep 6, 2006
10:30 am
272
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...
Christian Tiberg
tibbebugg
Offline Send Email
Sep 14, 2006
1:18 pm
273
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 14, 2006
5:51 pm
274
Is it possible to base64 encode a file on the local disk of the computer and send it over an XML-RPC using jsolait?...
roynos
Offline Send Email
Sep 25, 2006
9:14 pm
275
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 ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 26, 2006
2:40 pm
276
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...
roynos
Offline Send Email
Sep 26, 2006
7:08 pm
277
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...
roynos
Offline Send Email
Sep 28, 2006
12:13 am
278
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 =...
roynos
Offline Send Email
Sep 28, 2006
12:18 am
279
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 ...
Christian Tiberg
tibbebugg
Offline Send Email
Sep 28, 2006
3:11 pm
280
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...
Richard D. Spencer
orchidsonline
Offline Send Email
Sep 29, 2006
3:47 am
281
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 30, 2006
4:28 pm
282
... 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...
roynos
Offline Send Email
Oct 2, 2006
8:17 pm
283
That should work. I will have a look and make thwe changes in the trunk...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 5, 2006
4:54 pm
284
Hello dear members of jsolait group. I have a small experience with jsolait. Main question: How I can make request to the server. Request example: ...
andrey_zavada
Offline Send Email
Oct 11, 2006
9:18 am
285
... 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 ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 12, 2006
7:51 am
286
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 ...
Christian Tiberg
tibbebugg
Offline Send Email
Oct 12, 2006
11:53 am
287
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 13, 2006
4:46 pm
288
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...
andrey_zavada
Offline Send Email
Oct 16, 2006
3:36 am
Messages 258 - 288 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help