View Single Post
Old Nov 30th, 2005, 10:24 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Not enough information. Are you writing the child window directly from the parent or are you opening a child window and filling it with a request to the server? If the former, are you clearing out the contents of any string you have been using to accumulate messages prior to opening the window? If the latter, have you considered the effects of caching? You may wish to explore information regarding closing a document and then reopening it and writing to it.

At any rate, any time you close a window, it is gone. Persistance is outside, somewhere, in a string or a file that is being saved or cached.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote