Thanks Joe, this has sure helped a few light bulbs turn on for me.


On 6-Apr-06, at 5:14 PM, Joseph J. Strout wrote:



There are basically two ways to implement any event in any class:

1. Add an instance of that class to a window, and implement the event in the window's code.

2. Create a subclass of that class, and implement the event there. Then you can instantiate this subclass dynamically.

You've been doing 1, but in a console class that's not available, so you'll have to do 2.



Kevin Lohka
AF Data
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to