Hi guys,
Something that's bugging me is a little problem in an application I am working on. I have an MDI interface going in MMF2 Developer and I have one frame as the child window containing the RTE object, (which is the editor window I want popping up)

When I open a new child, I can edit, paste, cut, delete etc. When I open up additional child windows I can do the same... except when I go *back* to a previous child I am no longer able to input data to it. It's as if it went to read-only or something. The cursor flashes away in the child, but keystrokes to enter letters go ignored. I can close the child, open a new one and edit away... but as soon as I open an additional child and go back to a previous one I get that same problem.

As you can probably imagine for an application that relies on multiple editor instances, this is becoming a problem :\ Does anyone have any suggestions to fix this or better practice for handling child windows? Thank you.