Re: [Gambas-user] Open File for Watch Read Past EOF

2017-01-10 Thread Gianluigi
Hello Jeff, Your mail is seen as spam, raise it with this answer. "Test" what kind of file it is? Regards Gianluigi 2017-01-09 14:35 GMT+01:00 Jeff Zacher : > I am using Gambas 3.9.1 > > If I open a file for watch: > > hFile = Open "test" For Read Write Watch > > The _Read() event gets the first

[Gambas-user] Open File for Watch Read Past EOF

2017-01-09 Thread Jeff Zacher
I am using Gambas 3.9.1 If I open a file for watch: hFile = Open "test" For Read Write Watch The _Read() event gets the first byte written to the file just fine. But after, no changes to the file fire the read event. So as a workaround, just close the file and reopen? On second read the _Read()