> >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/>
.
|