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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 186 - 217 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
186
Hi, I'm having a strange problem with the xmlrpc module. When getting the response from the server (see below) with Firefox or IE on Windows, it works fine....
knk003
Offline Send Email
Oct 10, 2005
9:47 am
188
The Class function you provide in jsolait does not allow for the creation of multiple instances. In the following code, both instances will alert the same...
fjtheman2005
Offline Send Email
Oct 19, 2005
2:18 pm
189
... Indeed they do. This is because you access the prototype of the class and not the instance of it. The publ object represents the myClass.prototype object...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 19, 2005
4:21 pm
190
Jan is right. To me "publ" is a reference to static members, since that's how essentially script behaves. I write "_static" instead of "publ" to always...
Slava
slava1st
Offline Send Email
Oct 20, 2005
3:53 am
191
... that's how essentially script behaves. I write "_static" instead of "publ" to always remember. I.e. - var myClass = Class("myClass", function(_static){ Not...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 20, 2005
10:16 am
192
Jan, Yes, this definitely clarifies things. I looked at your class function some more and it makes sense to me now. Thanks for your reply! ... ...
Fred Johnson
fjtheman2005
Offline Send Email
Oct 20, 2005
2:17 pm
193
Hello I'm new here and to Yahoo groups. I just discovered this most interesting project. I'm wondering how well does the library perform? Is it really slow?...
Kevin
gsmker_kevin
Offline Send Email
Oct 21, 2005
3:08 am
194
Hi Kevin, ... Depends on what you mean by slow and what functionality you are talking about and what you compare it to. E.g. the encoding and encryption...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 21, 2005
12:54 pm
195
Hey. True. I know how JS prototyping works and essentially JS world is not exactly the same as C++ or C# OO worlds where I am coming from. I call publ "static"...
Slava
slava1st
Offline Send Email
Oct 22, 2005
12:53 pm
196
Finally, http://jsolait.net moved to my new server. Whats new? jsolait's source has now moved from my private subversion repository to a new one on the server....
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 3, 2005
11:02 am
197
Can somebody please post an example of how to set up an asynchronous xmlrpc call and callback function? Thanks!...
n1ywb_1
Offline Send Email
Dec 1, 2005
3:16 am
198
... Here the example: var xmlrpc=imprt('xmlrpc'); var service = new xmlrpc.ServiceProxy('/test.py', ['echo']); service.echo('Hello jsolait', function(result,...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 2, 2005
3:23 pm
199
Hi all, I have been spending some time lately on updating jsolait.net * I have wikified a couple XML-RPC and JSON-RPC exaxmples. ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 2, 2005
11:03 pm
201
Hello all. I've created a JavaScript GUI library based on JSOLait. It comes with two controls (a menu and a tree). It also provides foundation to develop...
Slava
slava1st
Offline Send Email
Dec 17, 2005
4:07 pm
202
Ideas for JSOLait 2.0. 1) Change jsolait.js - mod.moduleSearchURIs = [".", "%(baseURI)s/lib", "%(baseURI)s/.."]; This will allow people to place directory with...
Slava
slava1st
Offline Send Email
Dec 29, 2005
2:18 am
203
Hi, ... I guess "%(baseURI)s/lib" should be removed as the build script should take care of all lib files that come with jsolait. Other than that I see no...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 1, 2006
5:03 pm
204
Slava has pointed out a couple of problems regarding the priv parameter passed to the class' scope function. (http://jsolait.net/ticket/5) Here are some...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 4, 2006
2:32 pm
205
Hi all, imprt('moduleName') and imprt('libName.moduleName') has the following semantic: if ther is an object jsolait.modules['moduleName'] the object is ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 4, 2006
3:39 pm
206
What is the problem here? A. in module #1 mod.ISingleton = Class("ISingleton", function(publ){ var bIsValid = true; // CONSTRUCTOR publ.init= function(){ ...
Richard D. Spencer
orchidsonline
Offline Send Email
Jan 6, 2006
3:33 am
207
Hi, ... If you use 'new SomeConstructor()' and inside the constructor you return null then that will cause the engine to return the object created by the...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 6, 2006
10:22 am
208
That worked. Thanks. I'm currently refactoring my webPhrame project for SVG using RESTful design and your urllib. Are there any plans to include PUT and...
Richard D. Spencer
orchidsonline
Offline Send Email
Jan 8, 2006
3:10 am
209
Hi, if you look at http://jsolait.net/wiki/documentation/urllib you see the sendRequest method. Use 'PUT' / 'DELETE' for the type argument. That should work. ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 8, 2006
11:17 am
210
I have started playing with jsolait and I love it! Thanks for the work, I think it is going in the right direction. I have a question about the usage which I...
Jean-Pierre Fiset
jp_fiset
Offline Send Email
Jan 20, 2006
4:02 pm
211
To resolve this issue, I would propose the following patch: Index: C:/eclipse/atlas/superfrank/lib3/jsolait-2.0a-37/jsolait/jsolait.js ... ...
JP Fiset
jp_fiset
Offline Send Email
Jan 20, 2006
5:45 pm
212
Hi, this shows I have not written the docs well enough (http://jsolait.net/wiki/documentation/core#moduleimportfunctionality) What you want to do is change...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 21, 2006
11:11 am
213
Sorry that I missed that. Thanks for the prompt help....
JP Fiset
jp_fiset
Offline Send Email
Jan 21, 2006
2:20 pm
214
... No worries, as I said, it is not quite clear in the docs. If you find similar things that are not quite clear just add a new tiket to the ticket system on...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 21, 2006
3:59 pm
215
Hello! I'm using just urllib to get content into my javascript, mainly due to problems with my SOAP implementation (unrelated to jsolait). Can I in any way...
Christian Tiberg
tibbebugg
Offline Send Email
Jan 24, 2006
12:22 pm
216
... getHTTP() is not visible outside of urllib. So the only way to find out if a request would fail is to make the request. If you think it would be good to...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 24, 2006
1:11 pm
217
Hello there, and thanks! Yes, I'd very much like you to do that. In my case, I've got a check to try to determine whether HTTPRequest is available in the login...
Christian Tiberg
tibbebugg
Offline Send Email
Jan 24, 2006
1:22 pm
Messages 186 - 217 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