General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Kiosk Mode Not Working
Posted by: Freddie
Date: November 12, 2015 09:28PM

If I try to run K-Meleon with the "-webapp" option, the browser doesn't open. I do get an error "Could not create the browser frame." We're running on Windows Embedded Standard. Any ideas? Thanks!!!

Options: ReplyQuote
Re: Kiosk Mode Not Working
Posted by: guenter
Date: November 13, 2015 12:39AM

Quote
Freddie
If I try to run K-Meleon with the "-webapp" option, the browser doesn't open. I do get an error "Could not create the browser frame." We're running on Windows Embedded Standard. Any ideas? Thanks!!!

Confirmed for Corporate Win XP SP3.

Crashes with the same error in German - the started debugger says access violation.


However there are different versions of "Windows Embedded Standard".

https://de.wikipedia.org/wiki/Windows_Embedded

Plus no idea whether Dorian has access to Your version and info about the configuration of Your embed. He may need more info to reproduce Your problem.



Edited 1 time(s). Last edit at 11/13/2015 12:43AM by guenter.

Options: ReplyQuote
Re: Kiosk Mode Not Working
Posted by: Freddie
Date: November 13, 2015 02:07PM

Yeah, it's Windows Embedded Standard 7.

Options: ReplyQuote
Re: Kiosk Mode Not Working
Posted by: Manish
Date: December 02, 2015 09:57AM

Yes its the same Windows7 professional .

if(webapp)
{
PRUint32 chromeMask = nsIWebBrowserChrome::CHROME_WINDOW_RESIZE |
nsIWebBrowserChrome::CHROME_WINDOW_CLOSE |
nsIWebBrowserChrome::CHROME_TITLEBAR |
nsIWebBrowserChrome::CHROME_SCROLLBARS |
nsIWebBrowserChrome::CHROME_WINDOW_MIN;
browser = theApp.CreateNewBrowserFrame(chromeMask, FALSE, NULL);
wrapper = browser->GetActiveView()->GetBrowserWrapper();
}

if (!wrapper)
{
AfxMessageBox(IDS_FAILED_TO_CREATE_BROWSER);
return FALSE;
}


Perhaps it could be related to ChromeMask ? As a result of which CreateEx is not able to call OnCreate and thus BrowserWrapper is not created. But can not confirm without debuuging.

Options: ReplyQuote
Re: Kiosk Mode Not Working
Posted by: rodocop
Date: December 02, 2015 01:05PM

Kiosk mode was fixed in KM76beta2

Options: ReplyQuote


K-Meleon forum is powered by Phorum.