> Clearly there is SOMETHING going wrong in your code, because when > I try to reproduce the problem in a simple app, it works fine.
SOLVED: The cloning was taking place in the Window1 Constructor Method, just ahead of the Super.Window() statement Moving cloning to Window1.Open solves the problem. I don't remember why I put it in the Constructor.....solved some other problem originally. Sigh. It would be good to understand how this fix fits the patterns of symptoms. Paul _______________________________________________ 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>
