rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RJP Computing

Pages: 1
1
The new alpha 24 release fixes this problem.

 :!:  THANKS   :!:       :^^:

2
Quote from: "Rafi"
Quote from: "RJP Computing"
OK I tested the most recent alpha 23 and it still locks the file so that I can't write to it. :cry:
The man said to wait for alfa24 ... ;)
Yes I am aware of that. I was also asked to test the current alpha version too. So I did. That is all. No big deal. He already said he made the update.

Thanks

3
OK I tested the most recent alpha 23 and it still locks the file so that I can't write to it. :cry:

4
Quote from: "rejetto"
i changed the line
Code: [Select]
fileopen(reply.body, fmOpenRead+fmShareDenyWrite) );in
Code: [Select]
fileopen(reply.body, fmOpenRead+fmShareDenyNone) );i'm not sure this is correct, but next 2.0 alpha release will be the opportunity to test it.
That sounds good. Thanks

Quote from: "rejetto"
i hope this will satisfy your needs but, please, test the alpha as it is released.
to know when next alpha is released you can check the 2.0 coming topic, or just use the check for updates command (but sometimes i forget to update the last one)
I will try the new alpha release and let you know.

5
Quote from: "Rafi"
Like - downloading a log file, that is being appended ? what if the file is being modified NOT at end of it ?
That is exactly what I am using it for. If it is being modified then we would just have to refresh the file download. This worked great in older versions because I used it in this fashion for a while.

Pages: 1