Hi
I'm creating a multiple form GUI app using a scene-manager to set the current visible form.
There isn't an issue regarding it working, that's fine. What I am noticing is that when each form is set to be active/visible, it takes a few seconds to load each component, and looks horrid. This is potentially for a business related endeavor, so I'm looking for a way to buffer the form so it loads fully before it is displayed.
I'm not sure if this is an issue with the use of a scene-manager, or it is something that is consistent across all C# form applications.
I've done a few google searches relating to this, but there was little aside from using "hide()" until it was loaded. That doesn't really work.
Any information would be great