... 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@...
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....
... 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....
... 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...
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...
... 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). -...
... 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. :) ...
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@...
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@...
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...
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...
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...
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...
... 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...
... 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...
... 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@...
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...
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: ...
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@...
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. ...
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...
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@...
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...