CEF crash LoadUrl() help

Built a cool app using CEF that you'd like to share with the community? Talk about it here.

CEF crash LoadUrl() help

Postby Twisted » Tue Mar 05, 2019 9:08 am

hello,

i add menu bar in php desktop to help user move fast in my app,

Image

the code i use in menu bar in WindowProc

Code: Select all
case IDM_USERS:
         
         CefWindowInfo windowInfo;
         CefBrowserSettings browser_settings;

         CefRefPtr<CefBrowser> browser;
         CefRefPtr<CefFrame> frame;

         std::string startupURL = "http://127.0.0.1:9990/users/";
         frame->LoadURL(startupURL);

         break;


every thing work fine except LoadUrl Crash

need help when click on selected menu bar go to url in mainBrowser

ty
Last edited by Twisted on Tue Mar 05, 2019 12:36 pm, edited 2 times in total.
Twisted
Newbie
 
Posts: 1
Joined: Tue Mar 05, 2019 8:51 am

Re: PHP Desktop and CEF help

Postby magreenblatt » Tue Mar 05, 2019 12:07 pm

This is not a support forum for PHP Desktop. See https://github.com/cztomczak/phpdesktop for support links.
magreenblatt
Site Admin
 
Posts: 12379
Joined: Fri May 29, 2009 6:57 pm


Return to Apps Discussion

Who is online

Users browsing this forum: No registered users and 4 guests