ricop522 Posted February 20, 2019 Posted February 20, 2019 (edited) I am calling Browser.CreateBrowserEvent from client-side C#, but my GTA crashs and my Browser doesnt show the menu. Anyone knows why this is happening? Obs. If I comment "Browser.Create...." everything keeps fine. I think the Browser is being called more than twice times. private void ClearLoginEvent(object[] args) { // Show the message on the panel Browser.DestroyBrowserEvent(null); string list = args[0].ToString(); Browser.CreateBrowserEvent(new object[] { "package://statics/html/menu.html", "functionXYZ", list }); } Edited February 20, 2019 by ricop522
MrPancakers Posted February 20, 2019 Posted February 20, 2019 You could have something inside your page that's causing you to crash. Things such as using <select> or <option> tags make CEF crash
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now