G
Guest
Continues - Clicking a button and pressing Enter key act different in MDI.
Jeffrey
It's not a new problem. I think I described a problem where the client
didn't fill properly. I thought it was due to a open/save dialog being
displayed. After I got the other workarounds in, I found that the same
problem happened anytime the Activated Sub ran for a long time (when the open
dialog was displayed, Activated did run for a long time). What I did was
start a timer with a 1/2 second interval and moved all the code that could
run for a long time into the TimerEventProcessor Sub. My conclusion is that
the client can't "fill" until Activated completes.
What do you think about the Show problem. That is, if you Show Client1 and
then Show Client2 the form that is displayed is Client1 and not Client2.
Now if we could only get rid of the flicker...
Jeffrey
It's not a new problem. I think I described a problem where the client
didn't fill properly. I thought it was due to a open/save dialog being
displayed. After I got the other workarounds in, I found that the same
problem happened anytime the Activated Sub ran for a long time (when the open
dialog was displayed, Activated did run for a long time). What I did was
start a timer with a 1/2 second interval and moved all the code that could
run for a long time into the TimerEventProcessor Sub. My conclusion is that
the client can't "fill" until Activated completes.
What do you think about the Show problem. That is, if you Show Client1 and
then Show Client2 the form that is displayed is Client1 and not Client2.
Now if we could only get rid of the flicker...