It seems that if I do not set up all of my secondary forms prior to showing the primary form, weird screen redraw things and/or unexpected delays may occur (as forms are loaded later, as needed).
In the main form’s onLoad, I include the following approaches to be sure that all is well:
forms.cncm_com_note.elements.note_text.requestFocus();
forms.cncm_con_edit.controller.show()
It seems to work, but feels like a kludge. While it doesn’t show to the client, when developing there is a parade of screens onLoad.
Is there a nice elegant approach that will either load all screens in the background initially, or assure that when they do load there is no delay?
Thanks,
Jim