Page 1 of 1

How to open a url in a new window?

Posted: Wed Jul 08, 2020 6:16 am
by coater
How to open a new browser using chronium?
I only found that chromium only have the function loadurl().

Re: How to open a url in a new window?

Posted: Wed Jul 08, 2020 7:28 am
by salvadordf
You only have to create a new child form with a new browser in it.

The ToolBoxBrowser demo shows how to do it.

Re: How to open a url in a new window?

Posted: Fri Jul 10, 2020 6:30 am
by coater
Thank you!
May this(such as load a url in a new window) will be added in late edition?

If chromium procedures in uChildForm (such as Chromium1PreKeyEvent) will be the same in new window?

Re: How to open a url in a new window?

Posted: Fri Jul 10, 2020 7:20 am
by salvadordf
This is already available in a demo and it needs code outside the component to close the application properly.
I think the best place to have this is a demo.

Re: How to open a url in a new window?

Posted: Fri Jul 10, 2020 3:45 pm
by coater
I understand, thank you!