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@...
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@...
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@...
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...
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@...
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...
Hello, getting following error message. e:\RMA\2.curl:29 `regexp-match?' is not recognized Bye ... Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
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@...
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...
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 ...
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@...
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?...
... 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@...
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@...
Oct 7, 2002 9:11 pm
1041
Hello !, Thanks a lot ,Mat. It worked . Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
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,...
... 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...
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@...
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...
Hello , Thanks a lot . Regards, parikshit ... Best regards, Parikshit...
parikshit Pushkarna
pushkarna_pn@...
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...
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...