A little while back there was a discussion about detecting the surge plug in. Friedger posted the following example: <script language="JavaScript"> <!-- ...
Peter Gruenbaum
pgruenbaum@...
Apr 2, 2002 5:35 pm
676
Welcome to the wonderful world of HTML/JS/VBScript development. Your IE security settings tell it to not allow this VBScript to instantiate the object - hence...
Actually, it prompted me with "Do you still want to allow this interaction?" and when I said "Yes", it still did nothing. Should I conclude that it's just...
Peter Gruenbaum
pgruenbaum@...
Apr 2, 2002 6:48 pm
678
yeah, now you've really got me ... ... -- ... Brent A. Young Software Engineer Curl Corporation (W) 415-359-0577 (F) 617-761-1201 Tri hard...
Hello. Please let me know someone. How to use Japanese text by curl ? Should not Japanese text be used? Thanks....
Yuji Sato
yujis@...
Apr 2, 2002 9:05 pm
680
Here's what I believe the current state of things are, based on what I've seen people try. I could be wrong. I am not speaking for Curl Corporation. For an...
deh@...
Apr 2, 2002 9:53 pm
681
Looks like the following code works for embedding a Curl page in HTML. (Thanks to Dan Oberlin!) I haven't tested in on Netscape, but it does work on IE. Peter ...
Peter Gruenbaum
pgruenbaum@...
Apr 3, 2002 12:48 am
682
Hi deh, It seems that it cannot do only by changing into unicode text, when curl is used in Japanese Then I will waiting for a big wave to come to the Far East...
Yuji Sato
yujis@...
Apr 3, 2002 2:32 pm
683
Hey curlbreaker-ers, I'm very psyched to announce that Curl is accepting applications for the beta program of our next release. The curlbreaker email list is...
Hi everyone. I've got a problem with DataTCPSocket. I was trying to open a DataTCPSocket between two privileged applets. Client applet tried to connect to...
Better more direct support for data persistence in this new version? "If I can't persist, I won't compute." -- rmc...
Cena, Resty
rcena@...
Apr 8, 2002 2:07 pm
686
Brent, I noticed that an update to Surge and Surge Lab was posted on April 5. This is different from the Beta, correct? Assuming they are different, how...
Rock, The update on the site & the Beta are different. But, they are compatible. So, you should have no problem installing the Beta on top of the current ...
Joseph Golden
joe@...
Apr 8, 2002 4:08 pm
688
Here's an answer from the internal sockets-guru, hope this helps! ... You can't ask for the remote-address before there is one. (You can ask after connecting,...
... Absolutely! In fact, that's what configuration and versioning is supposed to address. End users can have multiple engine versions installed (say versions...
Yeah, We will be working hand in hand with those that help us BETA test so this is a great chance to get some one on one time with Curl experts! -Dave ... ...
David Asbell
dasbell@...
Apr 8, 2002 7:03 pm
691
Errr... I don't know this for sure, but I'm under the impression that if you install the Beta, you would no longer have the 1.7 Surge Lab available. If you'd...
Dan, You will be able to run 1.7 & 2.0 code, which is what Brent was referring to. But, you are correct that you will only have the Beta version of the IDE and...
Joseph Golden
joe@...
Apr 8, 2002 8:35 pm
693
Hi Brent, From the url below: http://www.curl.com/html/demos/businesscases.jsp "See a demonstration of how Siemens uses Curl™ Technology to deliver a...
One additional thing I should mention is that the Beta version does have a time out. So, you will have to uninstall it eventually. Also, the uninstaller...
Joseph Golden
joe@...
Apr 9, 2002 12:36 pm
695
The application that Curl replaced was developed internally by Siemens as a Java applet. The applet was half a Meg in size, which made remote, dial-up access a...
Joseph Golden
joe@...
Apr 9, 2002 1:37 pm
696
Not to mention the fact that two Curlers did the entire Siemens app in 302 hours total (not each but total). btw - the reasons why the resulting Curl...
Hi! Works Mozilla with Curl plugin to Netscape?...
Alex Fedotov
feal@...
Apr 10, 2002 5:44 am
698
Does anyone know of any publicly available comparisons of Curl with the like of Python, Tcl/Tk etc? Any opinions on why to use Curl over other similar...
Thank you for ur information regarding the Beta evaluation program, Pls let me know what are the procedures for joining the Beta Evaluation team. With kind...
Accord Consulting
accordconsulting@...
Apr 10, 2002 7:16 pm
700
As Brent mentioned in the original thread, if you would like to be in the Beta program for developers, just email brent@... or you can also contact me,...
James Joly
jjoly@...
Apr 10, 2002 8:18 pm
701
Hi, does anybody know if I can run unprivileged curl applets on members.lycos.co.uk? I tried it and I get an error saying that the syntax of the ...
How can I build a TextArea or ListBox with LimitedSize similar to the LimitedSizedScrollBox? Why don't they stretch if I set height to add-stretch? Friedger...