Octavian Rasnita wrote:
Hi,
I want to use Wx::LaunchDefaultBrowser to open a browser window with a
remote URL, using the same window for all the pages.
If I use
Wx::LaunchDefaultBrowser($url);
it opens the page fine, but if I open another page, it opens a new
window instead of opening the second page in the same browser window.
You should ask this on the wxWidgets list; the documentation seems to
imply that the default is for all URLs to open in the same window, and
you need to specify a flag to make each URL open in a new window.
Since you are experiencing the exact contrary, I have no idea what's
happening.
Regards,
Mattia