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 196 - 229 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
218
No, you are correct and I believe your aproach is not only the right way but the way developers should do it. With all the AJAX hype going on people start...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 24, 2006
2:06 pm
219
The module has a isUsable() function now which returns true if requests can be made. Jan ... In that ... me :) ... without...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 28, 2006
3:51 pm
220
Hello, I tried to set up the example from the tutorial (http://www.jsolait.net/wiki/tutorials/creatingamodule) for this purpose I've placed a copy of the...
maximilianrh
Offline Send Email
Feb 1, 2006
1:24 pm
221
... There should have been another error showing that the module could not be imported. What you want to do is save the module named "tutorial" in the file ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 1, 2006
6:21 pm
222
Hello Jan, ... The message saying that tutorial has no propertys was the the only message I got. ... Thanks for your fast reply. Robert...
maximilianrh
Offline Send Email
Feb 1, 2006
9:19 pm
226
In case you have not been watching jsolait.net changes, I have added some new code. There is a new strings module for string manipulation. It extends the...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 2, 2006
6:57 pm
227
Very nice with the templates!...
Shidan
fuzzoolia
Offline Send Email
Mar 2, 2006
7:44 pm
228
Hi all, just some updates, I have rewritten the iter module which provides some iteration funcitonality. Basically it enables objects to be iterable and to...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 16, 2006
11:22 am
229
... I am struggling with this as well. I am using PHP to return an XML-RPC struct and I am unclear how to get at the struct contents. The server returns a...
chiller255
Offline Send Email
Mar 21, 2006
10:23 pm
Messages 196 - 229 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