Thanks for the offer! I'll sent you the text file via Forum-Mail

Moderator: Site Moderators
Hi there.Vulcan_TBB wrote:Hi !
I`m back!
Hmm. There is no interval between the updates. But it seems that the unitinfo.txt isn't updated
at the same time as clients % console output. I verified this with other monitoring applications.
If you want to check if FahProgress runs proper, copy a unitinfo.txt to a new directory. Add this
directory to FahProgress as a new client (fahprogress only checks for the unitinfo). Then edit the
section with "Progress" - for example changing the value from "55%" to ""70%".
FahProgress should update immediately!
Best regards,
Stefan
PureBasic I do not know, I been looking at realBasic for cross platform application development but I found it to limited to do exactly what I want to do.Vulcan_TBB wrote:Whoops... Sorry Marvin!
I was not my intention to ingore you! I was writing PM to you, but only saved it as a draft.. :-/
So here is my answer... *g*
Hi there.
FaHProgress is coded in PureBasic. The reason why I've choosen it: Its easy to code, you can code quick'n dirty (my first personal realease of FahProgress was done in 45 minutes), it needs no runtime enviroment, can easily be compiled for linux an mac and, im a fan of procedural programming.Have you ever tried Purebasic?
In my coding, I`m using ReadFile() to open the unitinfo.txt. I'm looping an internal table with the client path information - the parsing is easily done with Findstring().
Stefan
Wouldn't it be possible to open the file read-olny? Purebasic does not have these limitations.MtM wrote:...It's funny btw, try to open the fahlog.txt with .net and you get a 'file in use by another process' in your face![]()
I first had to look what a filesystemwatcher does.MtM wrote:Does it have an equivalent of a filesystemwatcher?
MtM wrote:...problems the logfiles directly ( have to make a copy, parse that, delete the copy ). My thread about it is located in a section I'm not sure you have acces to.
You can download a demo of PureBasic here: http://www.purebasic.com/download.php3MtM wrote:and use realbasic or purebasic as it will run on all os's. Though it seems reading the logfiles over the network isn't a problem..