[twsocket] TnScript: Session Capture

2008-04-19 Thread Wayne Belshaw
Caution: I am a Delphi 7 Newbie... 8:) Apologies in advance for my elementary questions. I have been successfully experimenting with the TnScript component in multiple telnet instantiations along with the event capture feature. Very nice indeed. I wish to modify the parent component TnEmulVT

[twsocket] Location of TTrafficLight component and example source code

2009-09-16 Thread Wayne Belshaw
be of excellent educational value. It also does not appear to be in the ICS suite according to the listing. Thanks in advance. Wayne Belshaw Brocade Communications -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit

[twsocket] TnEmulVT Data Available Routine in Delphi 2010 problems

2010-01-24 Thread Wayne Belshaw
Hello, I had a working TnEmulVT/TNScript code module in Delphi 7 using the recommended data available event capture routine. In then upgraded to Delphi 2010 including the latest ICS package. In the Delphi 2010 version of the build, I see garbage mixed in with my TMemo screen which at first

Re: [twsocket] TnEmulVT Data Available Routine in Delphi 2010

2010-01-25 Thread Wayne Belshaw
- From: Wayne Belshaw wayne.bels...@gmail.com To: twsocket@elists.org Sent: Sunday, January 24, 2010 7:43 PM Subject: [twsocket] TnEmulVT Data Available Routine in Delphi 2010 problems Hello, I had a working TnEmulVT/TNScript code module in Delphi 7 using the recommended data available event

[twsocket] TnEmulVT: Help with how to change cursor type and foreground color?

2010-01-25 Thread Wayne Belshaw
has come up before. I did not see anything obvious in the archives. Thanks! Wayne Belshaw Brocade Communications -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TnEmulVT: Help with how to change cursor type and

2010-01-25 Thread Wayne Belshaw
the cursor to say a non-blinking underline, that would be helpful. Thanks. Subject:[twsocket] TnEmulVT: Help with how to change cursor type and From: Wayne Belshaw wayne.belshaw () gmail ! com Date: 2010-01-25 22:58:27 Message-ID: 65d54b3d1001251458n52080dcfqc66ba44cb04d5858 () mail

[twsocket] TnEmulVT: How to assign the FLogFileName dynamically or from object property

2010-01-29 Thread wayne . belshaw
assign FLogFileName instead of the hard-coded EMULVT.LOG (see below). How do I accomplish this? The line below appears to override attempts to set the property at run time. FLogFileName := 'EMULVT.LOG'; // angus V6.01 Thank you. Wayne Belshaw -- To unsubscribe or change your settings

[twsocket] TnScript: Changes needed to make it work with Delphi2010?

2010-01-29 Thread Wayne Belshaw
to accommodate the unicode changes in Delphi2010? Can someone point me to the key modules and variables that should be updated, assuming this is the problem? Thanks very much! Wayne Belshaw -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi

Re: [twsocket] TnEmulVT: How to assign the FLogFileName dynamically

2010-01-31 Thread wayne . belshaw
I solved this problem. If the property for the EmulVT Log is set to true, then EMULVT.LOG is used for logging. I set the property to FALSE and then programmatically set my LogFileName followed by setting TnEMulVT.Log to TRUE inside the code. The key was disabling the property at design time

Re: [twsocket] TnScript: Changes needed to make it work with

2010-01-31 Thread wayne . belshaw
I'm including the a very simple demo that I compiled and worked with Delphi7. It sees the login, supplies the user, password and ctrl-C to needed for our login. I then took the same source and compiled with Delphi2010. When I click the Connect button, I see the same login: prompt but it

[twsocket] TnScript: Changes needed to make it work with (rad 2010)

2010-02-01 Thread Wayne Belshaw
Francois, Thanks very much for your support! PS: I owe you a picture post-card now that I will start using the modules. [twsocket] TnScript: Changes needed to make it work with Francois PIETTE francois.piette at skynet.be Mon Feb 1 18:24:33 UTC 2010 Previous message: [twsocket] TnScript:

[twsocket] EmulVT behavior with many rows dumped into client

2010-02-01 Thread Wayne Belshaw
Hello, I'm having good initial success with use of the telnet client facility. I was hoping for a little explanation about the following performance issues that I see: I have logging enabled on a simple telnet session using ICS7 and Delphi2010 compilation with mostly default settings. I also