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):
pwnd->windowproc(nmsg, wparam, lparam)
cwnd::windowproc ---> if (!onwndmsg(message, wparam, lparam, &lresult))
lresult = defwindowproc(message, wparam, lparam);
this in turn calls
cview::onpaint()
now 18.0, unable call application.
let me know further clarification.
Comments
Post a Comment