realbasic-nug
[Top] [All Lists]

Re: Constructors for Modules

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Constructors for Modules
From: keatk at comcast dot net
Date: Wed, 30 Jul 2003 19:19:02 +0000
> >He's talking about auto-instantiating. Like the App class or maybe 
> >the default window.
> 
> I still don't get it, then --

it enables you to have self contained modules with initialization. While that's
not so important for your own code (you can remenber (maybe) to put a call to
module init routine into the App open event), but it would make 3rd party code
more self sufficent.

It's sort of like the issue of not having an Open event for non control calsses
dragged onto a Window (Which should have an open(theWindow as Window) event)


I think it would be useful.

- Karem

---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>

Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
.


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