Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1177 - 1206 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1177
Hello, the code in cs/ does not pass it's testsuite on amd64 machines, at least not on mine and a quick search on the net confirmed that others have the...
Thomas Regner
clearsilver@...
Send Email
Apr 30, 2008
8:42 pm
1178
... Yeah, that seems like a fine result. I've known about the issue, but didn't have a good idea of the "right" solution... the crc result would be different,...
Brandon Long
blong42
Offline Send Email
Apr 30, 2008
8:50 pm
1179
Hello, I'm using the Trac tool, and I'm having a problem that the solution given was to upgrade the ClearSilver from 0.9.14 to 0.10.x (to be more especific...
baison_hever
Offline Send Email
May 1, 2008
7:04 pm
1180
Here's the README.txt file in the python directory on how to compile on Windows. I'm not in front of a Windows box at the moment, so I can't test it for you: ...
Brandon Long
blong42
Offline Send Email
May 1, 2008
8:08 pm
1181
hello, while working on my own little c++ wrapper for clearsilver i came across a small inconsistence in hdf_copy(); it doesn't copy the source default value...
Mario Gliewe
mag@...
Send Email
May 8, 2008
5:31 pm
1182
Hey guys, In cgi_parse() there is a string comparison made when we have a POST request: if (type && !strcmp(type, "application/x-www-form-urlencoded")) //... ...
Ogla Sungutay
oglausa
Offline Send Email
May 17, 2008
10:44 pm
1183
I've seen this same problem. It would be more ideal if we parsed out the paramaters and made them available. According to RFC2045 they follow the RFC822 rules...
David Jeske
jeskeca
Offline Send Email
May 18, 2008
6:24 pm
1184
hello, I want to save unicode values in my HDF files to use them in my code (python code) and templates, but I don't now how can I do this. now, maybe because...
zeegco
Offline Send Email
May 19, 2008
5:18 am
1185
If you use the utf-8 encoding for unicode, you can store values in HDF just fine. From python, you'd have to do something like: hdf.setValue("Foo",...
Brandon Long
blong42
Offline Send Email
May 20, 2008
9:14 pm
1186
Although I can't remember at the moment why I made that choice, it seems pretty clear that I intentionally didn't copy the source node, and changing it now...
Brandon Long
blong42
Offline Send Email
May 21, 2008
4:22 am
1187
... I suspect the attributes are not copied simply because hdf_copy was written before attributes existed. I don't understand Mario's use of the term "source ...
David Jeske
jeskeca
Offline Send Email
May 21, 2008
5:53 pm
1188
... Well, even if a node has subnodes, it still may have a value. hdf_obj_get() would be the function in question. Therefore, if the source node i'm copying...
Mario Gliewe
mag@...
Send Email
May 21, 2008
7:39 pm
1189
... Attributes are copied, but nothing is copied for the actual source node, just the children of the source node. Brandon ... -- "Have been unavoidably...
Brandon Long
blong42
Offline Send Email
May 21, 2008
9:51 pm
1190
... Gotcha. I'm caught up now. I do remember some discussions long ago about whether or not to copy the values from the source-node or just the children, so...
David Jeske
jeskeca
Offline Send Email
May 22, 2008
8:24 am
1191
Hello, when I submit a form and then use hdf.getValue('Query.x',''), I want to give NCR values (http://en.wikipedia.org/wiki/Numeric_character_reference). I...
zeegco
Offline Send Email
May 24, 2008
7:59 am
1192
ClearSilver just gives you what the browser gives us. Are you using the same browser? Is the served page that the form is on the same? Brandon ... -- "This...
Brandon Long
blong42
Offline Send Email
May 24, 2008
5:26 pm
1193
yes I use same browser, yes forms are same too, but operating systems and versions of clearsilver and python differ. I give NCR values when I run my code on a...
P K
zeegco
Offline Send Email
May 25, 2008
4:24 am
1194
Hi, After reading the documentation on ClearSilver, it is not clear to me whether the Java method CS.close() closes the HDF passed as the first argument to the...
Karl Schimpf
karl.schimpf
Offline Send Email
Jun 17, 2008
9:08 pm
1195
No, CS.close() doesn't not close the HDF, you need to close it separately. Brandon ... -- Windows NT crashed. I am the Blue Screen of Death. No one hears your...
Brandon Long
blong42
Offline Send Email
Jun 17, 2008
10:11 pm
1196
I am trying to build ClearSilver 0.10.5 on a WinXP system under MinGW (msys 1.0.10). I am configuring the make as follows: ./configure --disable-apache...
weekapog318
Offline Send Email
Jul 12, 2008
1:00 am
1197
... [snip] ... I'm not sure, maybe EOL issues? What is in the .err files (they should contain the diff). ... *sigh*, looks like sleep was removed from mingw,...
Brandon Long
blong42
Offline Send Email
Jul 14, 2008
8:14 pm
1198
hello every one, can anyone send me a sample code for file up load. please send me the code for cgi and html part. Regards Max...
maxsimon1980
Online Now Send Email
Aug 8, 2008
10:27 pm
1199
Do you have a perferred language? Attached is a test python one I had lying around. upload.py is a dirt simple one, upload2.py uses a callback so you get...
Brandon Long
blong42
Offline Send Email
Aug 8, 2008
10:32 pm
1200
Thanks for your response, but i dont want to use python or any other script. I can use clearsilver C API with cgi application .i just want to know whether it...
maxsimon1980
Online Now Send Email
Aug 11, 2008
7:26 pm
1201
Yes, its possible. The code is obviously similar to the python from before. The key point is, your HTML code must have a FORM element which has the extra...
Brandon Long
blong42
Offline Send Email
Aug 11, 2008
9:57 pm
1202
hello everyone.. hope all u r doing great.. i am new to this clearsilver.. Now, I am in need of a file upload and a file download.. I cant find any more help...
Jeevan
jeevan_jothi
Offline Send Email
Aug 12, 2008
1:44 pm
1203
Hmm, second request for file upload help in as many days. You can see my previous response here: http://tech.groups.yahoo.com/group/ClearSilver/message/1201 ...
Brandon Long
blong42
Offline Send Email
Aug 12, 2008
8:53 pm
1204
Mr.Brandon, Thank you for your immediate response. The file download worked perfectly...!!!!!!!!! I have gone through your replies for file upload. In fact, I...
jeevan jothi
jeevan_jothi
Offline Send Email
Aug 13, 2008
6:03 pm
1205
hello sir, i have created a html file with following tags, <form method="post" enctype="multipart/form-data" action="upload.cgi"> <tr class="ch_fl1"> <td...
maxsimon1980
Online Now Send Email
Aug 20, 2008
5:01 am
1206
... try err=hdf_set_value(cgi->hdf,"Config.Upload.TmpDir","/var/tmp"); Gerald ... This message was sent using IMP, the Internet Messaging Program....
Gerald Dachs
gdachs
Offline Send Email
Aug 20, 2008
7:11 am
Messages 1177 - 1206 of 1347   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