G
Gene Wirchenko
Dear JavaScripters:
The text that I am using has a tictactoe game that shows the use
of frames. What a bother to get it going, but I have.
An oddity is that the winning move is sometimes shown before the
alert about winning or losing, and sometimes, it is shown after. There
might be a race condition going on.
Is there any way to force screen updating to be complete before
displaying a modal?
I have Web-searched for an answer, but have not found anything
useful. I tried using setTimeout(), but that screwed up execution in
a way that I have not figured out.
This does have a practical use. In a data entry form, I might
want to correct some entries, tell the user to check the changes, and
confirm them. It is more difficult when the changes have not shown up
yet.
Sincerely,
Gene Wirchenko
The text that I am using has a tictactoe game that shows the use
of frames. What a bother to get it going, but I have.
An oddity is that the winning move is sometimes shown before the
alert about winning or losing, and sometimes, it is shown after. There
might be a race condition going on.
Is there any way to force screen updating to be complete before
displaying a modal?
I have Web-searched for an answer, but have not found anything
useful. I tried using setTimeout(), but that screwed up execution in
a way that I have not figured out.
This does have a practical use. In a data entry form, I might
want to correct some entries, tell the user to check the changes, and
confirm them. It is more difficult when the changes have not shown up
yet.
Sincerely,
Gene Wirchenko