Basically I have a popup window that I am trying to launch and have open while the rest of my UI loads(it's some canvas calls that take a second or two), but the behavior I'm getting is that the popup window doesn't display until everything has finished running. I'm literally just calling show on the popup window right before the canvas draws. Nothing fancy. How can I make the popup window show up first, so I can obscure the rest of my loading?
问问题
99 次