windows - mozilla npapi plugin resize issue -


when firefox resized embedded mfc application (which uses apapi plugin embeddation) unable fit in resize window (firefox).

till 17.0 version issue not there, post 17.0 issue reproducible.

whenever resized wm_paint (message 15 ) send application code flow (pre 18.0 firefox version embedded application):

  1. pwnd->windowproc(nmsg, wparam, lparam)

  2. cwnd::windowproc ---> if (!onwndmsg(message, wparam, lparam, &lresult)) lresult = defwindowproc(message, wparam, lparam);

  3. this in turn calls cview::onpaint()

now 18.0, unable call application.

let me know further clarification.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

c# - must be a non-abstract type with a public parameterless constructor in redis -

ajax - PHP/JSON Login script (Twitter style) not setting sessions -