Re: [twsocket] TnScript Event Line Capture

2006-11-24 Thread D. Yeatman
Dod, Working from your idea I ended up creating a Capture flag and testing it in the OnDataAvailable routine to control when to capture data to the temp buffer which I then parse. ... Somewhat crude but it works!! Thanks! Dod <[EMAIL PROTECTED]> wrote: = Hello, Personnaly I

Re: [twsocket] Idea about forming a new mailing list

2006-11-24 Thread Fastream Technologies
A yahoo group is an emailing list. It is just people who do not want to receive all messages separately can simply register to get digests or read from the web site with login. Check out http://groups.yahoo.com/group/IQWFServer as an example. Best Regards, Gorkem Ates On 11/24/06, Francois PIETT

Re: [twsocket] Idea about forming a new mailing list

2006-11-24 Thread Francois PIETTE
> I propose to create a new ICS yahoo group As I already explained a lot of times I don't want to have a newsgroup, specially one that I don't control and which is polluted by anyone. The mailing list is the tool I like most. That's it. -- Contribute to the SSL Effort. Visit http://www.overbyte

[twsocket] Idea about forming a new mailing list

2006-11-24 Thread Fastream Technologies
Hello, I propose to create a new ICS yahoo group (which has the web viewing option) similar to Borland's thirdpartytools newsgroup where all ICS developers could announce their software and more trade could be conducted among community members. Best Regards, SubZero -- To unsubscribe or change

Re: [twsocket] TnScript Event Line Capture

2006-11-24 Thread D. Yeatman
Thanks Dod, As Francois said it likely won't be "easy". It looks like I may have to do some of the same thing you have done. It looks pretty straightforward to modify FindEventString to copy the data to a match save buffer when a match is detected. Because of the asynchronous nature of the t

Re: [twsocket] TnScript Event Line Capture

2006-11-24 Thread Dod
Hello, Personnaly I do my own buffer storage up to xxx lines and then parse it backward when needed. My buffering is started/stopped upon some triggers. Regards. >> I have a trigger event defined that executes a procedure. >> >> TnScript1.AddEvent(1, '10.10.30.','',[efIgnorecase], >> Event

Re: [twsocket] TnScript Event Line Capture

2006-11-24 Thread Francois Piette
> I have a trigger event defined that executes a procedure. > > TnScript1.AddEvent(1, '10.10.30.','',[efIgnorecase], > EventProcessingRoutine); > > When the EventProcessingRoutine procedure runs in response to the > trigger is there a way to see/capture the text string/line that > triggered th