Page 1 of 1

why there no chance to create ClientAppRenderer in cefclient

PostPosted: Thu Oct 24, 2019 6:18 pm
by 1945083536
i'm a beginner to CEF.
when i debug the cefclient, i found the code that create ClientAppRenderer not be called, really?

i put the log and messagebox code in constructor of ClientAppRenderer, but there nothing happen.

please correct me if there someting wrong.

thanks

Re: why there no chance to create ClientAppRenderer in cefcl

PostPosted: Thu Oct 24, 2019 6:32 pm
by amaitland
Cefclient demos many many features, lots are controlled via command line.

If you are looking for OffScreen rendering then you need to use the --off-screen-rendering-enabled command line arg

If you have a question about a particular piece of code then in future include a link to the source on bitbucket.