Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Waiting will the window is hung" message box
#1
Hi everyone,

I have installed the new QM ver 2.2.1.5 and when refreshing data (Hyperion) in excel, the "waiting will window is hung" message box will appear. Apparently when I click the ignore button, it will somehow disrupt the extractions. Is there anyway we can disable this message box?

Previous version, do not have this problem as Excel will run normally after the 'temporary not responding" error.

Thanks a bunch. Keep up the good work!!!
#2
The message box disappears when the window can respond to user input again. Then the macro continues.

Currently there is no way to disable the message. Try to create a function that runs when the message box appears and closes it.

Function CloseHungWindowMessageBox
Trigger: !cv"Quick Macros" "#32770" "Waiting while the window is hung..." "Static"
Code:
Copy      Help
int hwnd=val(_command)
but 2 hwnd
#3
Hi Gintaras,

Thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)