CEF is embedded in wxWebview, when click the drop-down selection menu application crash on macos

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Ellan
Experienced Solver
Experienced Solver
Posts: 57
Joined: Mon May 15, 2017 10:11 am

CEF is embedded in wxWebview, when click the drop-down selection menu application crash on macos

Post by Ellan »

os:macOs
wx Version:3.0.1
CEF Version:3.3071.1644

when I use CEF, click the drop-down selection menu on web page I get the error:
FATAL:scoped_sending_event.mm(14)] Check failed: [app_ conformsToProtocol:@protocol(CrAppControlProtocol)].

on CEF forums an answer implement CrAppControlProtocol,but I get another error :
[wxNSApplication isHandlingSendEvent]: unrecognized selector sent to instance XXX

I must get the NSApplication instance on wxApp passed to isHandlingSendEvent function,but there is not any function to get an NSApplication object in wxApp
Thanks

Best Regards

Ellan
Post Reply