Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-28 Thread Daniel

Dirk Fieldhouse wrote on 29/12/20 11:53:

On 28/12/2020 05:42, Daniel wrote:

Dirk Fieldhouse wrote on 28/12/2020 6:10 am:

...
If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df


Thank you, Dirk, your logic seems infallible!

I guess this means an addition to my UserChrome.js file, that addition 
being everything from your "@namespace" to your "display: none;)" right??


The @namespace line would already be in the *userChrome.css* (in the 
chrome profile subdirectory) if you had already edited it. You don't 
need the @-moz-document line because putting the style in userChrome.css 
means the same. You can check the -example files in the same directory 
for usage (userChrome -> internal browser styles; userContent -> website 
styles).


With StyleM, and its predecessors, the presence of the line 
"@-moz-document url-prefix('chrome://')" identifies a user style 
("affects the user interface"), vs "affects ".


HTH
/df


I'm sure it will help, thanks again, Dirk
--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 
SeaMonkey/2.53.5.1 Build identifier: 20201115194905


Linux User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) 
Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-28 Thread Dirk Fieldhouse

On 28/12/2020 05:42, Daniel wrote:

Dirk Fieldhouse wrote on 28/12/2020 6:10 am:

...
If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df


Thank you, Dirk, your logic seems infallible!

I guess this means an addition to my UserChrome.js file, that addition 
being everything from your "@namespace" to your "display: none;)" right??


The @namespace line would already be in the *userChrome.css* (in the 
chrome profile subdirectory) if you had already edited it. You don't 
need the @-moz-document line because putting the style in userChrome.css 
means the same. You can check the -example files in the same directory 
for usage (userChrome -> internal browser styles; userContent -> website 
styles).


With StyleM, and its predecessors, the presence of the line 
"@-moz-document url-prefix('chrome://')" identifies a user style 
("affects the user interface"), vs "affects ".


HTH
/df

--
London
UK
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-27 Thread Daniel

Dirk Fieldhouse wrote on 28/12/2020 6:10 am:

On 27/12/2020 13:16, Daniel wrote:


...
But I just want to get rid of the bar, so how do I achieve that, 
please?? I've looked through the Prefs and M & N Account Settings but 
can't find anything that seems appropriate.


I don't think this issue is OS-specific.

Logically you'd expect View>Show/Hide>Tabs Toolbar to do the job, but 
this seems to be a no-op.


The setting below, despite being under "Browser", affects both Navigator 
and Communicator windows, so that the tab bar is not shown when there is 
only one tab pane:


Edit>Preferences>Browser>Tabbed Browsing "Hide the tab bar when only one 
tab is open"


If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df


Thank you, Dirk, your logic seems infallible!

I guess this means an addition to my UserChrome.js file, that addition 
being everything from your "@namespace" to your "display: none;)" right??

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 
SeaMonkey/2.53.5.1 Build identifier: 20201115194905


Linux User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) 
Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-27 Thread Dirk Fieldhouse

On 27/12/2020 13:16, Daniel wrote:


...
But I just want to get rid of the bar, so how do I achieve that, 
please?? I've looked through the Prefs and M & N Account Settings but 
can't find anything that seems appropriate.


I don't think this issue is OS-specific.

Logically you'd expect View>Show/Hide>Tabs Toolbar to do the job, but 
this seems to be a no-op.


The setting below, despite being under "Browser", affects both Navigator 
and Communicator windows, so that the tab bar is not shown when there is 
only one tab pane:


Edit>Preferences>Browser>Tabbed Browsing "Hide the tab bar when only one 
tab is open"


If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df

--
London
UK
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-27 Thread Daniel
As shown in my sig file, I'm using SM 2.53.5.1 on my Win7 installation. 
Chazilla is not starting, and I'm getting an error message for that, 
which I think I have posted elsewhere.


Today's problem is that, when I start the Mail & News screen, there is a 
bar on the M & N screen where, apparently, I can have several tabs for 
multiple M & N accounts.


On the left of this bar, I can click the thingee to "Duplicate the 
current tab" and on the right of the bar, I can click the "X" to "Close 
Current Tab".


But I just want to get rid of the bar, so how do I achieve that, 
please?? I've looked through the Prefs and M & N Account Settings but 
can't find anything that seems appropriate.


