@Kevin
The following error, I have been trying to find a solution, but the ability is limited, can not be resolved, I search a lot of code about the modal window in Google, can understand the meaning, but can not solve the problem in QM, No similar case was found on the QM forum. can you help me again?
Error (RT) in <open ":3040: /2759">Macro2 ok:we3_WindowClosing: window not found (the handle is 0). <help #IDP_ERR>?
Macro [b]Macro2 ok
[/b]
1.What will be the functions of the accelerator keys?
Reply: Sometimes I need to click on a button in the eBook so I define a hot key to operate it
In QM, some simple operations are easier. For dialog boxes, I feel it is difficult to learn.
2.Are you trying have a list of links in 1 file then when you click a link in index html it opens in another dialog then have the second dialog close after a given length of time and return to the main dialog?
Reply: No, at the moment I only want to close the child window on the page (that adds the specific delay code) E.g:
<body onload="window.setTimeout('window.close()',3000)">
………………
</body>
I don't understand why it can't be implemented, only close the current window, and the main window keep open
The following error, I have been trying to find a solution, but the ability is limited, can not be resolved, I search a lot of code about the modal window in Google, can understand the meaning, but can not solve the problem in QM, No similar case was found on the QM forum. can you help me again?
Error (RT) in <open ":3040: /2759">Macro2 ok:we3_WindowClosing: window not found (the handle is 0). <help #IDP_ERR>?
Macro [b]Macro2 ok
[/b]
#sub we3_WindowClosing
function @IsChildWindow @&Cancel ;;SHDocVw.IWebBrowser2'we3
Cancel=1
int- t_hdlg
clo t_hdlg
1.What will be the functions of the accelerator keys?
Reply: Sometimes I need to click on a button in the eBook so I define a hot key to operate it
In QM, some simple operations are easier. For dialog boxes, I feel it is difficult to learn.
2.Are you trying have a list of links in 1 file then when you click a link in index html it opens in another dialog then have the second dialog close after a given length of time and return to the main dialog?
Reply: No, at the moment I only want to close the child window on the page (that adds the specific delay code) E.g:
<body onload="window.setTimeout('window.close()',3000)">
………………
</body>
I don't understand why it can't be implemented, only close the current window, and the main window keep open