Notebook classes and passing windows - original

Oops. In my rush I hit reply and not new. This is the orginal that I
meant to sent. This will probably help to make sense of the other post.
Sorry.

···

*****************

Ok, really wanting to get a solid grasp of how all of this is going
together....soo..

I tried to create a notebook class that would take a window as one of
the arguments. My thought being that I could then create windows based
on any set of data, and then pass them to a function that could load
them into a notebook. Sounds ok? But, this doesn't work. I keep
getting an error that's demanding notebook pages have the notebook as
the parent. This happens because my windows are being created early?
This has something to do with the way I'm building them and addressing
the parents. Can someone give me a link or direct me to a place where I
can learn more about the hierarchy of how all this is supposed to go
together?

Stryder