Search the web
Sign In
New User? Sign Up
curlbreaker-l · The Curl Dev. list --> curlbreaker-l
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 966 - 1000 of 1161   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
966
Does anybody have experiences with netscape 7 and curl? Should I not install the new browser? E.g see discussion at curl.com ...
friedger
Offline Send Email
Sep 3, 2002
12:59 pm
967
... Good working with Mozilla 1.1 (and with version 1.0). Netscape 7.0 (based on Mozilla 1.0) i think must be work!...
Alex Fedotov
feal@...
Send Email
Sep 3, 2002
1:16 pm
968
... http://www.curl.com/wwwthreads/showthreaded.pl?Cat=&Board=programming&Number=801&page=0&view=expanded&sb=5&o=365&part= ... The demos work for me under NS7....
true_that_2000
Offline Send Email
Sep 3, 2002
5:11 pm
969
... How exactly does it fail? Do you see a question mark or nothing at all? - Christopher...
Christopher Barber
cbarber
Offline Send Email
Sep 3, 2002
5:43 pm
970
... 6-4 ... and ... all? ... Yes, I get the ? graphic. Or if I do not ignore exceptions, I get: ImageException: Failed to load image. #0...
true_that_2000
Offline Send Email
Sep 3, 2002
10:24 pm
971
... Ok. I think this is probably an access restriction. An unprivileged applet may not access files on a web-server that does not allow access to your host....
Christopher Barber
cbarber
Offline Send Email
Sep 3, 2002
10:46 pm
972
... unprivileged applet ... I'll try some of the suggested fixes, but... would this matter if I am just loading a file on my own system? The attempt to load...
true_that_2000
Offline Send Email
Sep 3, 2002
10:52 pm
973
Chris, thanks, making the applet privilieged did the trick. and I think I get why that was necessary: by default my own system is viewed as if it were some...
true_that_2000
Offline Send Email
Sep 3, 2002
11:00 pm
974
... Yes, that is exactly right. BTW, the Curl Bible does in fact mention this issue in the beginning of the Using Images section of chapter 6 (pg 91). -...
Christopher Barber
cbarber
Offline Send Email
Sep 3, 2002
11:08 pm
975
... mention this yeah, as soon as I saw the fix I knew I had missed something by jumping around in these early chapters. a nice long paragraph it was, too. :) ...
true_that_2000
Offline Send Email
Sep 4, 2002
1:15 am
976
Looks like Curl got a new customer. http://www.curl.com/html/partners/customers.jsp "...Japan Telecom..." Congrats guys! Ron (Sorry if this was already...
Ron Mayer
ron@...
Send Email
Sep 4, 2002
6:34 pm
977
... Great news. I hope that this is just the beginning of a flood of new customers... Wonder what they are using Curl for? A Curl app running in Japanese would...
Chris Banford
chris@...
Send Email
Sep 4, 2002
6:42 pm
978
Does anybody have done something like a filemanager and want to share it with the curl-email project? I thought at some point somebody was taking about a file...
friedger
Offline Send Email
Sep 5, 2002
11:37 am
979
Is it possible to run a subapplet from a secure location? What I have in mind is the email client (privileged applet) gets a message, extracts some code from...
friedger
Offline Send Email
Sep 5, 2002
11:38 am
980
Hi, I have installed Curl API 1.7 in my computer. When I try to run version 1.6 curl components I got redirected in curl page that announced "Request for...
meigacurl
Offline Send Email
Sep 6, 2002
7:10 am
981
Hi people, Does anybody else have negative experiences of the new 2.0 API. I code Curl application as my work and I had to return back to 1.7 API. The problem...
meigacurl
Offline Send Email
Sep 6, 2002
7:43 am
982
... I don't know what this is. Are you sure that your program does not have an infinite loop? ... In the 1.7 release, if Surge Lab was installed all applets...
Christopher Barber
cbarber
Offline Send Email
Sep 6, 2002
2:40 pm
983
... plugins ... Welcome to the "bleeding edge" (a pun on "leading edge", itself an idiom for new technology). In all seriousness, progress is a bitch. Worrying...
true_that_2000
Offline Send Email
Sep 6, 2002
2:55 pm
984
... an ... I spent an afternoon once, being angry at Curl crashing with a simple little applet (showing the same behavior as yours above -- 100% CPU "hang")....
Chris Banford
chris@...
Send Email
Sep 6, 2002
3:35 pm
985
In general, Curl will not force developers to upgrade API versions whenever support for a new API is released, and will continue to support older API's at...
Christopher Barber
cbarber
Offline Send Email
Sep 6, 2002
3:43 pm
986
Hello Support, I want to do somthing like the following: {url "file://c:/web" & "/../x.txt"} However, that doesn't work. The following doesn't work either: ...
Friedger Mueffke
friedger
Offline Send Email
Sep 6, 2002
10:27 pm
988
Hi Friedger, I think you want to use {url.concat} which will allows you to concatenate relative Urls. Something like let f:Url = {url "file//c:/web"} {f.concat...
Dave Goldberg
daveg@...
Send Email
Sep 9, 2002
5:23 pm
989
... API. ... This might possibly be a loop in your own code, as others have suggested. Using a breakpoint or stepping might be useful for tracking this down. ...
debriscoe2002
Offline Send Email
Sep 9, 2002
10:34 pm
990
Hello all, I m having problem in connecting database(ms sql)through an asp file. I am using curl 1.7+ applet and evaluating the asp script. The script is okay...
parikshit Pushkarna
pushkarna_pn
Offline Send Email
Sep 10, 2002
12:09 pm
991
Have you a valid curl-access.txt file? If not, that might cause the exception. Friedger...
friedger
Offline Send Email
Sep 10, 2002
12:44 pm
992
... From: debriscoe2002 [mailto:duke@...] Sent: 10. syyskuuta 2002 1:35 To: curlbreaker-l@yahoogroups.com Subject: [curlbreaker-l] Re: Experiences of 2.0 ...
Juha Martikainen
meigacurl
Offline Send Email
Sep 10, 2002
12:49 pm
994
Can I connect to any DBMS with Curl and if I can, how it is done? Thank's ... Do you Yahoo!? Yahoo! News - Today's headlines...
Fernando Caceres
fecmtgo
Offline Send Email
Sep 12, 2002
10:38 pm
995
Hi, Check out Friedger's code on www.curlbreaker.com -- it will take a bit of tinkering, but shows how you can connect to any DB (three tier) using Curl as a...
Chris Banford
chris@...
Send Email
Sep 13, 2002
2:05 am
999
Hi all , I want to create a login/passwd authentication applet which will send the username/passwd info to database and then authenticate after that returns...
parikshit Pushkarna
pushkarna_pn
Offline Send Email
Sep 18, 2002
5:02 am
1000
Hi Pushkarna, you can use a http request with http-formdata to pass arguments and get the ... let form-data:HttpFormData = {new HttpFormData} ... ...
Weidemann Markus
m.weidemann@...
Send Email
Sep 18, 2002
9:17 am
Messages 966 - 1000 of 1161   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