Search found 3 matches

by vtal
Thu Jul 07, 2022 8:45 am
Forum: API
Topic: SW addin and CEF browser
Replies: 4
Views: 857

Re: SW addin and CEF browser

Maybe, but I managed to implement what I wanted with Webview2, I can now call SW API functions from the browser (by using host objects).
Thanks anyway!
by vtal
Wed Jul 06, 2022 3:43 am
Forum: API
Topic: SW addin and CEF browser
Replies: 4
Views: 857

Re: SW addin and CEF browser

Thanks for the answer!
I tried WebView2 and it works well.
The only downgrade from CefSharp is the worse object passing from js to c#.
by vtal
Mon Jul 04, 2022 4:28 am
Forum: API
Topic: SW addin and CEF browser
Replies: 4
Views: 857

SW addin and CEF browser

Hello! I'm currently working on a C# addin that needs to load a web page that can interact with solidworks. I managed to load web pages using CefSharp but when using more advanced functions (javascript bindings) there is a conflict with the Cef process embedded into SW (swCefSubProc). The Cef proces...