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 41 - 70 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
47
Hi Jan. After working with several modules for a few weeks it would be nice to have "friend" modules which can access each other's "protected" properties....
orchidsonline
Offline Send Email
Dec 10, 2004
5:36 pm
48
Hi, I'm new to jsolait. This is GREAT idea! I stucked on following exception: "TypeError: server.getRandomCookie is not a function" The server script...
frykasek
Offline Send Email
Dec 14, 2004
12:38 pm
49
I think it's some library bug -> I lunched tester (from xml-rpc examples.zip) and the result was exactly the same: "Error trace: service.echo is not a...
frykasek
Offline Send Email
Dec 14, 2004
12:59 pm
50
... You probably did not tell the ServiceProxy constructor that the service has a method "getRandomCookie" so it did not know to create a proxy method. ... ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 14, 2004
1:45 pm
51
Than you for fast replay! I appretiate it. ... are ... That's it! It works now. But another problem raises: "Error trace: RequestOpenFailed [module 'urllib'...
frykasek
Offline Send Email
Dec 14, 2004
2:02 pm
52
Hi, ... Serve your html page from the same server the rpc service is running on. e.g rpc is running on http://localhost/rpcservice/ then load your page from...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 14, 2004
2:20 pm
53
... I got Firebird but I know what you mean. I got another problem and I really want to make it work today. So I especially appreciate your help. "Error trace:...
frykasek
Offline Send Email
Dec 14, 2004
2:37 pm
54
... This error is produced by your server side XML-RPC impl. It tells you that the method you are calling is not provided by the service. Are you sure that you...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 14, 2004
3:41 pm
55
... Hello (i know , 15 days after, but sorry i was busy.) Thank you Jan , i think i'll try to embed my xmlrpc server in a servlet instead of execute it as...
Jean-Bernard Cavarec
publicm@...
Send Email
Dec 14, 2004
9:32 pm
56
... Well it works fine, thank you very very much Jan. If somebody is interested here is my test : ... import java.io.*; import javax.servlet.*; import...
Jean-Bernard Cavarec
publicm@...
Send Email
Dec 15, 2004
10:34 pm
57
Does jsolait have a soap module? --Stephen...
Stephen Crowley
stephenc462
Offline Send Email
Jan 27, 2005
12:47 am
58
... No, not yet. I was thinking of writing a SOAP module but did not have the time yet (or the resources to have enough spare time to write it). If someone...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 27, 2005
10:43 am
59
The following function is within a class in a module. Is it possible to return "oNewMenu" from the function or to make "oNewMenu" a class property? If so,...
orchidsonline
Offline Send Email
Feb 4, 2005
2:38 am
60
Hello Dave, ... you can not return oNewMenu from the function because oNewMenu gets set asynchronously "long after" the function returns. You can though make...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 5, 2005
6:22 pm
61
I used the "var oSelf = this;" option and it works great! Unless it is easy to impliment the "bound" method improvement I tend to think that it isn't worth the...
Richard D. Spencer
orchidsonline
Offline Send Email
Feb 7, 2005
8:26 pm
62
Here is the code ( the part that I don't understand what's happening) which deals the class inheritence... //GLOBAL var oNodeManager = null; oNodeManager = new...
Richard D. Spencer
orchidsonline
Offline Send Email
Feb 8, 2005
10:17 pm
63
Works fine when I try the code !? To test it I placed both modules in an SVG file and ran it. The code: Module("svgManager", "0.2", function(mod){ ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 9, 2005
1:01 pm
64
I made a dumb mistake: I put the alert inside a callback function! So the "var oSelf = this;" solved the problem. With egg on my face, Dave ... supr){ ... ...
Richard D. Spencer
orchidsonline
Offline Send Email
Feb 9, 2005
5:38 pm
65
Does jsolait fully support UTF-8? For example would it support sending data like this? The example chat program throws an error when this string is received. ...
Matthew Knapp
mdknapp
Online Now Send Email
Feb 17, 2005
1:59 am
66
Hello. Great work on the library! I have a small question though. When I create a new class using Class all private variables are static: mod.TestClass =...
Slava
slava1st
Offline Send Email
Feb 17, 2005
6:29 am
67
... TestClass ... Actually public variables are static as well. This pretty much imposes single object at a time for the class limit, or the objects of the...
Slava
slava1st
Offline Send Email
Feb 17, 2005
6:39 am
68
... It should handle it correctly. But I can see the problem. I have to see what is causing the problems. Maybe it's the server side. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 17, 2005
3:09 pm
69
... I would say no, but that is not 100% correct. It depends how you access it. if you use this.publVar = ... (or from the outside obj.publVar) then it is a...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 17, 2005
3:25 pm
70
I attempted to perform the test cases for the HTML chat using Safari for both JSON-RPC and XML-RPC. In both cases I received error conditons. Is Safari not...
Matthew Knapp
mdknapp
Online Now Send Email
Feb 17, 2005
3:31 pm
Messages 41 - 70 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