Exodus Plugin. Problem with "showToast()" method
"Fred O'Leary" <Fred.Oleary-WunRDOHor9BWk0Htik3J/[email protected]> Thu, 12 Feb 2004 12:02:32 -0800
| Newsgroups | gmane.network.jabber.exodus.devel |
|---|---|
| Message-ID | <22ACFCD87A5780449EEBDD6D78BB8DB5854363@sylmail1> |
Hi, My plugin invokes IExodusController::showToast( "A Messsage", (long)m_hWnd, 1 ); The toast popup shows OK but when I click on it I get the following error. "Access violation at address 00549F53 in module 'Exodus.exe'..." I assume this is a result of trying to bring m_hWnd to the top. m_hWnd is a valid Win32 HWND. Does anyone know if there are any particular requirements of the HWND, (WS_XXX styles etc) Thanks in advance -Fred