TIA.
--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 
SeaMonkey/2.53.5.1 Build identifier: 20201115194905


Linux User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) 
Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: I hate tabs, but SM use it if more than one url is specified as the "home page"

2016-12-11 Thread Ray_Net

Felix Miata wrote on 11-12-16 09:28:

Ray_Net composed on 2016-12-11 09:17 (UTC+0100):


Did you save your multiple "home pages" while they were open as tabs?



No, I never open tabs - but to be 100% sure -->
I go to "Preferences" - "Browser"
then I click on "Restore Default" - then stop SM - start SM
then I open each page in a separate window...
then I go to "Preferences" - "Browser" then in the textarea of "Clicking
the Home button takes you to this group of pages:"
I just write a second line with the second link.
then I clicked on "OK"



And stop SM - start SM = same problem 2 tabs instead of 2 windows.


My SM preferences window says:

"Clicking the Home button takes you to this group of pages:"

Note that it says "pages", not windows.

In SM help for the Home button, it says:

"Use Current Group: If you have two or more browser tabs open"

YES, me too.
So, It's impossible that SM open two windows instead of two tabs ?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: I hate tabs, but SM use it if more than one url is specified as the "home page"

2016-12-11 Thread Felix Miata

Ray_Net composed on 2016-12-11 09:17 (UTC+0100):


Did you save your multiple "home pages" while they were open as tabs?



No, I never open tabs - but to be 100% sure -->
I go to "Preferences" - "Browser"
then I click on "Restore Default" - then stop SM - start SM
then I open each page in a separate window...
then I go to "Preferences" - "Browser" then in the textarea of "Clicking
the Home button takes you to this group of pages:"
I just write a second line with the second link.
then I clicked on "OK"



And stop SM - start SM = same problem 2 tabs instead of 2 windows.


My SM preferences window says:

"Clicking the Home button takes you to this group of pages:"

Note that it says "pages", not windows.

In SM help for the Home button, it says:

"Use Current Group: If you have two or more browser tabs open"
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: I hate tabs, but SM use it if more than one url is specified as the "home page"

2016-12-11 Thread Ray_Net

David E. Ross wrote on 11-12-16 02:06:

On 12/10/2016 12:01 PM, Ray_Net wrote:

David E. Ross wrote on 10-12-16 18:53:

On 12/10/2016 8:19 AM, Ray_Net wrote:

I work with SM without tabs, I prefer to have separate windows.

I discovered recently that when starting SM - we can have 2 pages for
the home page.

I expected that those two pages will be each one on in a separate window.

I have as the result that the two "home page" are in the same window
with the use of 2 tabs.

How can I do to have 2 windows instead of 2 tabs ?


1.  On the SeaMonkey menu bar, select [Edit > Preferences].

2.  On the left side of the Preferences window, select [Browser > Link
Behavior].

3.  On the Link Behavior pane, set the various radio buttons to your
preferences.

4.  Select the OK button.


