hi http://developer.mozilla.org/en/docs/Mozilla_Embedding_FAQ:How_do_I...#How_do_I_implement_tool_tips.3F
I have implemented nsITooltipListener in Chrome class as mentioned in the above url, basically it has two functions 1. OnShowTooltip (PRInt32 aXCoords, PRInt32 aYCoords, const PRUnichar *aTipText) 2. OnHideTooltip () Issue is the application is not getting the callback for the above functions.I have a MFCEMBED application downloaded from internet, mfcembed application able to get the call back for the above function.Am i missing any setting please do the need full. The sample HTML file is as follows: <HTML> <BODY> <form NAME="frm" method="get" action="ACCOUNT_REFRESH"> <input type="submit" id="refresh" value="submit" title='Refresh Page' /> </form> </BODY> </HTML> _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
