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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 267 - 346 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
Messages 267 - 346 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