Page 1 of 1

SetWinDelay to match parent GUI's time?

Posted: 13 Jun 2017, 18:04
by Cuadrix
I have two GUI's, one parent GUI and one child GUI.
The problem is that, when I launch the script, the parent GUI always takes less time to become visible.
There is about 100ms difference in their "loading time".
How can I make the child GUI appear at the exact SAME time when the parent GUI is launched?
I put SetWinDelay -1 on top BEFORE the child GUI, but nothing changed..