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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1025 - 1060 of 1161   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1025
is it impossible to load png's? tia andreas...
andreas halter
andreas@...
Send Email
Oct 1, 2002
7:07 am
1026
Curl supports GIF87, GIF89a, JPEG, BMP and PPM, but you're free to write your own png reader ;-) Markus ... Von: andreas halter...
Weidemann Markus
m.weidemann@...
Send Email
Oct 1, 2002
7:40 am
1027
Hi Andreas, Curl doesn't have any built in PNG support. However if you wanted to, you could write your own. :) -- Dave ... From: "andreas halter"...
Dave Goldberg
daveg@...
Send Email
Oct 1, 2002
4:27 pm
1029
Hello Friends ! Can we pass variable to curl applets through html or asp pages. If yes then how? ... Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 3, 2002
5:17 am
1030
If you use GET as a http call you can analyse the actual url of the applet, e.g. http://myserver.com/start.curl?param=1. The might be a more clever way to do...
friedger
Offline Send Email
Oct 3, 2002
8:01 am
1031
Hello Friedger, Thanks for valuable suggestion.But how do we access the param in start.curl i.e. as we used to write request.querystring("param") in asp. or...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 3, 2002
9:59 am
1032
Hi, My codem to get "username=my_username" from querystring: {import * from CURL.ENGINE.APPLET} {let appletUrl:Applet = {get-the-applet}} {let qstring:#String...
Juha Martikainen
meigacurl
Offline Send Email
Oct 3, 2002
10:28 am
1033
Hello, getting following error message. e:\RMA\2.curl:29 `regexp-match?' is not recognized Bye ... Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 4, 2002
5:25 am
1034
Now i ve included the package CURL.LANGUAGE.REGEXP but now where is my username from the query string . ... Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 4, 2002
5:39 am
1035
Hi, It should be in username variable. If there is problems, try: {{value username}.to-String} Now i ve included the package CURL.LANGUAGE.REGEXP but now...
Juha Martikainen
meigacurl
Offline Send Email
Oct 4, 2002
5:43 am
1036
Hi everybody, I just wonder whether one could revive the curl-widgets project. There is a collection of components that should be made more accessible to ...
friedger
Offline Send Email
Oct 5, 2002
7:59 am
1037
Hello All, I want to pass a variable through http get method and fetch that variable in another applet. In variable sending applet i am writing following : ...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 7, 2002
7:38 am
1038
Hi, How can all the information scattered around be made better accessible? Is there anybody willing to work on a Curl Portal for developers or such alike?...
Friedger Mueffke
friedger
Offline Send Email
Oct 7, 2002
12:11 pm
1039
... Good question Friedger, I'm hoping that there will be an announcement soon concerning exactly this -- but I don't have any details concerning a starting...
Chris Banford
chris@...
Send Email
Oct 7, 2002
2:05 pm
1040
Your regular expression was not matching. You need to check the return value of regexp-match?; if it returns false, then the pattern did not match and it...
Mat Hostetter
mat@...
Send Email
Oct 7, 2002
9:11 pm
1041
Hello !, Thanks a lot ,Mat. It worked . Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 8, 2002
5:53 am
1042
Hello, I would like to encourage you to attend the ALU conference at the end of this month in San Francisco. There will be a Web-agent 'bot beauty contest,...
Howard Stearns
howard_stearns
Offline Send Email
Oct 9, 2002
12:01 pm
1043
Hello ! Getting Following error in running code below: <Error> Error: Adding a child to a BaseFrame that already has a child <code> {import * from...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 9, 2002
1:11 pm
1044
Hello ! Getting Following error in running code below: <Error> Error: Adding a child to a BaseFrame that already has a child <code> {import * from...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 9, 2002
1:15 pm
1045
Hello ! Getting Following error in running code below: <Error> Error: Adding a child to a BaseFrame that already has a child <code> {import * from...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 9, 2002
1:18 pm
1046
Here is my guess what's wrong. (not sure about it) HttpForm is a dialog, i.e. a Frame that only allows one element in it. Place Variantdetails and...
friedger
Offline Send Email
Oct 9, 2002
2:02 pm
1047
... I believe the problem is that HttpForm may only contain one graphical object, but you have specified two (i.e. the value and the submit-button). You just...
Christopher Barber
cbarber
Offline Send Email
Oct 9, 2002
2:24 pm
1048
Hi Parikshit, You need to put the items in the HttpForm into a container. HttpForm can only hold -one- item becuase it inherits from Dialog. I solution might...
Dave Goldberg
daveg@...
Send Email
Oct 9, 2002
2:26 pm
1049
Howdy - Friedger is correct in that you are adding two Graphics to an object which only takes one - putting them in a vbox solves the problem. However, as an...
Brent Young
tri_brentyoung
Offline Send Email
Oct 9, 2002
2:38 pm
1050
Hello , Thanks a lot . Regards, parikshit ... Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
Send Email
Oct 10, 2002
5:18 am
1051
Here is my first try on a text editor: What you see is nearly what you get. One can create/edit/move text blocks, save and load it from a file. Are you...
friedger
Offline Send Email
Oct 10, 2002
2:07 pm
1052
... Sorry but not working... "Curl content could not be loaded. Click on the Reload button to restore the content."...
Alex Fedotov
feal@...
Send Email
Oct 10, 2002
2:22 pm
1053
See the source at http://www.friedger.de/wysiwyg/project.zip I can't try it at the moment -- because there is not plugin for solaris ... Friedger...
friedger
Offline Send Email
Oct 10, 2002
2:59 pm
1055
That was meant to be for everybody. ... That should work no. I've added support for bold fonts. It can be easily extended to more formats. Friedger...
friedger
Offline Send Email
Oct 11, 2002
1:58 pm
1060
Any new experiences or results on subapplets? Is it possible to start a subapplet on a different machine? One possibility would be to have one subapplet that...
friedger
Offline Send Email
Oct 15, 2002
11:03 am
Messages 1025 - 1060 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