Hi list, Just a quick note to wish you all a Happy New Year, and to let you know that the next issue of the curlBreaker.com magazine is online. Looking forward...
Chris Banford
chris@...
Jan 1, 2002 3:18 pm
351
Hey curlbreaker-ers, Ming's question about the SAX Parser speed was intriguing ... so after investigation it turns out that the SAX Parser itself is quite fast...
Brent Young
brent@...
Jan 2, 2002 6:51 pm
352
Does anyone have any explination about the message "Applet died unexpectedly"? What causes it? How it can be prevented? etc. etc. I am running a Gateway with...
I recently posted RectangleGradientFillPattern to CurlExamples.com. This class inherits the abstract PixmapBasedFillPattern. I tried to follow the instructions...
... Well I fixed this by calling "compute-pixmap" within the setters. Kinda kludgy, but it works. Of course that is not ideal if you want to change more than 1...
I tried to copy a rectangle from one pixmap to the other and use them as fillpattern for frames (using copy-from) It only works when I initialise BOTH pixmaps...
[also posted to the discussion forums] I'm trying to set up an AcceptorTCPSocket with a timeout, but a try/catch around the {bind} method does not appear to be...
Paul J. Metzger
pjmetzger@...
Jan 4, 2002 1:38 pm
358
... This doesn't match my experience. See ImageDicer on CurlExamples.com for a program I wrote that creates and copies pixmaps without a drawable ever being ...
I don't know how many people on this list have worked with sockets in Curl, but I'm trying to set up a basic TCP/IP server socket in Curl, which another...
Paul J. Metzger
pjmetzger@...
Jan 4, 2002 2:23 pm
360
... Yes, I get the same thing. I used the display-context and obj arguments alternatively but got the same results. I measured the actual distance of the...
John Clouse
John.Clouse@...
Jan 4, 2002 2:43 pm
361
Then the problem is a window problem? Any experiences with Linux? Friedger...
There is an AsyncClientConnection for the curl-email programm at sourceforge.net. I don't know whether that helps. While working with the email client I had no...
Unfortunately, AsyncClientConnection is a client-side class; it doesn't do any bind (if I remember right.) This may be a dumb question, Paul, because it's been...
I haven't tried this, so I don't know that it works for sure but this is generally useful information, so I'll share it anyway... Pixmaps have a bool in them...
Aaron Orenstein
aorenste@...
Jan 4, 2002 4:05 pm
366
I ran your applet under Redhat Linux 7.1 (X Windows v. 4.0.3) and got the following results: 1024x768 - 1mm = 2.95242pixel; ruler = 1.4cm 800x600 - 1mm =...
John Clouse
John.Clouse@...
Jan 4, 2002 4:20 pm
367
I got an {Iterator-of int} back from a ListBox. I want to use it to do some work on the selected items in the ListBox. But my attempts to let/set multiple...
This is pretty sweet - thought you'd all get a kick out of it ... ... -- ... Brent A. Young Software Engineer, Technology Evangelist Curl Corporation (W)...
Is there a recommended way of coding an HTML page to determine if the Surge plugin has been installed ? Thanks, Paul Paul Sheehan SI International, Inc. phone...
Sheehan, Paul
paul.sheehan@...
Jan 7, 2002 10:03 pm
370
Yes, you can use JavaScript to detect the plugin and take appropriate action. Unfortunately, there is no way to do this in pure HTML. The following will...
Christopher Barber
cbarber@...
Jan 7, 2002 10:10 pm
371
I just uploaded an example to curlexamples.com that implements a rounded box with a drop shadow and anti-aliasing. It's in the Multimedia->2D area. Some of...
Gil Irizarry
gil@...
Jan 7, 2002 10:37 pm
372
... I am running IE5.5 on Wondows 98 and, even though the browser can recognize .curl files and bring up Surge if necessary, it always takes the "else" branch...
The JavaScript code sent out only works with Netscape, not IE. Of course the two of them don't implement this sort of thing in compliant ways. However, the...
The following scripts worked with both IE and Netscape but it uses VBScript as well <script language="JavaScript"> <!-- curl=false //--> </script> <script...
Hi, {value 521 + 0.0255555} => 521.026 I was wondering why Curl failed to deliver the exact answer and how I could bypass that. Thanks, Greg. ...
gregory vandenbroucke
pitou_cat@...
Jan 8, 2002 11:27 am
376
The problem is that your answer isn't printed with enough precision (the default seems to be 6 digits). To format a value with a specific precision, use...
Aaron Orenstein
aorenste@...
Jan 8, 2002 5:01 pm
377
... There exist an API called format. Using it like that: {let i:double=521, j:double=0.0255555, x:double= i + j } {text ... } You'll get this as output: "x =...
Volker Helm
helm.volker@...
Jan 8, 2002 5:08 pm
378
I'm developing a large Curl application and I want to store the code in different packages within separate directories, such as c:\myapp - COM.SI-ECC.MYAPP ...
Sheehan, Paul
paul.sheehan@...
Jan 10, 2002 3:22 pm
379
... Unfortunately, that is not supported. However, you can use relative paths, as in: location = "../Forms/Import.curl" You can also use project files and the...