Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for Popup Dialog to Close
#3
Probably wait commands don't work because web browser and wait commands are in the same thread. If a thread waits it cannot do other things. Maybe opt waitmsg 1 can help. But better don't use wait commands in QM thread because it can make QM unstable. Toolbar hook function runs in QM thread. Try to launch another thread (using mac or window trigger) that does all waiting work.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)