onLoad

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

What operating system? What monitor? What video driver? What version of Java are you using? I know that there are screen redraw issues with recent versions of Java. I stay away from Java 5 update 5. Oops, I just noticed at Oracle Java Technologies | Oracle that there is an update 7 available now. Has anyone tried that?

Dean
Windows XP

iMac G5 - 2 GHz
20" built-in monitor
Java 1.4.2

Are there known screen redraw issues on any platform when accessing via Servoy Client?

We only use Windows. Someone else will have to answer this.