05-04-2018, 04:52 PM
Hi Scott,
If you show some sample code for both
1. the definition of your descendent frame (simplified if necessary)
2. The place where the code is blowing up and the exact compiler/runtime error you are getting.
That would be helpful. In principle, what you are doing is correct. You just have to make sure that there are difference instances of your frames in every session, and that you are not freeing the frames in one form and then trying to reuse the freed objects elsewhere.
If you show some sample code for both
1. the definition of your descendent frame (simplified if necessary)
2. The place where the code is blowing up and the exact compiler/runtime error you are getting.
That would be helpful. In principle, what you are doing is correct. You just have to make sure that there are difference instances of your frames in every session, and that you are not freeing the frames in one form and then trying to reuse the freed objects elsewhere.

