Closed GoogleCodeExporter closed 8 years ago
Are you using the DemoApp? If yes, then look at the cEXWB1_WindowClosing event
of
the frmMain, this is the event responsible for cancelling window.close calls by
setting e.Cancel parameter to true. I did not add logic to remove the browser
which
can be done easily.
There is no need to use wndproc to find out if a winodw.close has been called.
WindowClosing event should fire for the window.close call.
MH
Original comment by mehr...@gmail.com
on 29 Aug 2007 at 2:09
window.close() only works for pop-ups, not if you open the new window in a tab.
Original comment by srwri...@alcor.concordia.ca
on 29 Aug 2007 at 2:25
Original issue reported on code.google.com by
srwri...@alcor.concordia.ca
on 29 Aug 2007 at 1:43