realbasic-nug
[Top] [All Lists]

Re: Passing data to a form.

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Passing data to a form.
From: Phil Mobley <phil at mobleybros dot com>
Date: Tue, 30 Nov 2004 14:12:34 -0800
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <200411302004 dot iAUK4umm022881 at mac dot com> <F7E426F5-430C-11D9-BCD0-000A95880024 at bitjuggler dot com> <1C5ADEEE-430F-11D9-A227-000A957CB4CC at desuetude dot com> <28D1A15B-431C-11D9-BCD0-000A95880024 at bitjuggler dot com>
On Nov 30, 2004, at 2:07 PM, Thomas Reed wrote:

The constructor gets called before the Open event.

If you add a constructor to the Window1 class, then it overrides the Window constructor. The Open event handler is not called at all unless you call Super.Window from the Window1 constructor.

Good point! Things will get majorly screwed up if you don't remember to do this!

The nice thing is that RB automatically adds it when you select "Constructor" from the popup button (for Window Class only).

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