Posts: 20
Threads: 2
Joined: Dec 2016
Reputation:
0
Hi,
Every time I execute CentBrowser it opens a new window, even if there is already 1 open.
Is there a way to only allow 1 window and open always a new tab?
Posts: 6,176
Threads: 90
Joined: Oct 2014
Reputation:
365
This needs some coding.
There is no native solution to do this.
Posts: 20
Threads: 2
Joined: Dec 2016
Reputation:
0
Thanks for the quick answer.
Do you think it's worth to implement in a future release?
Posts: 97
Threads: 7
Joined: Nov 2017
Reputation:
5
04-21-2018, 01:02 PM
(This post was last modified: 04-21-2018, 01:13 PM by jeffhere.)
I asked for this also as have others, so there must be some need. I also occasionally hit the icon in error...and then have to close the new browser window. I hate that but not a real biggie depending on what is happening with developers time...
Just FYI, Slimjet has that as an option really early on its development......per user requests, so there must be a need.
Posts: 20
Threads: 2
Joined: Dec 2016
Reputation:
0
I got it more or less working using the -d command line switch:
chrome.exe -d chrome-extension://llaficoajjainaijghjlofdfmbjpebpa/newtab.html#
will open FVD speedial in a new tab, but i guess the "llaficoajjainaijghjlofdfmbjpebpa" will change
on the next FVD extension update.
Posts: 20
Threads: 2
Joined: Dec 2016
Reputation:
0
Seems the -d open has nothing to do with it.
But why does this opens a new tab
chrome.exe chrome-extension://llaficoajjainaijghjlofdfmbjpebpa/newtab.html
and this a new window?
chrome.exe chrome://newtab/
Well, only problem with the first, it that the address line is neither focused nor empty.
Posts: 3
Threads: 1
Joined: Jan 2018
Reputation:
0
I notice that Firefox and Chrome both do the same thing - i.e. open up a new window on execution, when a window is already open. I've personally never seen it as a problem.