realbasic-plugins
[Top] [All Lists]

Subclassing Window

To: "REALbasic Plugins" <realbasic-plugins at lists dot realsoftware dot com>
Subject: Subclassing Window
From: "Ross at Webwolves" <ross at webwolves dot com>
Date: Tue, 31 May 2005 14:15:14 -0700
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <BE8953C0 dot C666%vanhoek at mac dot com>
RB-ers,

I have created a class, DPWindow, that has Window as its super class. 
DPWindow's constructor includes this code: 

    // call the Window constructor, or Open events will not fire
    Super.Window() 

DPWindow includes an Open event that does some housekeeping.

Now, I have created a window in my application called FrmMain, and its type is 
DPWindow. FrmMain has an Open event, too. Unfortunately, it is not getting 
called. The DPWindow class Open event is being called, which makes sense, but 
how can I get the FrmMain.Open to be called, too?

I'm just missing something simple, I know. :-)

Thank you all again. You have been and continue to be a wealth of help and 
encouragement.

== Ross ==

Ross W. Lambert
TheVentureForge.com
    - where successful online businesses are born

_______________________________________________
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>

<Prev in Thread] Current Thread [Next in Thread>