Hi Brent, I'm scrounging for material for the curlbreaker.com site, and not surprisingly, youj are one of the trees I'm shaking. How are things going for you...
Chris Banford
chris@...
Jun 3, 2002 9:33 am
799
Sorry list -- that was meant to go to Brent directly... -Chris ... From: Chris Banford <chris@...> ... with...
Chris Banford
chris@...
Jun 3, 2002 12:39 pm
800
Hello everyone, Quick question: Is it possible to change the icon that appears in the title bar of the browser to something other than the default curl icon...
Joel (curl)
curl-mailing-list@...
Jun 4, 2002 10:31 am
801
... From: Joel (curl) <curl-mailing-list@...> ... Don't think that this is possible -- probably a security thing (you always know it's a Curl applet...
Chris Banford
chris@...
Jun 4, 2002 12:33 pm
802
Enter your vote today! A new poll has been created for the curlbreaker-l group: Should we try to create a comp.lang.curl newsgroup? If this were proposed...
curlbreaker-l@yahoogr...
Jun 4, 2002 5:37 pm
803
I created this poll to see if there is enough interest ... Because creating such a group is lengthy formal process requiring a 2/3rds majority and 100 more YES...
just curious when 2.0 is coming. can't find any info about it online....
Joel (curl)
curl-mailing-list@...
Jun 5, 2002 2:06 am
806
Hi, I'm trying to copy an XObjGraphic to an offscreen drawable via Renderer2d.create-offscreen and then using the returned renderer as the argument to...
Joel (curl)
curl-mailing-list@...
Jun 5, 2002 10:57 am
807
... Your hunch is correct and unfortunately I agree with your conclusion that you're out of luck. The Curl code never sees the drawing operations performed by...
Bert Halstead
rhh@...
Jun 5, 2002 3:34 pm
808
Hi Joel, Thanks for the ongoing interest in Curl. Just to let you and the rest of the developer community know, things are progressing very well and we will...
David Asbell
dasbell@...
Jun 5, 2002 3:46 pm
809
Hi Joel, What is this XObjGraphic doing anyway? Could you write it in Curl as well? (or are you just playing around...). -Chris ... container ... control ... ...
Chris Banford
chris@...
Jun 5, 2002 6:31 pm
810
Hi Chris, My XObjGraphic is an embeded Shell.Explorer object. I use it to view web pages. Re-inventing it in Curl would be a LOT of extra work prone to many ...
Joel (curl)
curl-mailing-list@...
Jun 5, 2002 8:39 pm
811
Sounds like a good idea for a web sevice. :) -- Dave ... Hi Chris, My XObjGraphic is an embeded Shell.Explorer object. I use it to view web pages....
David Goldberg
daveg@...
Jun 5, 2002 8:45 pm
812
Or service. -- Dave ... Sounds like a good idea for a web sevice. :) -- Dave ... offscreen drawable | ...
David Goldberg
daveg@...
Jun 5, 2002 8:49 pm
813
Hi Joel, Ya - you'll probably have to write an ActiveX control you can host inside the Curl applet (another XObjGraphic). This control could navigate the ...
Hi everyone, I was just wondering if there already exists FTP functionality in Curl (didn't see any) or if someone has written an FTP class i could use (or...
Joel (curl)
curl-mailing-list@...
Jun 7, 2002 3:32 am
816
Hi Joel, As far as I know, no one has written ftp for Curl. -- Dave ... Hi everyone, I was just wondering if there already exists FTP functionality in Curl ...
David Goldberg
daveg@...
Jun 7, 2002 11:14 am
817
Hey all. I read that article and found it really interesting. However I disagree that the HTML/DHTML/CGI mess is an "old" problem that developers have found ...
Fregas
lists@...
Jun 8, 2002 1:33 am
818
... Note: I'm a Curl employee. I'll answer these out of order. 2) Curl now has a different pricing scheme than before. From ...
Gil Irizarry
gil@...
Jun 8, 2002 4:32 am
819
Thanks for the quick reply Gil. I'll respond equally out of order. 2) I'm glad to hear that Curl has changed its pricing strategy. I'd like to know more...
Fregas
lists@...
Jun 8, 2002 7:59 pm
820
Hi List! Have just updated bSoftware's 'FastGrid' to version 1.0.038... Although I've put this project up on curlexamples, I think it's a bit of overkill to...
Chris Banford
chris@...
Jun 8, 2002 10:08 pm
821
... just ... Joel, I did. If you let me know what you want to do with it and send me some code in return I'll send you the code. Friedger...
Hi List, Was just looking at the curlbreaker.com site -- fun to watch as someone else out there make the Web Page Counter roll from 55,999 to 56,000. I don't...
Chris Banford
chris@...
Jun 10, 2002 10:04 pm
823
How can I achieve that a cell in a table is filled by its contents? I thought hstretch? would do it but I can't get it working. Any ideas what to do to make...
I'm not sure about the text format "table" but the object "Table" works: {Table hstretch? = true, {row-prototype hstretch? = true, {Rule height=1cm, width =...
The problem is that {cell} wraps its contents in a TextFlowBox and TextFlowBoxes never stretch their contents, even if the box itself might be stretched to...
Bert Halstead
rhh@...
Jun 11, 2002 1:09 am
826
Hey all - I too am a curl employee as you are all probably well aware :> Some of my, non-curl-official, thoughts below ... Cool - If you are interested,...
Is there a simple Optionable-class that has similar properties like Frame or Graphic where options are set automatically when given in the constructor. ...