I have already done this a long time ago:
- Link open behaviour - Open links meant to open a new windows in: [X]A
NEW WINDOW
- When scripts want to open a new window: ("Don't divert custom windows
into tabs" is selected but all is greyed, so I cannot change it)
- Links from other applications - Open links passed from other
applications in: [X]A NEW WINDOW

I think that's correct...
But SM open a new tab for the second url on the "home page" instead of
opening a new window.

So, what could I do ? Filing a bug ?


Did you save your multiple "home pages" while they were open as tabs?


No, I never open tabs - but to be 100% sure -->
I go to "Preferences" - "Browser"
then I click on "Restore Default" - then stop SM - start SM
then I open each page in a separate window...
then I go to "Preferences" - "Browser" then in the textarea of "Clicking 
the Home button takes you to this group of pages:"

I just write a second line with the second link.
then I clicked on "OK"

And stop SM - start SM = same problem 2 tabs instead of 2 windows.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: I hate tabs, but SM use it if more than one url is specified as the "home page"

2016-12-10 Thread David E. Ross
On 12/10/2016 12:01 PM, Ray_Net wrote:
> David E. Ross wrote on 10-12-16 18:53:
>> On 12/10/2016 8:19 AM, Ray_Net wrote:
>>> I work with SM without tabs, I prefer to have separate windows.
>>>
>>> I discovered recently that when starting SM - we can have 2 pages for
>>> the home page.
>>>
>>> I expected that those two pages will be each one on in a separate window.
>>>
>>> I have as the result that the two "home page" are in the same window
>>> with the use of 2 tabs.
>>>
>>> How can I do to have 2 windows instead of 2 tabs ?
>>>
>> 1.  On the SeaMonkey menu bar, select [Edit > Preferences].
>>
>> 2.  On the left side of the Preferences window, select [Browser > Link
>> Behavior].
>>
>> 3.  On the Link Behavior pane, set the various radio buttons to your
>> preferences.
>>
>> 4.  Select the OK button.
>>
> I have already done this a long time ago:
> - Link open behaviour - Open links meant to open a new windows in: [X]A 
> NEW WINDOW
> - When scripts want to open a new window: ("Don't divert custom windows 
> into tabs" is selected but all is greyed, so I cannot change it)
> - Links from other applications - Open links passed from other 
> applications in: [X]A NEW WINDOW
> 
> I think that's correct...
> But SM open a new tab for the second url on the "home page" instead of 
> opening a new window.
> 
> So, what could I do ? Filing a bug ?
> 

Did you save your multiple "home pages" while they were open as tabs?

-- 
David E. Ross

The Crimea is Putin's Sudetenland.
The Ukraine will be Putin's Czechoslovakia.
See <http://www.rossde.com/editorials/edtl_PutinUkraine.html>.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: I hate tabs, but SM use it if more than one url is specified as the "home page"

2016-12-10 Thread Ray_Net

David E. Ross wrote on 10-12-16 18:53:

On 12/10/2016 8:19 AM, Ray_Net wrote:

I work with SM without tabs, I prefer to have separate windows.

I discovered recently that when starting SM - we can have 2 pages for
the home page.

I expected that those two pages will be each one on in a separate window.

I have as the result that the two "home page" are in the same window
with the use of 2 tabs.

How can I do to have 2 windows instead of 2 tabs ?


1.  On the SeaMonkey menu bar, select [Edit > Preferences].

2.  On the left side of the Preferences window, select [Browser > Link
Behavior].

3.  On the Link Behavior pane, set the various radio buttons to your
preferences.

4.  Select the OK button.


I have already done this a long time ago:
- Link open behaviour - Open links meant to open a new windows in: [X]A 
NEW WINDOW
- When scripts want to open a new window: ("Don't divert custom windows 
into tabs" is selected but all is greyed, so I cannot change it)
- Links from other applications - Open links passed from other 
applications in: [X]A NEW WINDOW


I think that's correct...
But SM open a new tab for the second url on the "home page" instead of 
opening a new window.


So, what could I do ? Filing a bug ?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: I hate tabs, but SM use it if more than one url is specified as the "home page"

2016-12-10 Thread David E. Ross
On 12/10/2016 8:19 AM, Ray_Net wrote:
> I work with SM without tabs, I prefer to have separate windows.
> 
> I discovered recently that when starting SM - we can have 2 pages for 
> the home page.
> 
> I expected that those two pages will be each one on in a separate window.
> 
> I have as the result that the two "home page" are in the same window 
> with the use of 2 tabs.
> 
> How can I do to have 2 windows instead of 2 tabs ?
> 

1.  On the SeaMonkey menu bar, select [Edit > Preferences].

2.  On the left side of the Preferences window, select [Browser > Link
Behavior].

3.  On the Link Behavior pane, set the various radio buttons to your
preferences.

4.  Select the OK button.

-- 
David E. Ross

The Crimea is Putin's Sudetenland.
The Ukraine will be Putin's Czechoslovakia.
See <http://www.rossde.com/editorials/edtl_PutinUkraine.html>.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


I hate tabs, but SM use it if more than one url is specified as the "home page"

2016-12-10 Thread Ray_Net

I work with SM without tabs, I prefer to have separate windows.

I discovered recently that when starting SM - we can have 2 pages for 
the home page.


I expected that those two pages will be each one on in a separate window.

I have as the result that the two "home page" are in the same window 
with the use of 2 tabs.


How can I do to have 2 windows instead of 2 tabs ?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: tabs in SM

2011-12-10 Thread DoreenRutledge18
freelance writer


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey