Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

OnFocusedNodeChanged

Post Reply
User avatar
salvadordf
Posts: 4056
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: OnFocusedNodeChanged

Post by salvadordf »

Hi Sergi,

GlobalCEFApp.OnFocusedNodeChanged is executed in the render process when GlobalCEFApp.SingleProcess is FALSE.

It's not possible to access variables between different processes but they can communicate using process messages. Read the code comments in the DOMVisitor demo for more details.

Please, don't use the single process mode unless you need to debug your app. The single process mode is not supported and it may cause access violations and other errors.
Post Reply