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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 350 - 379 of 1161   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
350
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@...
Send Email
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@...
Send Email
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...
willied8544
Offline Send Email
Jan 3, 2002
3:19 am
353
Even after restarting Win98 with resolution 640x480 the value is still the same as it was before with resolution 1024x768. Does anyone have similar...
Mueffke
friedger
Offline Send Email
Jan 3, 2002
9:18 pm
354
I recently posted RectangleGradientFillPattern to CurlExamples.com. This class inherits the abstract PixmapBasedFillPattern. I tried to follow the instructions...
Robert Rock Howard
rockmh
Offline Send Email
Jan 3, 2002
10:49 pm
355
... 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...
Robert Rock Howard
rockmh
Offline Send Email
Jan 3, 2002
11:36 pm
356
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...
Mueffke
friedger
Offline Send Email
Jan 4, 2002
11:49 am
357
[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@...
Send Email
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 ...
Robert Rock Howard
rockmh
Offline Send Email
Jan 4, 2002
2:11 pm
359
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@...
Send Email
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@...
Send Email
Jan 4, 2002
2:43 pm
361
Then the problem is a window problem? Any experiences with Linux? Friedger...
Mueffke
friedger
Offline Send Email
Jan 4, 2002
3:10 pm
362
I saw and studied your program but I couldn't find the point that prevents my code from working. Friedger...
Mueffke
friedger
Offline Send Email
Jan 4, 2002
3:12 pm
363
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...
Mueffke
friedger
Offline Send Email
Jan 4, 2002
3:16 pm
364
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...
Dan Breslau
dbreslau
Offline Send Email
Jan 4, 2002
3:25 pm
365
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@...
Send Email
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@...
Send Email
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...
Robert Rock Howard
rockmh
Offline Send Email
Jan 6, 2002
1:08 am
368
This is pretty sweet - thought you'd all get a kick out of it ... ... -- ... Brent A. Young Software Engineer, Technology Evangelist Curl Corporation (W)...
Brent Young
tri_brentyoung
Offline Send Email
Jan 7, 2002
7:09 pm
369
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Robert Rock Howard
rockmh
Offline Send Email
Jan 7, 2002
11:45 pm
373
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...
Brent Young
tri_brentyoung
Offline Send Email
Jan 8, 2002
1:28 am
374
The following scripts worked with both IE and Netscape but it uses VBScript as well <script language="JavaScript"> <!-- curl=false //--> </script> <script...
Mueffke
friedger
Offline Send Email
Jan 8, 2002
9:51 am
375
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Christopher Barber
cbarber@...
Send Email
Jan 10, 2002
4:22 pm
Messages 350 - 379 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