Re: How to put this asynchronously?

2009-04-04 Thread Bernard Devlin
I believe you should be able to use Mark Smith's libRevCurl to do this (http://futsoft.futilism.com/revolutionstuff.html). Bernard On Fri, Apr 3, 2009 at 10:48 PM, David Bovill wrote: > We have load, and other async command like libURLftpUpload - but is > there any way to "put" a url to a remote

Re: help needed: Error 10038 on socket

2009-04-04 Thread Bernard Devlin
Tiemo, as this looks like a tcp/ip socket-level error I did a search on google, and it seems it is fairly widespread and occurs in diverse contexts (many different kinds of Windows apps). So, it is a problem at a deeper level than your app or the server. http://www.pscs.co.uk/helpdesk/vpop3help/v

Re: help needed: Error 10038 on socket

2009-04-04 Thread Bernard Devlin
Sorry, that first URL in my post should have been to the google results: http://www.google.com/search?client=safari&rls=en&q=tcpip+%22error+10038%22&ie=UTF-8&oe=UTF-8 Bernard On Sat, Apr 4, 2009 at 9:40 AM, Bernard Devlin wrote: > Tiemo, as this looks like a tcp/ip socket-level error I did a se

Re: How to put this asynchronously?

2009-04-04 Thread David Bovill
Great - thanks for the tip Bernard, and thanks for the library Mark. I've used curl a lot, but was allways blocking, going to move over to using Marks library - great work Mark - may even convince me to move over from using "_" in my handler naming conventions - to the more usual (but less readable

AW: help needed: Error 10038 on socket

2009-04-04 Thread Tiemo Hollmann TB
Thank you Bernard, I'll follow that trace. "Fixing" the tcp/ip stacks at a customer is indeed a bit risky for me, because I wouldn't be of much help if anything goes wrong and I would be the bad guy, as you say. It will be the last strategy. Thanks Tiemo > -Ursprüngliche Nachricht- > Von:

Creating complex graphic objects

2009-04-04 Thread Richmond Mathewson
James Hurley wrote: "Then take the points of the circle (in the variable results) to extract say the 10th and 14th points. Create a new graphic using these two points and set the end arrow to true. Do this periodically throughout the repeat loop--every so often pick a pair of points, create

socket error II

2009-04-04 Thread Tiemo Hollmann TB
Hello, I am not sure, but perhaps the mentioned error isn't caused by my http request, but by open datagram socket, where I am testing if I have an internet connection, some statements before the http request. What I am doing is: open datagram socket to "255.255.255.255:4" put hostaddress("2

Re-5: help needed: Error 10038 on socket

2009-04-04 Thread runrev260805
Hi Tiemo, i have tried here to access a htaccess protected folder with IE7, Firefox and Rev Tried the url http://user1:1u2...@treiber.multitronic.net/protfolder/index.php in Firefox Worked. Tried the url in IE7. Did not work also due to default security settings. Look here http://support.mic

Re-6: help needed: Error 10038 on socket

2009-04-04 Thread runrev260805
Hi, just forget my last posting, as it seems, that you are on another trace. Btw.: Maybe the information about how to enable username/password in URLs in IE7 is of interest for you. Original Message Subject: Re-5: help needed: Error 10038 on socket (04-Apr-2009 17:47) From:

AW: Re-6: help needed: Error 10038 on socket

2009-04-04 Thread Tiemo Hollmann TB
Thank you Matthias, I'll follow every hint, as far as I don't have an idea what's going on at all Tiemo > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von runrev260...@m-r-d.de > Gesendet: Samstag, 4

Re: socket error II

2009-04-04 Thread Luis
Hiya, Yes, probably due to their firewall. Cheers, Luis. On 4 Apr 2009, at 16:35, Tiemo Hollmann TB wrote: Hello, I am not sure, but perhaps the mentioned error isn't caused by my http request, but by open datagram socket, where I am testing if I have an internet connection, some statement

Re: socket error II

2009-04-04 Thread Mark Schonewille
Hi, Probably not. I tested it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Snapper Screen Recorder is now available for Windows! Download it at

Re: socket error II

2009-04-04 Thread Luis
Good point, he did mention he'd tried it with the firewall disabled. Cheers, Luis. Mark Schonewille wrote: Hi, Probably not. I tested it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http:

OT: MacHeist 3

2009-04-04 Thread Kurt Kaufman
Seems like a excellent deal and a good cause, and the offer ends soon: http://www.macheist.com/ Disclaimer: I have no connection with the MacHeist organization other than having purchased the current bundle. Kurt ___ use-revolution mailing list use

Re: OT: MacHeist 3

2009-04-04 Thread Colin Holgate
On Apr 4, 2009, at 11:45 PM, Kurt Kaufman wrote: Seems like a excellent deal and a good cause, and the offer ends soon: http://www.macheist.com/ I bought the bundle earlier today. If another thousand people buy the bundle another package gets added to it, making the $40 bundle include abo

standalone woes

2009-04-04 Thread dunbarx
I made a stack in MAC OSX, and then a standalone from it that works perfectly in Mac OSX,  but only works mostly in Windows. Various sections of code simply do not seem to execute. No errors, just a failure to communicate.  Fiddling around with the code changes the level of inoperability, but I

Re: standalone woes

2009-04-04 Thread Joe Lewis Wilkins
Hi Craig, What kinds of scripts are they? You know, like what are they intended to accomplish? I don't know if I can help, but all of mine seem to work, though I have not tested them extensively. Joe On Apr 4, 2009, at 9:41 PM, dunbarx wrote: I made a stack in MAC OSX, and then a standa

Re: Creating complex graphic objects

2009-04-04 Thread James Hurley
Message: 16 Date: Sat, 4 Apr 2009 08:19:13 -0700 (PDT) From: Richmond Mathewson Subject: Creating complex graphic objects To: use-revolution@lists.runrev.com Message-ID: <421630.70136...@web37505.mail.mud.yahoo.com> Content-Type: text/plain; charset=utf-8 James Hurley wrote: "Then take the po