I have a DocumentViewStyle application set to MdiStandard on the 11.12.14.12 build. I need to be able to change the frame title of my documents after they've been created on certain possible user events. Using the key I've been able to find the NUIDocument which needs changing and I can set the Text property of it to my new title. When I do this the frame title does change to the new text but the document is moved to the position where it was first created and its size is set to what it was when it was first created.
I don't see another option. How can I change just the title of the document frame alone?