Re: [twsocket] How can I get a buffer of TnScript

2013-11-21 Thread François Piette
>>>How can I get a buffer of TnScript some else way? >> TTnScript inherit from TEmulVT which has a buffer for what you see "on >> screen". There is a Screen property which in turn has a Lines property. >> This is an array of records made of Txt : AnsiChar (Character displayed) >> and Att : Byte

Re: [twsocket] I/O Error 103

2013-11-21 Thread Arno Garrels
On Thursday, November 21, 2013 9:44 AM [GMT+1=CET], D!s wrote: >> One cause could be the file already opened or readonly. > I'm sure the file isn't readonly. I suppose no one opens the file too, > because I have one instance my program launched (and Delphi) Well, as I wrote before setter TCustom

Re: [twsocket] I/O Error 103

2013-11-21 Thread D!s
>One cause could be the file already opened or readonly. I'm sure the file isn't readonly. I suppose no one opens the file too, because I have one instance my program launched (and Delphi) >When you turn Log to ON, it opens the file given by LogFileName but somehow >ignore some failure. >When t