Re: OnFocusedNodeChanged
Posted: Thu Mar 15, 2018 3:24 pm
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.
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.