Re: AW: AW: need help for decompress URL - its a rev-win bug on my PC!

2008-11-29 Thread Eric Chatonet
Bonsoir Tiemo, As I said earlier, have a look at all dlls in system32. There is one there that confuses Rev. Le 29 nov. 08 à 15:25, Tiemo Hollmann TB a écrit : Bonjour Eric, vraiment, you were right! Testing the standalone on another Win PC it works as it should do, so it is only my PC and i

AW: AW: need help for decompress URL - its a rev-win bug on my PC!

2008-11-29 Thread Tiemo Hollmann TB
Bonjour Eric, vraiment, you were right! Testing the standalone on another Win PC it works as it should do, so it is only my PC and it happens only with gz files. Downloading other file types the file size keeps unchanged. Now I should know, where to look for, because it doesn't happen at the decom

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

2008-11-29 Thread Robert Brenstein
On 28/11/08 at 14:34 +0100 Tiemo Hollmann TB apparently 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. com

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

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 don'

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

2008-11-28 Thread Tiemo Hollmann TB
s it Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Jan Schenkel > Gesendet: Freitag, 28. November 2008 15:44 > An: How to use Revolution > Betreff: Re: AW: AW: AW: AW: AW: need help for decompress UR

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. com

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

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,

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: 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 sound

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 > >

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

2008-11-28 Thread Tiemo Hollmann TB
olution > Betreff: Re: AW: AW: AW: need help for decompress URL > > 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 curren

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

AW: AW: AW: need help for decompress URL

2008-11-28 Thread Tiemo Hollmann TB
Im Auftrag von Eric Chatonet > Gesendet: Freitag, 28. November 2008 11:57 > An: How to use Revolution > Betreff: Re: AW: AW: need help for decompress URL > > I assume that you have on your desktop the compressed file you uploaded. > Apply your code directly to it to verify :-) &

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: 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