Page 1 of 1

CEF crash LoadUrl() help

PostPosted: Tue Mar 05, 2019 9:08 am
by Twisted
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

Re: PHP Desktop and CEF help

PostPosted: Tue Mar 05, 2019 12:07 pm
by magreenblatt
This is not a support forum for PHP Desktop. See https://github.com/cztomczak/phpdesktop for support links.