All is quite, has everyone moved to the yahoo list? Should all new posts be going there? I don't see any activity on yahoo either. Joerg TELUS Enterprise...
Joerg Beekmann
beekmann@...
Nov 1, 2001 6:21 pm
4
I'm on the Yahoo list. Jason ... From: Joerg Beekmann [mailto:beekmann@...] Sent: Thursday, November 01, 2001 11:22 AM To:...
Jason Underdown
junderdown@...
Nov 1, 2001 6:39 pm
5
Me too. ... list. ... ____________________________________________________________ Nokia Game is on again. Go to http://uk.yahoo.com/nokiagame/ and join the...
Peter Turner
globule_winsplatter@...
Nov 1, 2001 9:03 pm
6
ditto! ... -- ... Brent A. Young Technology Evangelist Curl Corporation (W) 415.625.5148 (F) 415.625.5142 Tri hard...
Brent Young
brent@...
Nov 1, 2001 9:10 pm
7
This is the approach I've taken document to. The sequence is: ** display document ** edit ** save on loose focus (if this is a prototype, never been saved...
Joerg Beekmann
beekmann@...
Nov 1, 2001 10:17 pm
8
Thanks this has finally sunk in and I'll do something like this. Joerg TELUS Enterprise Solutions ....... Joerg Beekmann beekmann@... t: 604 801...
Joerg Beekmann
beekmann@...
Nov 1, 2001 10:18 pm
9
. ... Hi List, Like always -- it just doesn't seem to be very simple (and yes the list is quiet at the moment). I've got everyone's addresses added to the...
Chris Banford
chris@...
Nov 2, 2001 4:01 am
10
Please let me in ! **************************************************************** ***** * Yann Faurie, 37 quai de la seine, 75019 Paris. ** * Tél...
Yann Faurie
yann.faurie@...
Nov 2, 2001 8:18 am
11
Did I missed something or has Halloween not yet passed? Friedger...
... No, it's just that everyone forgets the FULL interpretation of Halloween.....remember it's TRICK or TREAT......we just got the trick. :-) ....maybe we'll...
brucemount@...
Nov 2, 2001 12:33 pm
13
Sorry everyone - the release was delayed -- we expect to have it out by end of day today. I'll email here when its available, Pam Hoodes F Muffke ...
Pamela Hoodes
pam@...
Nov 2, 2001 2:10 pm
14
We had a few hiccups with our Web site, so the new release got delayed. It should be available from the site tonight. Joe F Muffke <friedger@...> Sent...
Joseph Golden
joe@...
Nov 2, 2001 2:15 pm
15
Hi Curlbreakers, Well, we've got it done -- the site has been updated, and Surge 1.2 and the new Surge Lab are now ready for downloading!!! We had one problem...
Pamela Hoodes
pam@...
Nov 3, 2001 12:58 am
16
Does anyone know of a procedure for base64 encoding a string? As in the encoding required for userid:pw in the HTTP Authorization header? Joerg TELUS...
Joerg Beekmann
jbeekmann@...
Nov 5, 2001 9:23 pm
17
Here are the results of my poll. Didn't get a huge response but we're a small group: I asked what people are using besides (or before) curl. Do they do server...
Craig
lists@...
Nov 5, 2001 10:33 pm
18
Here's a company looking to hire Curl programmers: http://www.meigainnovations.com/business.html Joe "Craig" <lists@...> 11/05/2001 05:31 PM ...
Joseph Golden
joe@...
Nov 5, 2001 10:54 pm
19
... Hi Craig, Here is my 'tardy' repsonse: Before Curl -> Pascal, Java, Lingo (Director/Shockwave), html (various flavors), VB, Basic, C++ Still using ->...
Chris Banford
chris@...
Nov 5, 2001 11:49 pm
20
Hi, what a relief that there is now the IDE !!! Is it possible to create parametriesed classes with a parameter? I.e. something like that: {curl 1.7 applet} ...
... Almost -- it uses dynamic event handlers (it's an excellent example though). I wanted to use static event handlers to achieve the same effect -- ...
Chris Banford
chris@...
Nov 6, 2001 3:44 pm
23
Good questions, I've wondered that myself. The documentation seems to hint that parameterization is a general feature but gives not clue on how to proceed. ...
Joerg Beekmann
jbeekmann@...
Nov 6, 2001 4:49 pm
24
Chris, hope the following helps. ... 1. Define the subclasses of Event you reqire. Add fields for any state you want to carry along in the events. 2. Ensure...
Joerg Beekmann
jbeekmann@...
Nov 6, 2001 5:01 pm
25
Thanks, I'm looking at this now. Do you know this to work? The following two lines seem wrong: let buf:ByteVec = {ByteVec max-size=octets.size} {for c:char key...
Joerg Beekmann
jbeekmann@...
Nov 6, 2001 5:43 pm
26
... Hi Joerg, Don't suppose you've got an example kickin' around? I'd be happy not to re-invent the wheel (again :) -Chris ... Chris Banford chris@... ...
Chris Banford
chris@...
Nov 6, 2001 6:10 pm
27
Here is the basics. The only thing I'm not sure of is if there is a specific exception verify-event is supposed to raise if it encounters and event that can't...
Joerg Beekmann
jbeekmann@...
Nov 6, 2001 6:34 pm
28
... Yes - that is possible. {define-class public {MyClass t:Type} field foo:t field bar:t } let x:{MyClass int} = {new {MyClass int}} Be aware that the...
Aaron Orenstein
aorenste@...
Nov 6, 2001 6:56 pm
29
I was looking at the Mime-base64.curl file and noticed it makes extensive ... let result:ByteVec = {ByteVec.from-size 512, 0} ... set result[i]= a-value ... ...
Joerg Beekmann
jbeekmann@...
Nov 6, 2001 7:24 pm
30
Thanks for the example Joerg -- it was exactly what i was looking for. Please put a copy of it onto CurlExamples.com, as it should help others like me, who...
Chris Banford
chris@...
Nov 6, 2001 8:58 pm
31
Hi Joerg (and others), It didn't take me long to arrive at the next event road block. Joerg's example works like a charm, as long as I'm handling the custom...
Chris Banford
chris@...
Nov 6, 2001 8:58 pm
32
... Events don't 'percolate' in general. PointerEvents do, but they're a special case. --deh!...