Hi all, Just wanted to let you know, last night we posted a "Technology Preview" of Surge Lab running on Linux on the web site ...
Pamela Hoodes
pam@...
Dec 1, 2001 10:17 am
230
... From: Friedger Mueffke To: curlbreaker-l@yahoogroups.com Sent: 11/30/01 4:09 AM Subject: [curlbreaker-l] Re: CurlWiki << You would still need some program...
Cena, Resty
rcena@...
Dec 1, 2001 7:03 pm
231
So I'm looking for a ... have ... What you're looking for is WEBDAV for Curl. Basically this is file system operations over HTTP. Among other things WEBDAV...
jbeekmann@...
Dec 2, 2001 4:31 am
232
Hi, Thanks for your reply. I will pursue this lead -- while waiting for your Curl implementation of HTTP ;-). I came across an interesting email today about...
Cena, Resty
rcena@...
Dec 3, 2001 4:32 pm
233
Does anyone know how to make a DropdownList stretch to fit the length of the longest text string placed within it? If I assign the width option to an absolute...
John Clouse
John.Clouse@...
Dec 3, 2001 7:03 pm
234
... the ... I'm hoping for an easy answer to this problem, something I'm just not seeing, but in the mean time I devised something that works, although when I ...
John Clouse
John.Clouse@...
Dec 3, 2001 10:55 pm
235
... Well, Distance is sort of unit-agnostic; it's not in meters any more than it's in points. Meters are simply the default display units if you output them....
Damian Frank
damianf@...
Dec 3, 2001 11:11 pm
236
... I totally agree. And made even more powerful by making it easy to define your own types of units. For example, another fun physics model is modeling...
Ron Mayer
mayer@...
Dec 4, 2001 12:10 am
237
Is there a tool to migrate my Visual Basic application to Curl? I want to be able to access a database through an Intranet. I have a lot of forms. Thanks. ...
No there is not- However, you may find it interesting that the Surge Lab IDE team at Curl is using VB as a model for interface requirements in the upcoming...
Craig LaPinta
clapinta@...
Dec 4, 2001 10:14 pm
239
... Yes. I agree that this behavior isn't what you would wish for or expect, but it results from the interplay of several Curl and Windows mechanisms: 1. The...
Bert Halstead
rhh@...
Dec 5, 2001 1:09 am
240
... it's ... The problem is that Curl won't convert meters to points: {let i:int = 8} {let meters:Distance = i * 1m} || This works {let points1:Distance...
John Clouse
John.Clouse@...
Dec 5, 2001 12:39 pm
241
there is no need to convert meters to points, because _all_ curl distances are stored _internally_ in meters. the compiler applies the right conversion factor...
Doug McCrae
dmccrae@...
Dec 5, 2001 1:54 pm
242
... A good case could be made that we should regard this as a bug in DropdownList. Unfortunately, for historical reasons Curl accepts (for example)...
Bert Halstead
rhh@...
Dec 5, 2001 2:04 pm
243
... That's because the product of two distances is an area. I'm not joking--the Curl content language's unit system actually notices that you're multiplying...
deh@...
Dec 5, 2001 3:45 pm
244
www.wired.com sweetness -- ... Brent A. Young Technology Evangelist Curl Corporation (W) 415.625.5148 (F) 415.625.5142 Tri hard...
Brent Young
brent@...
Dec 5, 2001 5:14 pm
245
Great to see Curl getting some (much deserved) good press. The AOL angle was an interesting one... -Chris ... Chris Banford editor@......
Chris Banford
chris@...
Dec 5, 2001 6:45 pm
246
We're at the half way mark with just over 5 weeks to go. I trust your entries are coming along to your satisfaction. I'd like to do a quick survey to find out...
Roberto Modica
rmodica@...
Dec 5, 2001 9:09 pm
247
SHORT VERSION: Any Drag and Drop experts here? In the accept-drop proc, how do I get the x-y coordinates of the drop target graphic? LONG VERSION: I am trying...
brucemount@...
Dec 7, 2001 1:08 pm
248
Hey - Anyone know how I can make a Table whose cells are completely uniform, whether they actually have children or not? It seems that when making the Table...
Brent Young
brent@...
Dec 7, 2001 4:33 pm
249
Bruce, you can access the target variable of the Drop event and then calculate the position. Friedger {DropResultMove action = {proc {}:void let ...
... I would appreciate if you could show me how. It is not for lack of trying. What option or field on the target event returns its current location? I can't...
brucemount@...
Dec 7, 2001 9:17 pm
251
... The procedure "transform-coordinates" bundles these sorts of coordinate-transforming computations up in a convenient way. I recommend it as a way of...
Bert Halstead
rhh@...
Dec 7, 2001 9:18 pm
252
Friedger: YIKES!!! My apologies.....when I first saw the code you attached I erroneously thought it was a cut and paste of my example code because it had all...
brucemount@...
Dec 7, 2001 9:34 pm
253
Yes, that looks a lot nicer. Thanks, Friedger {DropResultMove action = {proc {}:void let (xx:Distance,yy:Distance)={transform-coordinates ...
... HUGE thanks to Friedger and Bert for their help with this!! It works just the way I wanted. I don't fully understand WHY it works just yet, but I'm ...
brucemount@...
Dec 7, 2001 10:01 pm
255
Brent, The closest I've come to this is by using a TextFlowBox within each cell of the table. If you look at the adjustable table example on CurlExamples ...
David Goldberg
daveg@...
Dec 8, 2001 2:32 pm
256
hi, i'm new to curl and i couldn't find anything similar to this with the archives or in the documentation (maybe i just overlooked it?) anyway, i've been...
Hi new to Curl! You can wrap your numbers up into a text format. I'm not sure that this was the question you were asking, but it's a good solution anyway :) ...