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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 17 - 46 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17
Hello, I will fix the lib. Personally, to me a: <struct></struct> makes more sence than a: <struct><member><name></name><value></value></struct> But that's I...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 1, 2004
11:48 am
18
Hello Jan, Thank you for your support. I also believe that <struct></struct> would be a better choice, but apparently that's not in the mind of everyone. ...
William Robinet
william_robinet
Offline Send Email
Oct 1, 2004
12:04 pm
19
Hi I am very new to this so please bear with me I am trying to use Jscript dhtml pages as a GUI front end for an AV system, communicating using XMLRPC calls....
jrsg55
Offline Send Email
Oct 3, 2004
10:29 pm
20
... Yes, it is a security problem. If the local host was "trusted" then any webpage could open connections to any service running on your local machine. That...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 4, 2004
1:36 pm
21
Just discovered your library yesterday - great stuff! Can someone post an example of getURL/parseXML using a callback that will work in ASV? If possible, I...
orchidsonline
Offline Send Email
Oct 5, 2004
4:29 pm
22
Hi, This should work: var urllib = importModule("urllib"); var xmllib = importModule("xml"); urllib.getURL("./test.xml", function(resp){ var d =...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 6, 2004
12:11 pm
23
Works great! Thanks. There's nothing like an example to help me learn how to use a new code library. dave ... that ... an ... working ... functions....
orchidsonline
Offline Send Email
Oct 6, 2004
5:06 pm
24
Is there a way to protect properties and functions within a module? within a class? (protect from outside use but available to all within the module or class)...
orchidsonline
Offline Send Email
Oct 8, 2004
1:57 am
25
Hi, ... Yes, this is actually one reason for writing jsolait, to be able to have some data/function hiding. have a look at the following: Module("someModule",...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 8, 2004
12:20 pm
26
Thanks. That makes it quite clear. dave ... module? ... impl....
orchidsonline
Offline Send Email
Oct 9, 2004
4:38 am
27
Below is an exceprt from a the post I made to the XUL developer's forum: I'm using the jsolait JS library for its XML-RPC functions, talking to a XML-RPC...
slartibreakfast
Offline Send Email
Oct 10, 2004
11:58 am
28
Hi all, I finally had some time to work on jsolait a bit again. The long awaited fix for the IE memory leak has arrived. Though some more testing would be...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 10, 2004
6:48 pm
29
Hi, I'm trying to get an asynchronous xmlrpc call working and so far have not been successful. Does anyone have any working examples I can go off of? Thanks! ...
Philip
cmdr_killjoy
Offline Send Email
Oct 15, 2004
7:01 pm
30
Hi, This should do: var xmlrpc = importModule("xmlrpc"); var s = new xmlrpc.ServiceProxy("someserver", ["echo"]); s.echo("Hello SVG", function(result, err){ ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 16, 2004
7:47 am
31
Thanks! Worked like a charm....
Philip
cmdr_killjoy
Offline Send Email
Oct 19, 2004
12:03 am
32
Hi all ! I've played with jsolait a bit. Nice work. One of my experiments was xml-rpc communication with php server (IXR ver 2.0). Asume that we have...
matjaz_ostroversnik
matjaz_ostro...
Offline Send Email
Oct 31, 2004
11:43 pm
33
Hi, I see your problem. ... The declaration is abit long, I agree, but the calls should not: var r2 = remote.someObj; r2.method1(); r2.method2(); Also, not all...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 1, 2004
12:56 pm
34
... That would be propably the best, since the library won't loose backward compatibility. I started with changes in this way, but since I am JS beginner (more...
matjaz_ostroversnik
matjaz_ostro...
Offline Send Email
Nov 1, 2004
8:51 pm
35
Hello, ... Sounds like you want to build a framework which does session handling ontop of XML-RPC. There are some authentication/sessionhandling proposals out...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 4, 2004
12:04 pm
36
Hello. First of all, I would like to congratulate you for the excelent work done in the jsolait library. Beginning to use it extensively in my project, and...
Vinicius Cubas Brand
viniciuscb
Offline Send Email
Nov 25, 2004
3:34 pm
37
Hello, ... Nice to hear that. ... in tag <HEAD>. Is there something like this object in jsolait? No, there is nothing like that in jsolait, I don't realy have...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 28, 2004
1:32 pm
38
hi i cannot send message to my java xml-rpc server (which works with xml-rpc java client) with jsolait . I have this error message: SendFailed[module 'urllib'...
Jean-Bernard Cavarec
publicm@...
Send Email
Nov 30, 2004
11:36 am
39
Hello, ... failed. ... This exception is thrown by the browser/viewer. Mozilla and Adobe's SVG viewer and other impl. have a same domain policy. Meaning that...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 30, 2004
1:05 pm
40
... Thank you very much jan I am using Adobe SVGViewer but java xml-rpc server is on the same server than the svg file and i have the same message of security...
Jean-Bernard Cavarec
publicm@...
Send Email
Nov 30, 2004
5:52 pm
41
Hello, ... server than the svg file and i have the same message of security violation. In fact i am building the svg file on the fly with a servlet which...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 1, 2004
3:14 pm
42
Hello all, I have fixed a couple of bugs. On in the lang module concerning negative numbers. The other int he XML-RPC module. I removed the toXmlRpc method...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 7, 2004
1:14 pm
43
Hi, We are new to use json rpc. We downloaded json-rpc from jsolait.net. We want to know the flow how to use it? We have front end html file with java script...
rambabukodali
Offline Send Email
Dec 9, 2004
10:55 am
44
Hello, have you looked at these examples: http://jsolait.net/examples/jsonrpc/index.xhtml If that's not enough let me know. For the PHP part I cannot realy...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 9, 2004
12:41 pm
45
Hello, I have been playing a bit with iterators to create iteratable objects and to allow the iteration to be run asynchronously using timers. In a synchronous...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 9, 2004
1:49 pm
46
Can I download this module yet? It would fit right in one of the svg UI modules I'm working on. I don't mind if it is still alpha since my project is at...
orchidsonline
Offline Send Email
Dec 10, 2004
5:30 pm
Messages 17 - 46 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