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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 276 - 410 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
289
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 16, 2006
8:35 am
290
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...
coolshare
Offline Send Email
Oct 28, 2006
2:30 am
291
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 2, 2006
11:48 am
292
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 2, 2006
11:49 am
294
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...
johannflori
Offline Send Email
Jan 29, 2007
9:07 pm
295
thanks for the fix, I'll put that into the code. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 31, 2007
7:11 pm
299
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...
mpbahl
Offline Send Email
Feb 26, 2007
8:49 pm
313
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...
Jeff Ondich
jondich
Offline Send Email
Apr 26, 2007
6:29 pm
346
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...
oqqalz
Offline Send Email
Jun 19, 2007
4:15 am
347
Sorry, the build.js in the trunk does not work yet. either just use the source or use the 2.0 version of jsolait....
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 19, 2007
8:15 pm
348
Hello, i'm new to jsolait. i've using it like a charm. but i have problems with callbacks. i use json rpc instead of xml rpc, but i think the case would be the...
dmaster97
Offline Send Email
Jun 23, 2007
5:14 am
349
I think I need some more info on that, maybe some code so I can reproduce the problem. There is no reason why the callback should not see the function. e.g: ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 26, 2007
8:18 pm
381
Hello, Sorry for the long reply. I finally get it work. Thank you. I'm working on modified phpolait, and I'm a bit clueless to move from jsolait v.1 to jsolait...
Henry Eko Hapsanto
dmaster97
Offline Send Email
Aug 21, 2007
8:24 am
383
... Yes you can. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 22, 2007
8:29 am
396
Hi, jan I've been happy playing with jsolait since. :-) Apparently, there is small bug with opera browser. Any rpc call back using async call would have...
Henry Eko Hapsanto
dmaster97
Offline Send Email
Oct 31, 2007
3:05 am
398
Hi, I'm jsolait's XMLRPC to implement a manager, but the request issued to the HTTP server contains only the HTTP headers. Is this normal ? Code: <script...
Negreanu Marius-Adrian
groleo
Online Now Send Email
Nov 3, 2007
11:45 am
410
Hi all, I probably should have sent out this mail much earlier. Unfortunately I just don't have enough free time to work on jsolait anymore. I have not been...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 2, 2008
5:14 pm
Messages 276 - 410 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