Floating Window flickers during start up

I have 1 mainwindow and 6+ floating window for a Xojo Desktop application.

These floating window are default visible = false and becomes visible depends upon menu choices and/or button options at mainwindow.

These floating window are also set visible = false in the mainwindow event handler opening.

During application start up, each of the floating windows “flickers” for brief period say 1/8 of a second before mainwindow is shown.

This is annoying when starting up and opening the application for use.

I’ve tried in the App event handler opening and document created but it did not solve this condition.

What am I over looking and what options can I try?

Thank you.

image
Invisible at Window design time.

Where is this default set?

In the inspector it is visible = false.

I’ve located the “bug”, in each of the floating window event handler opening, it was set visible = true.

I’ve removed this and placed the visible = true where it is actually needed such as menu selection and/or button.

This is resolved and fixed.

Thanks to all for your support.

1 Like