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.