need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Hello, 1. after downloading a rev-compressed binfile from the internet with: load url pUrl I want to decompress it with: put decompress(URL pUrl) into URL (binfile: pTarget) pUrl is something like: http://www.mydomain/myBinFile.gz I get the error decompress: string is not compressed data

AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Bonjour Eric, I am glad you don't have Thanksgiving in France and you are not off :) If I parse the catch Error I get the same as before: Error description: decompress: string is not compressed data, which leaves me lost with my original problem. So what could get wrong with my statements or

AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Hmmm, perhaps I am looking at the wrong end of the lane. The file I downloaded with load pUrl was compressed before with: put compress(URL (binfile: it)) into URL (binfile: it .gz) and then uploaded. Do you see here the fault, which could led to this not compresd data error? Thank you and enjoy

Re: AW: AW: need help for decompress URL

2008-11-28 Thread Eric Chatonet
I assume that you have on your desktop the compressed file you uploaded. Apply your code directly to it to verify :-) Le 28 nov. 08 à 11:54, Tiemo Hollmann TB a écrit : Hmmm, perhaps I am looking at the wrong end of the lane. The file I downloaded with load pUrl was compressed before with: put

AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Add: could it be perhaps some dlls under the hood, which come into conflict with other gz decompressing tools and it isn't rev? Does anybody knows, if this compress and decompress is handled completely within rev, or are there any externals used, which could get into conflict? Thanks Tiemo

Re: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Dave Cragg
On 28 Nov 2008, at 11:06, Tiemo Hollmann TB wrote: Yes, decompressing the same lokal file with: put decompress(URL (binfile: it)) into URL (binfile: tFile) works like a charme. But uploading this file to the internet and doing load pURL put decompress(url pUrl) into tData where pUrl is

Re: OT: where are you on google.

2008-11-28 Thread Bob Hartley
Thomas McGrath III wrote: But with quotes around my name I come in at number One. #4 with quotes but #1 with quotes and biology.. :-) Cheers Robert (Bob) Sunny Scotland Hmmm Thomas J McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and

AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Hello Dave, yes I do it with the urlstatus() Thanks Tiemo Tiemo load url works in the background and you need to use a callback message to get the data. Something like this: on myHandler -- whatever load URL pUrl with message loaded end myHandler on loaded pUrl, pStatus if

AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Wow, that sounds really hot! That would be an explanation (I still can't open you tutorials online) But where to start the search, and if this happens at my PC, how often will it happen at customer sites??? :( Perhaps I'll deinstall all revs from my PC this weekend and do a fresh install (though

AW: AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Hello again, tracking it down it looks like the problem is not the decompress but the simple download and I don't find the fault ;( I did the compress like: put compress(URL (binfile: it)) into URL (binfile: it .gz) 1. compressing and decompressing a local file works fine. 2. uploading the

Re: AW: need help for decompress URL

2008-11-28 Thread Eric Chatonet
Happy Thanksgiving Tiemo ;-) Le 28 nov. 08 à 11:42, Tiemo Hollmann TB a écrit : I am glad you don't have Thanksgiving in France and you are not off :) If I parse the catch Error I get the same as before: Error description: decompress: string is not compressed data, which leaves me lost

Re: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Eric Chatonet
Just a thought: Some weeks ago you told me you were not able to use Tutorials Picker that downloads gz compressed files. And you were the only one to report this. I am inclined to think that your current problem and this previous one are the same. Le 28 nov. 08 à 12:06, Tiemo Hollmann TB a

Re: AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Eric Chatonet
It's a local problem at your place: I suspect that Rev is confused by another decompress library you installed or was installed along another software installation. Not easy to track :-( Have a look at all dlls in system32... Le 28 nov. 08 à 12:20, Tiemo Hollmann TB a écrit : Wow, that

AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Actually I get a little bit more information from parsing the error codes: Error description: decompress: string is not compressed data Object: Line: 276 Column: 17 Processing Token: Error description: put: error in expression Object: Line: 276 Column: 1 Processing

Re: need help for decompress URL

2008-11-28 Thread Eric Chatonet
Bonjour Tiemo, Le 28 nov. 08 à 11:04, Tiemo Hollmann TB a écrit : Hello, 1. after downloading a rev-compressed binfile from the internet with: load url pUrl I want to decompress it with: put decompress(URL pUrl) into URL (binfile: pTarget) pUrl is something like:

Rev 3 fails to build with Stack Password set ?

2008-11-28 Thread camm29
If a Stack contains ANSWER Dialog and you set a password for the Stack in Standalone settings if fails to buildin Rev 3 ? This is no a problem in Rev 2.8 Regards Camm ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

AW: AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Yes, decompressing the same lokal file with: put decompress(URL (binfile: it)) into URL (binfile: tFile) works like a charme. But uploading this file to the internet and doing load pURL put decompress(url pUrl) into tData where pUrl is something like: http://www.mydomain/myBinFile.gz; I get this

Re: AW: AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Jan Schenkel
--- Tiemo Hollmann TB [EMAIL PROTECTED] wrote: Hello again, tracking it down it looks like the problem is not the decompress but the simple download and I don't find the fault ;( I did the compress like: put compress(URL (binfile: it)) into URL (binfile: it .gz) 1. compressing and

AW: AW: AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Hi Jan, it returns: HTTP/1.1 200 OK Date: Fri, 28 Nov 2008 13:22:01 GMT Server: Apache Last-Modified: Fri, 28 Nov 2008 09:44:04 GMT ETag: e4c18c-3f4cf-492fbd64 Accept-Ranges: bytes Content-Length: 264317 Content-Type: text/plain Is it the wrong content-type?, but why, I did compress it Tiemo

Re: AW: AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Eric Chatonet
Bonjour Tiemo, If you send me off-list a link pointing to a file to download, I'll try here: This should narrow your search. Le 28 nov. 08 à 14:34, Tiemo Hollmann TB a écrit : Hello again, tracking it down it looks like the problem is not the decompress but the simple download and I

Re: OT: where are you on google.

2008-11-28 Thread Judy Perry
Well, I'm #1 if I search for my alter-ego Katherine Swynford... Judy http://revined.blogspot.com On Fri, Nov 28, 2008 at 4:24 AM, Bob Hartley [EMAIL PROTECTED] wrote: Thomas McGrath III wrote: But with quotes around my name I come in at number One. #4 with quotes but #1 with quotes and

Re: OT: where are you on google.

2008-11-28 Thread Eric Chatonet
Dear all, Actually this thread is not so silly :-) It shows how we all need to be recognized in this mad world. PS. I'm not sure that Google ranking is the best method :-) Le 28 nov. 08 à 13:24, Bob Hartley a écrit : Thomas McGrath III wrote: But with quotes around my name I come in at

Finding and replacing numbers in calendar day field

2008-11-28 Thread Mark MacKenzie
Hi all. I have been playing with the tutorial calendar and am having trouble adding a to me useful feature. I have a list field where day events are put along with the short date. I can grab the day number from this short date, line by line. Where I am having trouble is after finding the

Re: Finding and replacing numbers in calendar day field

2008-11-28 Thread Joe Lewis Wilkins
Hi Mark, Guess all the pros have closed shop for the day. (smile) I don't have the tutorial you're using in front of me, but... If you can define the chunk that you're replacing, why not just put the new stuff into it, or put Event after it. Joe Wilkins On Nov 28, 2008, at 1:58 PM, Mark

Re: Finding and replacing numbers in calendar day field

2008-11-28 Thread Sarah Reichelt
I have been playing with the tutorial calendar and am having trouble adding a to me useful feature. I have a list field where day events are put along with the short date. I can grab the day number from this short date, line by line. Where I am having trouble is after finding the needed

Re: OT: Getting HTML text into an email message

2008-11-28 Thread Sivakatirswami
If you are running on OSX, then you can also (assuming you are into this kind of thing) * Enable PostFix on your box * Build your own multi-part email * send it thru using Shell to your mail server Pros: -- You completely bypass all mail client caveats -- Content is fully under your control

Re: AW: AW: AW: AW: AW: AW: need help for decompress URL

2008-11-28 Thread Jan Schenkel
--- Tiemo Hollmann TB [EMAIL PROTECTED] wrote: Hi Jan, it returns: HTTP/1.1 200 OK Date: Fri, 28 Nov 2008 13:22:01 GMT Server: Apache Last-Modified: Fri, 28 Nov 2008 09:44:04 GMT ETag: e4c18c-3f4cf-492fbd64 Accept-Ranges: bytes Content-Length: 264317 Content-Type: text/plain Is it the