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


SM window - no tabs - uses 40% of RAM

2020-10-07 Thread flyguy
I noticed SM was using ~50% of my 8GB of RAM. I first closed the Email, which made 
little difference; Closing the tabs one by one until they were ALL closed, dropped 
the memory usage to 40%. Closing and reopening the empty window dropped the usage 
to 15%.


What the heck is making the only window with nothing in it use 40%?! And how do I 
avoid it? It's a nuisance to close/open SM every time it starts to suck the socks 
off the RAM, but if I don't do it, the Total Ram usage exceeds 80%, and things get 
slow, and can even go "not Responding" for 5-30 seconds.

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


Re: change the font size in tabs

2020-06-27 Thread AK
On Saturday, June 27, 2020 at 7:20:22 AM UTC-5, WaltS48 wrote:
> On 6/27/20 2:46 AM, AK wrote:
> > On Friday, June 26, 2020 at 11:12:44 AM UTC-5, Lee wrote:
> >> On 6/25/20, AK  wrote:
> >>> On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:
> >>>> AK wrote:
> >>>>> On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> >>>>>> On 6/25/20, AK  wrote:
> >>>>>>> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >>>>>>>> On 6/25/20 3:47 PM, AK wrote:
> >>>>>>>>> I want to change the font size in tabs.
> >>>>>>>>>
> >>>>>>>>> Is it something to be put in userchrome.css?
> >>>>>>>>>
> >>>>>>>>> Thanks.
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>> Isn't that in the userChrome-example.css file found in the profile
> >>>>>>>> folder?
> >>>>>>>>
> >>>>>>>> /*
> >>>>>>>> * Some possible accessibility enhancements:
> >>>>>>>> */
> >>>>>>>> /*
> >>>>>>>> * Make all the default font sizes 20 pt:
> >>>>>>>> *
> >>>>>>>> * * {
> >>>>>>>> *   font-size: 20pt !important
> >>>>>>>> * }
> >>>>>>>> */
> >>>>>>>> /*
> >>>>>>>> * Make menu items in particular 15 pt instead of the default
> >>>>>>>> size:
> >>>>>>>> *
> >>>>>>>> * menupopup > * {
> >>>>>>>> *   font-size: 15pt !important
> >>>>>>>> * }
> >>>>>>>> */
> >>>>>>>
> >>>>>>> I did not state my desire completely.
> >>>>>>>
> >>>>>>> This should help.
> >>>>>>>
> >>>>>>> https://imgur.com/a/1cTCLrG
> >>>>>>
> >>>>>> maybe this
> >>>>>> .tabbrowser-tab {min-width: 3em !important}
> >>>>>
> >>>>> Thanks.
> >>>>>
> >>>>> It did not help.
> >>>>>
> >>>>> Just so I am clear, I am looking to reduce the width of tabs.
> >>>>>
> >>>>> As of now, I can not have more than 5 tabs open.
> >>>>>
> >>>>> Firefox can have more tabs open.
> >>>>>
> >>>>
> >>>> Well, maybe you need to tell us what version of SeaMonkey you are using
> >>>> and on what operating system.
> >>>>
> >>>> Right now I have 12 tabs open and if I add another the overflow < >
> >>>> appear at each end of the tab bar.
> >>>>
> >>>> Added a few more and now have 25 and can keep going.
> >>>>
> >>>> Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
> >>>> SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.
> >>>
> >>> Thanks.
> >>>
> >>> SeaMonkey 2.53.2
> >>>
> >>> Ubuntu Mate 18.04
> >>
> >> If you want the tabs to _start out_ smaller, in  about:config
> >>browser.tabs.tabMaxWidth
> >> is the initial size of a tab.
> >> Note that it doesn't take effect until rstarting SeaMonkey.
> >>
> >> I didn't mess with browser.tabs.tabClipWidth or
> >> browser.tabs.tabMinWidth because I'm happy with my userchrome.css
> >> .tabbrowser-tab {min-width: 3em !important}
> >>
> >>>>> As of now, I can not have more than 5 tabs open.
> >>
> >> What happens when you have 5 tabs open and try to open another tab?
> >>
> >> Have you tried a new profile?
> >>
> >> Lee
> > 
> > Thanks so much.
> > 
> > browser.tabs.tabMaxWidth = 150 gave me room for 9 tabs.
> > 
> > Andy
> > 
> 
> Why only nine?
> 
> I had 32 before I stopped adding tabs.
> 
> You don't want to use the overflow arrows on the ends of the tab bar?
> 
> -- 
> OS: Ubuntu Linux 18.04LTS - Gnome Desktop
> https://www.thunderbird.net/en-US/get-involved/
> https://give.thunderbird.net/en-US/
> Why didn't he Make America Great Again in the first term?

Right.

But I never use more than 4 or 5 tabs.

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


Re: change the font size in tabs

2020-06-27 Thread WaltS48

On 6/27/20 2:46 AM, AK wrote:

On Friday, June 26, 2020 at 11:12:44 AM UTC-5, Lee wrote:

On 6/25/20, AK  wrote:

On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:

AK wrote:

On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:

On 6/25/20, AK  wrote:

On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:

On 6/25/20 3:47 PM, AK wrote:

I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.



Isn't that in the userChrome-example.css file found in the profile
folder?

/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
*   font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default
size:
*
* menupopup > * {
*   font-size: 15pt !important
* }
*/


I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG


maybe this
.tabbrowser-tab {min-width: 3em !important}


Thanks.

It did not help.

Just so I am clear, I am looking to reduce the width of tabs.

As of now, I can not have more than 5 tabs open.

Firefox can have more tabs open.



Well, maybe you need to tell us what version of SeaMonkey you are using
and on what operating system.

Right now I have 12 tabs open and if I add another the overflow < >
appear at each end of the tab bar.

Added a few more and now have 25 and can keep going.

Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.


Thanks.

SeaMonkey 2.53.2

Ubuntu Mate 18.04


If you want the tabs to _start out_ smaller, in  about:config
   browser.tabs.tabMaxWidth
is the initial size of a tab.
Note that it doesn't take effect until rstarting SeaMonkey.

I didn't mess with browser.tabs.tabClipWidth or
browser.tabs.tabMinWidth because I'm happy with my userchrome.css
.tabbrowser-tab {min-width: 3em !important}


As of now, I can not have more than 5 tabs open.


What happens when you have 5 tabs open and try to open another tab?

Have you tried a new profile?

Lee


Thanks so much.

browser.tabs.tabMaxWidth = 150 gave me room for 9 tabs.

Andy



Why only nine?

I had 32 before I stopped adding tabs.

You don't want to use the overflow arrows on the ends of the tab bar?

--
OS: Ubuntu Linux 18.04LTS - Gnome Desktop
https://www.thunderbird.net/en-US/get-involved/
https://give.thunderbird.net/en-US/
Why didn't he Make America Great Again in the first term?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: change the font size in tabs

2020-06-27 Thread AK
On Friday, June 26, 2020 at 11:12:44 AM UTC-5, Lee wrote:
> On 6/25/20, AK  wrote:
> > On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:
> >> AK wrote:
> >> > On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> >> >> On 6/25/20, AK  wrote:
> >> >>> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >> >>>> On 6/25/20 3:47 PM, AK wrote:
> >> >>>>> I want to change the font size in tabs.
> >> >>>>>
> >> >>>>> Is it something to be put in userchrome.css?
> >> >>>>>
> >> >>>>> Thanks.
> >> >>>>>
> >> >>>>
> >> >>>> Isn't that in the userChrome-example.css file found in the profile
> >> >>>> folder?
> >> >>>>
> >> >>>> /*
> >> >>>>* Some possible accessibility enhancements:
> >> >>>>*/
> >> >>>> /*
> >> >>>>* Make all the default font sizes 20 pt:
> >> >>>>*
> >> >>>>* * {
> >> >>>>*   font-size: 20pt !important
> >> >>>>* }
> >> >>>>*/
> >> >>>> /*
> >> >>>>* Make menu items in particular 15 pt instead of the default
> >> >>>> size:
> >> >>>>*
> >> >>>>* menupopup > * {
> >> >>>>*   font-size: 15pt !important
> >> >>>>* }
> >> >>>>*/
> >> >>>
> >> >>> I did not state my desire completely.
> >> >>>
> >> >>> This should help.
> >> >>>
> >> >>> https://imgur.com/a/1cTCLrG
> >> >>
> >> >> maybe this
> >> >> .tabbrowser-tab {min-width: 3em !important}
> >> >
> >> > Thanks.
> >> >
> >> > It did not help.
> >> >
> >> > Just so I am clear, I am looking to reduce the width of tabs.
> >> >
> >> > As of now, I can not have more than 5 tabs open.
> >> >
> >> > Firefox can have more tabs open.
> >> >
> >>
> >> Well, maybe you need to tell us what version of SeaMonkey you are using
> >> and on what operating system.
> >>
> >> Right now I have 12 tabs open and if I add another the overflow < >
> >> appear at each end of the tab bar.
> >>
> >> Added a few more and now have 25 and can keep going.
> >>
> >> Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
> >> SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.
> >
> > Thanks.
> >
> > SeaMonkey 2.53.2
> >
> > Ubuntu Mate 18.04
> 
> If you want the tabs to _start out_ smaller, in  about:config
>   browser.tabs.tabMaxWidth
> is the initial size of a tab.
> Note that it doesn't take effect until rstarting SeaMonkey.
> 
> I didn't mess with browser.tabs.tabClipWidth or
> browser.tabs.tabMinWidth because I'm happy with my userchrome.css
> .tabbrowser-tab {min-width: 3em !important}
> 
> >> > As of now, I can not have more than 5 tabs open.
> 
> What happens when you have 5 tabs open and try to open another tab?
> 
> Have you tried a new profile?
> 
> Lee

Thanks so much.

browser.tabs.tabMaxWidth = 150 gave me room for 9 tabs.

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


Re: change the font size in tabs

2020-06-26 Thread EE

AK wrote:

On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:

On 6/25/20, AK  wrote:

On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:

On 6/25/20 3:47 PM, AK wrote:

I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.



Isn't that in the userChrome-example.css file found in the profile
folder?

/*
   * Some possible accessibility enhancements:
   */
/*
   * Make all the default font sizes 20 pt:
   *
   * * {
   *   font-size: 20pt !important
   * }
   */
/*
   * Make menu items in particular 15 pt instead of the default size:
   *
   * menupopup > * {
   *   font-size: 15pt !important
   * }
   */


I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG


maybe this
.tabbrowser-tab {min-width: 3em !important}


Thanks.

It did not help.

Just so I am clear, I am looking to reduce the width of tabs.

As of now, I can not have more than 5 tabs open.

Firefox can have more tabs open.


These are the settings I have in about:config:

browser.tabs.tabClipWidth = 60
browser.tabs.tabMaxWidth = 320
browser.tabs.tabMinWidth = 16

I do not have any such limitation in the number of tabs I can have open.

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


Re: change the font size in tabs

2020-06-26 Thread EE

Lee wrote:

On 6/25/20, AK  wrote:

On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:

On 6/25/20 3:47 PM, AK wrote:

I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.



Isn't that in the userChrome-example.css file found in the profile
folder?

/*
   * Some possible accessibility enhancements:
   */
/*
   * Make all the default font sizes 20 pt:
   *
   * * {
   *   font-size: 20pt !important
   * }
   */
/*
   * Make menu items in particular 15 pt instead of the default size:
   *
   * menupopup > * {
   *   font-size: 15pt !important
   * }
   */


I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG


maybe this
.tabbrowser-tab {min-width: 3em !important}

Setting the width of the tab will not change the font.  Using that 
element with the font-zize setting would do it.


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


Re: change the font size in tabs

2020-06-26 Thread Lee
On 6/25/20, AK  wrote:
> On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:
>> AK wrote:
>> > On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
>> >> On 6/25/20, AK  wrote:
>> >>> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
>> >>>> On 6/25/20 3:47 PM, AK wrote:
>> >>>>> I want to change the font size in tabs.
>> >>>>>
>> >>>>> Is it something to be put in userchrome.css?
>> >>>>>
>> >>>>> Thanks.
>> >>>>>
>> >>>>
>> >>>> Isn't that in the userChrome-example.css file found in the profile
>> >>>> folder?
>> >>>>
>> >>>> /*
>> >>>>* Some possible accessibility enhancements:
>> >>>>*/
>> >>>> /*
>> >>>>* Make all the default font sizes 20 pt:
>> >>>>*
>> >>>>* * {
>> >>>>*   font-size: 20pt !important
>> >>>>* }
>> >>>>*/
>> >>>> /*
>> >>>>* Make menu items in particular 15 pt instead of the default
>> >>>> size:
>> >>>>*
>> >>>>* menupopup > * {
>> >>>>*   font-size: 15pt !important
>> >>>>* }
>> >>>>*/
>> >>>
>> >>> I did not state my desire completely.
>> >>>
>> >>> This should help.
>> >>>
>> >>> https://imgur.com/a/1cTCLrG
>> >>
>> >> maybe this
>> >> .tabbrowser-tab {min-width: 3em !important}
>> >
>> > Thanks.
>> >
>> > It did not help.
>> >
>> > Just so I am clear, I am looking to reduce the width of tabs.
>> >
>> > As of now, I can not have more than 5 tabs open.
>> >
>> > Firefox can have more tabs open.
>> >
>>
>> Well, maybe you need to tell us what version of SeaMonkey you are using
>> and on what operating system.
>>
>> Right now I have 12 tabs open and if I add another the overflow < >
>> appear at each end of the tab bar.
>>
>> Added a few more and now have 25 and can keep going.
>>
>> Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
>> SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.
>
> Thanks.
>
> SeaMonkey 2.53.2
>
> Ubuntu Mate 18.04

If you want the tabs to _start out_ smaller, in  about:config
  browser.tabs.tabMaxWidth
is the initial size of a tab.
Note that it doesn't take effect until rstarting SeaMonkey.

I didn't mess with browser.tabs.tabClipWidth or
browser.tabs.tabMinWidth because I'm happy with my userchrome.css
.tabbrowser-tab {min-width: 3em !important}

>> > As of now, I can not have more than 5 tabs open.

What happens when you have 5 tabs open and try to open another tab?

Have you tried a new profile?

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


Re: change the font size in tabs

2020-06-25 Thread AK
On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:
> AK wrote:
> > On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> >> On 6/25/20, AK  wrote:
> >>> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >>>> On 6/25/20 3:47 PM, AK wrote:
> >>>>> I want to change the font size in tabs.
> >>>>>
> >>>>> Is it something to be put in userchrome.css?
> >>>>>
> >>>>> Thanks.
> >>>>>
> >>>>
> >>>> Isn't that in the userChrome-example.css file found in the profile
> >>>> folder?
> >>>>
> >>>> /*
> >>>>* Some possible accessibility enhancements:
> >>>>*/
> >>>> /*
> >>>>* Make all the default font sizes 20 pt:
> >>>>*
> >>>>* * {
> >>>>*   font-size: 20pt !important
> >>>>* }
> >>>>*/
> >>>> /*
> >>>>* Make menu items in particular 15 pt instead of the default size:
> >>>>*
> >>>>* menupopup > * {
> >>>>*   font-size: 15pt !important
> >>>>* }
> >>>>*/
> >>>
> >>> I did not state my desire completely.
> >>>
> >>> This should help.
> >>>
> >>> https://imgur.com/a/1cTCLrG
> >>
> >> maybe this
> >> .tabbrowser-tab {min-width: 3em !important}
> > 
> > Thanks.
> > 
> > It did not help.
> > 
> > Just so I am clear, I am looking to reduce the width of tabs.
> > 
> > As of now, I can not have more than 5 tabs open.
> > 
> > Firefox can have more tabs open.
> > 
> 
> Well, maybe you need to tell us what version of SeaMonkey you are using 
> and on what operating system.
> 
> Right now I have 12 tabs open and if I add another the overflow < > 
> appear at each end of the tab bar.
> 
> Added a few more and now have 25 and can keep going.
> 
> Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 
> SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.

Thanks.

SeaMonkey 2.53.2

Ubuntu Mate 18.04

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


Re: change the font size in tabs

2020-06-25 Thread WaltS48

AK wrote:

On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:

On 6/25/20, AK  wrote:

On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:

On 6/25/20 3:47 PM, AK wrote:

I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.



Isn't that in the userChrome-example.css file found in the profile
folder?

/*
   * Some possible accessibility enhancements:
   */
/*
   * Make all the default font sizes 20 pt:
   *
   * * {
   *   font-size: 20pt !important
   * }
   */
/*
   * Make menu items in particular 15 pt instead of the default size:
   *
   * menupopup > * {
   *   font-size: 15pt !important
   * }
   */


I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG


maybe this
.tabbrowser-tab {min-width: 3em !important}


Thanks.

It did not help.

Just so I am clear, I am looking to reduce the width of tabs.

As of now, I can not have more than 5 tabs open.

Firefox can have more tabs open.



Well, maybe you need to tell us what version of SeaMonkey you are using 
and on what operating system.


Right now I have 12 tabs open and if I add another the overflow < > 
appear at each end of the tab bar.


Added a few more and now have 25 and can keep going.

Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 
SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.

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


Re: change the font size in tabs

2020-06-25 Thread WaltS48

AK wrote:

On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:

On 6/25/20, AK  wrote:

On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:

On 6/25/20 3:47 PM, AK wrote:

I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.



Isn't that in the userChrome-example.css file found in the profile
folder?

/*
   * Some possible accessibility enhancements:
   */
/*
   * Make all the default font sizes 20 pt:
   *
   * * {
   *   font-size: 20pt !important
   * }
   */
/*
   * Make menu items in particular 15 pt instead of the default size:
   *
   * menupopup > * {
   *   font-size: 15pt !important
   * }
   */


I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG


maybe this
.tabbrowser-tab {min-width: 3em !important}


Thanks.

It did not help.

Just so I am clear, I am looking to reduce the width of tabs.

As of now, I can not have more than 5 tabs open.

Firefox can have more tabs open.



Opps, sorry!

When I went to close the tabs it was actually 32 tabs and I was asked if 
I wanted to close 31 tabs.

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


Re: change the font size in tabs

2020-06-25 Thread AK
On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> On 6/25/20, AK  wrote:
> > On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >> On 6/25/20 3:47 PM, AK wrote:
> >> > I want to change the font size in tabs.
> >> >
> >> > Is it something to be put in userchrome.css?
> >> >
> >> > Thanks.
> >> >
> >>
> >> Isn't that in the userChrome-example.css file found in the profile
> >> folder?
> >>
> >> /*
> >>   * Some possible accessibility enhancements:
> >>   */
> >> /*
> >>   * Make all the default font sizes 20 pt:
> >>   *
> >>   * * {
> >>   *   font-size: 20pt !important
> >>   * }
> >>   */
> >> /*
> >>   * Make menu items in particular 15 pt instead of the default size:
> >>   *
> >>   * menupopup > * {
> >>   *   font-size: 15pt !important
> >>   * }
> >>   */
> >
> > I did not state my desire completely.
> >
> > This should help.
> >
> > https://imgur.com/a/1cTCLrG
> 
> maybe this
> .tabbrowser-tab {min-width: 3em !important}

Thanks.

It did not help. 

Just so I am clear, I am looking to reduce the width of tabs.

As of now, I can not have more than 5 tabs open.

Firefox can have more tabs open.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: change the font size in tabs

2020-06-25 Thread Lee
On 6/25/20, AK  wrote:
> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
>> On 6/25/20 3:47 PM, AK wrote:
>> > I want to change the font size in tabs.
>> >
>> > Is it something to be put in userchrome.css?
>> >
>> > Thanks.
>> >
>>
>> Isn't that in the userChrome-example.css file found in the profile
>> folder?
>>
>> /*
>>   * Some possible accessibility enhancements:
>>   */
>> /*
>>   * Make all the default font sizes 20 pt:
>>   *
>>   * * {
>>   *   font-size: 20pt !important
>>   * }
>>   */
>> /*
>>   * Make menu items in particular 15 pt instead of the default size:
>>   *
>>   * menupopup > * {
>>   *   font-size: 15pt !important
>>   * }
>>   */
>
> I did not state my desire completely.
>
> This should help.
>
> https://imgur.com/a/1cTCLrG

maybe this
.tabbrowser-tab {min-width: 3em !important}
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: change the font size in tabs

2020-06-25 Thread AK
On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> On 6/25/20 3:47 PM, AK wrote:
> > I want to change the font size in tabs.
> > 
> > Is it something to be put in userchrome.css?
> > 
> > Thanks.
> > 
> 
> Isn't that in the userChrome-example.css file found in the profile folder?
> 
> /*
>   * Some possible accessibility enhancements:
>   */
> /*
>   * Make all the default font sizes 20 pt:
>   *
>   * * {
>   *   font-size: 20pt !important
>   * }
>   */
> /*
>   * Make menu items in particular 15 pt instead of the default size:
>   *
>   * menupopup > * {
>   *   font-size: 15pt !important
>   * }
>   */

I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: change the font size in tabs

2020-06-25 Thread WaltS48

On 6/25/20 3:47 PM, AK wrote:

I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.



Isn't that in the userChrome-example.css file found in the profile folder?

/*
 * Some possible accessibility enhancements:
 */
/*
 * Make all the default font sizes 20 pt:
 *
 * * {
 *   font-size: 20pt !important
 * }
 */
/*
 * Make menu items in particular 15 pt instead of the default size:
 *
 * menupopup > * {
 *   font-size: 15pt !important
 * }
 */
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


change the font size in tabs

2020-06-25 Thread AK
I want to change the font size in tabs.

Is it something to be put in userchrome.css?

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


Re: SeaMonkey v2.49.4's multiple tabs for e-mails...

2018-10-15 Thread Ant via support-seamonkey

On 10/15/2018 9:54 AM, Ant wrote:

On 10/15/2018 6:46 AM, WaltS48 wrote:

On 10/15/18 1:47 AM, Ant wrote:
I noticed when I have scrolled down in an e-mail and then open a new 
tab for another e-mail, then going back to the original tab and it is 
back to the beginning. Is there a way to stop doing that? I hate 
losing my spot with tab switching.


Sorry, Thunderbird does the same thing.

Must be something in the shared code.


Darn. I guess I will need to leave a feedback.


Done. https://bugzilla.mozilla.org/show_bug.cgi?id=1499120

I also mentioned Thunderbird too. Thanks. :)
--
"One day he sprained an ankle rather than crush an ant." --Les Miserables
Note: A fixed width font (Courier, Monospace, etc.) is required to see 
this signature correctly.

   /\___/\If crediting, then use Ant nickname and URL/link.
  / /\ /\ \Axe ANT from its address if e-mailing privately.
 | |o   o| | http://antfarm.ma.cx / http://antfarm.home.dhs.org
\ _ /
 ( )
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SeaMonkey v2.49.4's multiple tabs for e-mails...

2018-10-15 Thread Ant via support-seamonkey

On 10/15/2018 6:46 AM, WaltS48 wrote:

On 10/15/18 1:47 AM, Ant wrote:
I noticed when I have scrolled down in an e-mail and then open a new 
tab for another e-mail, then going back to the original tab and it is 
back to the beginning. Is there a way to stop doing that? I hate 
losing my spot with tab switching.


Sorry, Thunderbird does the same thing.

Must be something in the shared code.


Darn. I guess I will need to leave a feedback.
--
"Is it for pleasure you were made? Not for doing, and for action? Look 
at the plants, the sparrows, the ants, spiders, bees, all doing their 
business, helping to weld the order of the world. And will you refuse 
man's part? And not run the way of nature's ordering?" --Marcus Aurelius
Note: A fixed width font (Courier, Monospace, etc.) is required to see 
this signature correctly.

   /\___/\If crediting, then use Ant nickname and URL/link.
  / /\ /\ \Axe ANT from its address if e-mailing privately.
 | |o   o| | http://antfarm.ma.cx / http://antfarm.home.dhs.org
\ _ /
 ( )
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SeaMonkey v2.49.4's multiple tabs for e-mails...

2018-10-15 Thread WaltS48

On 10/15/18 1:47 AM, Ant wrote:
I noticed when I have scrolled down in an e-mail and then open a new tab 
for another e-mail, then going back to the original tab and it is back 
to the beginning. Is there a way to stop doing that? I hate losing my 
spot with tab switching.


Sorry, Thunderbird does the same thing.

Must be something in the shared code.

--
OS: Ubuntu Linux 18.04LTS - Gnome Desktop
https://www.thunderbird.net/en-US/get-involved/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


SeaMonkey v2.49.4's multiple tabs for e-mails...

2018-10-14 Thread Ant via support-seamonkey
I noticed when I have scrolled down in an e-mail and then open a new tab 
for another e-mail, then going back to the original tab and it is back 
to the beginning. Is there a way to stop doing that? I hate losing my 
spot with tab switching.

--
"If someone makes you angry, I think the thing to do is tie them down to 
the ground, cover them in honey, and then release a swarm of killer ants 
on them. That way, you can hit them over and over again and say, 'Hey! 
I'm just trying to help!' and they can't really get mad at you." --R.M. 
Weiner
Note: A fixed width font (Courier, Monospace, etc.) is required to see 
this signature correctly.

   /\___/\If crediting, then use Ant nickname and URL/link.
  / /\ /\ \Axe ANT from its address if e-mailing privately.
 | |o   o| | http://antfarm.ma.cx / http://antfarm.home.dhs.org
\ _ /
 ( )
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Tabs load different if Tab has focus vs background

2017-09-15 Thread Hawker
For a while I have noticed that many pages, if opened in a new tap, load 
differently if the tab is open/viewed/has focus than if the tab is 
loaded in the background. For those pages if I hit reload once the tab 
has focus the page loads correctly.


The most annoying version of this is on FaceCrack. If I open 
notifications on a new tab from a large thread and go to that tab then 
the thread opens to the point of notification. If it loads in the 
background it loads to the top of the thread only and not the 
notification point. Hitting refresh fixes it so it loads where it should.


Do others experience this? Is there a way to get it to fully load 
without having to refresh the page?

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


Re: Question about Active versus non-active Tabs

2017-07-10 Thread David E. Ross
On 7/10/2017 2:45 PM, Lee wrote:
> On 7/8/17, Ed Mullen <ejemo...@edmullen.net> wrote:
>> On 7/8/17 at 10:08 AM, DoctorBill's prodigious digits fired off with
>> great aplomb:
>>> I am using SM 2.46 right now.  I just lately installed it on my wife's
>>> desktop.
>>> We both are using Windows 7 Pro.
>>> I do not know why, but on my computer, when there are multiple Tabs, the
>>> Tab in use at the moment is light colored.  In Pref's, appearance,
>>> colors, active is set to Red.
>>>
>>> On my wife's computer, all the (Multiple) tabs in use are ALL the same
>>> color, which makes it difficult to tell which tab you are in at any
>>> moment.  Underline links is checked.
>>>
>>> I have looked in preferences to see why my Tabs act that way in order to
>>> fix my wife's system.
>>>
>>> Is this current tab thing a SM thing or a Windows 7 thing ?
>>>
>>> Can someone tell me what to toggle in SM (or Windows 7) to make the
>>> current Tab (when there are multiple tabs) different (light, colored,
>>> something to identify it) ?
>>>
>>> DoctorBill
>>>
>>>
>>
>> Jonathan's reply is good.  You can also go further.
>>
>> <http://edmullen.net/temp/cap0708.jpg>
>>
>> What you see there is done by this code in userChrome.css:
>>
>> /* Change color of active tab */
>> tab[selected="true"] {
>> background: #383 url(tab05.jpg);
>> color: white !important;
>> }
>>
>> /* Make the active tab bold */
>> tab[selected="true"] {
>> font-weight: bold !important;
>> }
>>
>> /* Change color of normal/unselected tabs */
>> tab:not([selected="true"]) {
>> background: #383 url(tab03.jpg);
>> color: blue !important;
>> }
> 
> Anybody else made changes in userchrome.css ?
> 
> /*
>  * Change color of selected tab
>  */
> .tabbrowser-tab[selected="true"],
> .tabbrowser-tab[selected="true"] > hbox {
>margin-left:  0px;
>margin-right: 0px;
>background-color: white !important;
>color: black !important;
>border-bottom: 2px solid #cc6600 !important;
>border-top-left-radius:  12px !important;
>border-top-right-radius: 12px !important;
>}
> 
> Lee
> 

Yes.  My active tab is dark blue with white text.  If I hover my cursor
over my active tab, however, the tab turns pale blue with black text.
The text is slightly larger than the rest of my user interface text.
Here is my CSS:

/* Font size on tabs */
.tabbrowser-tab
{ font-size: 105% !important }

/* Highlight active tab */
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button
{   background-color: #7799FF !important;
color: #ff !important }

.tabbrowser-tab[selected="true"]:hover > hbox,
.tabbrowser-tab[selected="true"]:hover > .tab-close-button
{   background-color: #CCDDFF !important;
color: #00 !important }

-- 
David Ross

<http://www.rossde.com/>
President Trump now denies there are any tapes that
recorded his conversations with ex-FBI Director Comey.
Between when Trump hinted there might be such tapes
and his denial, there was sufficient time to destroy
any tapes.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Question about Active versus non-active Tabs

2017-07-10 Thread Lee
On 7/8/17, Ed Mullen <ejemo...@edmullen.net> wrote:
> On 7/8/17 at 10:08 AM, DoctorBill's prodigious digits fired off with
> great aplomb:
>> I am using SM 2.46 right now.  I just lately installed it on my wife's
>> desktop.
>> We both are using Windows 7 Pro.
>> I do not know why, but on my computer, when there are multiple Tabs, the
>> Tab in use at the moment is light colored.  In Pref's, appearance,
>> colors, active is set to Red.
>>
>> On my wife's computer, all the (Multiple) tabs in use are ALL the same
>> color, which makes it difficult to tell which tab you are in at any
>> moment.  Underline links is checked.
>>
>> I have looked in preferences to see why my Tabs act that way in order to
>> fix my wife's system.
>>
>> Is this current tab thing a SM thing or a Windows 7 thing ?
>>
>> Can someone tell me what to toggle in SM (or Windows 7) to make the
>> current Tab (when there are multiple tabs) different (light, colored,
>> something to identify it) ?
>>
>> DoctorBill
>>
>>
>
> Jonathan's reply is good.  You can also go further.
>
> <http://edmullen.net/temp/cap0708.jpg>
>
> What you see there is done by this code in userChrome.css:
>
> /* Change color of active tab */
> tab[selected="true"] {
> background: #383 url(tab05.jpg);
> color: white !important;
> }
>
> /* Make the active tab bold */
> tab[selected="true"] {
> font-weight: bold !important;
> }
>
> /* Change color of normal/unselected tabs */
> tab:not([selected="true"]) {
> background: #383 url(tab03.jpg);
> color: blue !important;
> }

Anybody else made changes in userchrome.css ?

/*
 * Change color of selected tab
 */
.tabbrowser-tab[selected="true"],
.tabbrowser-tab[selected="true"] > hbox {
   margin-left:  0px;
   margin-right: 0px;
   background-color: white !important;
   color: black !important;
   border-bottom: 2px solid #cc6600 !important;
   border-top-left-radius:  12px !important;
   border-top-right-radius: 12px !important;
   }

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


Re: Question about Active versus non-active Tabs

2017-07-10 Thread mozilla-lists . mbourne

Daniel wrote:

On 9/07/2017 3:50 AM, mozilla-lists.mbou...@spamgourmet.com wrote:

DoctorBill wrote:

DoctorBill wrote:

Can someone tell me what to toggle in SM (or Windows 7) to make
the current Tab (when there are multiple tabs) different (light,
colored, something to identify it) ?


This is what I am talking about - if I can show images herethat
is.
[img]https://s19.postimg.org/v5v708f6r/Sea_Monkey_with_Tabs.jpg[/img]


It looks like you're using a theme other than the default, and the
highlighting might be part of that theme. Make sure your wife's
profile is using the same theme, selected at Tools > Add-ons
Manager > Appearance.

Otherwise, as others have mentioned, it may be that you've customised
the userChrome.css file in your profile to get this effect.


Mark, did you mean that DB should compare Theme settings at
View->Apply Theme??


No, but that does look like another way of doing it.

--
Mark.

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


Re: Question about Active versus non-active Tabs

2017-07-09 Thread Daniel

On 9/07/2017 3:50 AM, mozilla-lists.mbou...@spamgourmet.com wrote:

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now. I just lately installed it on my
wife's desktop. We both are using Windows 7 Pro. I do not know why,
but on my computer, when there are multiple Tabs, the Tab in use at
the moment is light colored. In Pref's, appearance, colors, active
is set to Red.


That affects the default colour of links within web pages, if the page's
style doesn't specify otherwise.


On my wife's computer, all the (Multiple) tabs in use are ALL the
same color, which makes it difficult to tell which tab you are in
at any moment. Underline links is checked.


Again, that option is related to links within web pages.


I have looked in preferences to see why my Tabs act that way in
order to fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make
the current Tab (when there are multiple tabs) different (light,
colored, something to identify it) ?


This is what I am talking about - if I can show images herethat
is.
[img]https://s19.postimg.org/v5v708f6r/Sea_Monkey_with_Tabs.jpg[/img]


It looks like you're using a theme other than the default, and the
highlighting might be part of that theme. Make sure your wife's profile
is using the same theme, selected at Tools > Add-ons Manager > Appearance.

Otherwise, as others have mentioned, it may be that you've customised
the userChrome.css file in your profile to get this effect.

Mark, did you mean that DB should compare Theme settings at View->Apply 
Theme??


--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 
SeaMonkey/2.48 Build identifier: 20170329183526

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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread EE

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill



This is MADDENING ! - for someone who doesn't know SM intimately..

Windows 7 Pro has SeaMonkey, Mozilla, and CHROME in many MULTIPLE
directories on the C:/ drive !  Which ones do what !?

Some - I cannot get to (they don't even show up) in Windows Explorer
(WinKey + E).

I have put MY userChrome.css.css into a couple of the Chrome directories
in my wife's machine W/O ANY EFFECT on her computer.
Which CHROME subdirectory is THE one affecting SM's Tabs 

Doing the %appdata% thing does not tell me WHERE I went on the Directory
Tree in Wins 7.
"Users"  "PC"  - this is difficult to keep track of AND it looks like it
is different on our two computers !  Can SM load up DIFFERENTLY on
different Windows 7 Pro machines ?

EEEGAD !

DoctorBill

You should not have two .css extensions in the filename; the proper name 
is userChrome.css.


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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread EE

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill


If you use the same theme all the time, you could add code to a 
userChrome.css file in a chrome subdirectory in the profile for 
SeaMonkey to change the background of the selected tab. The code:


/* Do not remove the @namespace line -- it's required for correct 
functioning */
@namespace 
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul;);


.tabbrowser-tab[selected="true"] {
  background-color: #BFC8D2 !important;
}

More info about userChrome.css:
http://kb.mozillazine.org/UserChrome.css


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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread David E. Ross
On 7/8/2017 10:54 AM, Ed Mullen wrote:
> On 7/8/17 at 12:35 PM, DoctorBill's prodigious digits fired off with 
> great aplomb:
>> DoctorBill wrote:
>>> DoctorBill wrote:
>>>> I am using SM 2.46 right now.  I just lately installed it on my wife's
>>>> desktop.
>>>> We both are using Windows 7 Pro.
>>>> I do not know why, but on my computer, when there are multiple Tabs, the
>>>> Tab in use at the moment is light colored.  In Pref's, appearance,
>>>> colors, active is set to Red.
>>>>
>>>> On my wife's computer, all the (Multiple) tabs in use are ALL the same
>>>> color, which makes it difficult to tell which tab you are in at any
>>>> moment.  Underline links is checked.
>>>>
>>>> I have looked in preferences to see why my Tabs act that way in order to
>>>> fix my wife's system.
>>>>
>>>> Is this current tab thing a SM thing or a Windows 7 thing ?
>>>>
>>>> Can someone tell me what to toggle in SM (or Windows 7) to make the
>>>> current Tab (when there are multiple tabs) different (light, colored,
>>>> something to identify it) ?
>>>>
>>>> DoctorBill
>>>>
>>>>
>>> This is MADDENING ! - for someone who doesn't know SM intimately..
>>>
>>> Windows 7 Pro has SeaMonkey, Mozilla, and CHROME in many MULTIPLE
>>> directories on the C:/ drive !  Which ones do what !?
>>>
>>> Some - I cannot get to (they don't even show up) in Windows Explorer
>>> (WinKey + E).
>>>
>>> I have put MY userChrome.css.css into a couple of the Chrome directories
>>> in my wife's machine W/O ANY EFFECT on her computer.
>>> Which CHROME subdirectory is THE one affecting SM's Tabs 
>>>
>>> Doing the %appdata% thing does not tell me WHERE I went on the Directory
>>> Tree in Wins 7.
>>> "Users"  "PC"  - this is difficult to keep track of AND it looks like it
>>> is different on our two computers !  Can SM load up DIFFERENTLY on
>>> different Windows 7 Pro machines ?
>>>
>>> EEEGAD !
>>>
>>> DoctorBill
>>>
>>
>> If You Folks can tell me where to put the type ED MULLEN gave me
>> <http://edmullen.net/temp/cap0708.jpg>
>> where it works on my wife's system, I would like that one !
>> Problem is - none of this is working on her system.don't understand.
>> Is the file userChrome.css   or   userChrome.css.css ?
>> Which subdir is THE right one ?!
>> I think I got my userChrome.css.css file from someone here quite a long 
>> while back.and it worked.
>> Strange !
>>
>> DoctorBill
> 
> <http://kb.mozillazine.org/Profile_folder_-_SeaMonkey#Default_profile_location>
> 
> The file is userChrome.css
> 
> The path is:
> 
> C:\Users\ name>>\AppData\Roaming\Mozilla\SeaMonkey\Profiles\.
> 
> where the *** is a random string.
> 
> 

That path is the default path.  However, some users (including me) set
their profiles elsewhere.  That is why, users should instead select
[Help > Troubleshooting Information] from the menu bar and then select
the Open Folder button to the right of "Profile Folder".  That will
reveal the actual location wherever it is.

-- 
David Ross

<http://www.rossde.com/>
President Trump now denies there are any tapes that
recorded his conversations with ex-FBI Director Comey.
Between when Trump hinted there might be such tapes
and his denial, there was sufficient time to destroy
any tapes.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Question about Active versus non-active Tabs

2017-07-08 Thread Ed Mullen
On 7/8/17 at 11:39 AM, Ed Mullen's prodigious digits fired off with 
great aplomb:
On 7/8/17 at 10:08 AM, DoctorBill's prodigious digits fired off with 
great aplomb:
I am using SM 2.46 right now.  I just lately installed it on my wife's 
desktop.

We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, 
the Tab in use at the moment is light colored.  In Pref's, appearance, 
colors, active is set to Red.


On my wife's computer, all the (Multiple) tabs in use are ALL the same 
color, which makes it difficult to tell which tab you are in at any 
moment.  Underline links is checked.


I have looked in preferences to see why my Tabs act that way in order 
to fix my wife's system.


Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the 
current Tab (when there are multiple tabs) different (light, colored, 
something to identify it) ?


DoctorBill




Jonathan's reply is good.  You can also go further.

<http://edmullen.net/temp/cap0708.jpg>

What you see there is done by this code in userChrome.css:

/* Change color of active tab */
tab[selected="true"] {
background: #383 url(tab05.jpg);
color: white !important;
}

/* Make the active tab bold */
tab[selected="true"] {
font-weight: bold !important;
}

/* Change color of normal/unselected tabs */
tab:not([selected="true"]) {
background: #383 url(tab03.jpg);
color: blue !important;
}





I should have mentioned (the obvious) that you'll have to create the jpg 
files referred to in the above.  ;-) It's those files that make the 
active tab a blue pattern and inactive the yellow pattern.


--
Ed Mullen
http://edmullen.net/
"I don't think I handle the notes much differently from other pianists. 
But the pauses between the notes - ah, there is where the artistry 
lies!" - Artur Schnabel

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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread mozilla-lists . mbourne

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my
wife's desktop. We both are using Windows 7 Pro. I do not know why,
but on my computer, when there are multiple Tabs, the Tab in use at
the moment is light colored.  In Pref's, appearance, colors, active
is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the
same color, which makes it difficult to tell which tab you are in
at any moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in
order to fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make
the current Tab (when there are multiple tabs) different (light,
colored, something to identify it) ?

DoctorBill



This is MADDENING ! - for someone who doesn't know SM
intimately..

Windows 7 Pro has SeaMonkey, Mozilla, and CHROME in many MULTIPLE
directories on the C:/ drive !  Which ones do what !?

Some - I cannot get to (they don't even show up) in Windows Explorer
(WinKey + E).

I have put MY userChrome.css.css into a couple of the Chrome
directories in my wife's machine W/O ANY EFFECT on her computer.
Which CHROME subdirectory is THE one affecting SM's Tabs 

Doing the %appdata% thing does not tell me WHERE I went on the
Directory Tree in Wins 7. "Users"  "PC"  - this is difficult to keep
track of AND it looks like it is different on our two computers !
Can SM load up DIFFERENTLY on different Windows 7 Pro machines ?

EEEGAD !

DoctorBill


The easiest way to get to the profile folder is:
- Help > Troubleshooting Information
- About half way down the "Application Basics" section, next to "Profile 
Folder" click "Show Folder"; that should open the folder for the current 
profile

- Within that folder there should be a "chrome" folder (if not, create it)
- Within the "chrome" folder, you can create a userChrome.css file as 
described (or edit the existing one if it already exists)


Make sure the file is named userChrome.css - not userChrome.css.css! On 
Windows Explorer, it is helpful to go to Organise > Folder and Search 
Options (menu names may be different in Windows 7!) and on the View tab 
untick "Hide extensions for known file types". That way you can see and 
change the extension. You might also want to set "Show hidden files and 
folders" so that you can see the hidden folders such as AppData.


--
Mark.

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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread Ed Mullen
On 7/8/17 at 12:35 PM, DoctorBill's prodigious digits fired off with 
great aplomb:

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill



This is MADDENING ! - for someone who doesn't know SM intimately..

Windows 7 Pro has SeaMonkey, Mozilla, and CHROME in many MULTIPLE
directories on the C:/ drive !  Which ones do what !?

Some - I cannot get to (they don't even show up) in Windows Explorer
(WinKey + E).

I have put MY userChrome.css.css into a couple of the Chrome directories
in my wife's machine W/O ANY EFFECT on her computer.
Which CHROME subdirectory is THE one affecting SM's Tabs 

Doing the %appdata% thing does not tell me WHERE I went on the Directory
Tree in Wins 7.
"Users"  "PC"  - this is difficult to keep track of AND it looks like it
is different on our two computers !  Can SM load up DIFFERENTLY on
different Windows 7 Pro machines ?

EEEGAD !

DoctorBill



If You Folks can tell me where to put the type ED MULLEN gave me
<http://edmullen.net/temp/cap0708.jpg>
where it works on my wife's system, I would like that one !
Problem is - none of this is working on her system.don't understand.
Is the file userChrome.css   or   userChrome.css.css ?
Which subdir is THE right one ?!
I think I got my userChrome.css.css file from someone here quite a long 
while back.and it worked.

Strange !

DoctorBill


<http://kb.mozillazine.org/Profile_folder_-_SeaMonkey#Default_profile_location>

The file is userChrome.css

The path is:

C:\Users\name>>\AppData\Roaming\Mozilla\SeaMonkey\Profiles\.


where the *** is a random string.


--
Ed Mullen
http://edmullen.net/
Just because I have a short attention span doesn't mean I ... um ... er 
... uh ...

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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread mozilla-lists . mbourne

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now. I just lately installed it on my
wife's desktop. We both are using Windows 7 Pro. I do not know why,
but on my computer, when there are multiple Tabs, the Tab in use at
the moment is light colored. In Pref's, appearance, colors, active
is set to Red.


That affects the default colour of links within web pages, if the page's 
style doesn't specify otherwise.



On my wife's computer, all the (Multiple) tabs in use are ALL the
same color, which makes it difficult to tell which tab you are in
at any moment. Underline links is checked.


Again, that option is related to links within web pages.


I have looked in preferences to see why my Tabs act that way in
order to fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make
the current Tab (when there are multiple tabs) different (light,
colored, something to identify it) ?

DoctorBill



This is what I am talking about - if I can show images herethat
is.
[img]https://s19.postimg.org/v5v708f6r/Sea_Monkey_with_Tabs.jpg[/img]


It looks like you're using a theme other than the default, and the 
highlighting might be part of that theme. Make sure your wife's profile 
is using the same theme, selected at Tools > Add-ons Manager > Appearance.


Otherwise, as others have mentioned, it may be that you've customised 
the userChrome.css file in your profile to get this effect.


--
Mark.

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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread DoctorBill

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill



This is MADDENING ! - for someone who doesn't know SM intimately..

Windows 7 Pro has SeaMonkey, Mozilla, and CHROME in many MULTIPLE
directories on the C:/ drive !  Which ones do what !?

Some - I cannot get to (they don't even show up) in Windows Explorer
(WinKey + E).

I have put MY userChrome.css.css into a couple of the Chrome directories
in my wife's machine W/O ANY EFFECT on her computer.
Which CHROME subdirectory is THE one affecting SM's Tabs 

Doing the %appdata% thing does not tell me WHERE I went on the Directory
Tree in Wins 7.
"Users"  "PC"  - this is difficult to keep track of AND it looks like it
is different on our two computers !  Can SM load up DIFFERENTLY on
different Windows 7 Pro machines ?

EEEGAD !

DoctorBill



If You Folks can tell me where to put the type ED MULLEN gave me
<http://edmullen.net/temp/cap0708.jpg>
where it works on my wife's system, I would like that one !
Problem is - none of this is working on her system.don't understand.
Is the file userChrome.css   or   userChrome.css.css ?
Which subdir is THE right one ?!
I think I got my userChrome.css.css file from someone here quite a long 
while back.and it worked.

Strange !

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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread DoctorBill

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill



This is MADDENING ! - for someone who doesn't know SM intimately..

Windows 7 Pro has SeaMonkey, Mozilla, and CHROME in many MULTIPLE 
directories on the C:/ drive !  Which ones do what !?


Some - I cannot get to (they don't even show up) in Windows Explorer 
(WinKey + E).


I have put MY userChrome.css.css into a couple of the Chrome directories 
in my wife's machine W/O ANY EFFECT on her computer.

Which CHROME subdirectory is THE one affecting SM's Tabs 

Doing the %appdata% thing does not tell me WHERE I went on the Directory 
Tree in Wins 7.
"Users"  "PC"  - this is difficult to keep track of AND it looks like it 
is different on our two computers !  Can SM load up DIFFERENTLY on 
different Windows 7 Pro machines ?


EEEGAD !

DoctorBill

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


Re: Question about Active versus non-active Tabs

2017-07-08 Thread Ed Mullen
On 7/8/17 at 10:08 AM, DoctorBill's prodigious digits fired off with 
great aplomb:
I am using SM 2.46 right now.  I just lately installed it on my wife's 
desktop.

We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the 
Tab in use at the moment is light colored.  In Pref's, appearance, 
colors, active is set to Red.


On my wife's computer, all the (Multiple) tabs in use are ALL the same 
color, which makes it difficult to tell which tab you are in at any 
moment.  Underline links is checked.


I have looked in preferences to see why my Tabs act that way in order to 
fix my wife's system.


Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the 
current Tab (when there are multiple tabs) different (light, colored, 
something to identify it) ?


DoctorBill




Jonathan's reply is good.  You can also go further.

<http://edmullen.net/temp/cap0708.jpg>

What you see there is done by this code in userChrome.css:

/* Change color of active tab */
tab[selected="true"] {
   background: #383 url(tab05.jpg);
   color: white !important;
}

/* Make the active tab bold */
tab[selected="true"] {
   font-weight: bold !important;
}

/* Change color of normal/unselected tabs */
tab:not([selected="true"]) {
   background: #383 url(tab03.jpg);
   color: blue !important;
}



--
Ed Mullen
http://edmullen.net/
If a pig loses its voice, is it disgruntled?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Question about Active versus non-active Tabs

2017-07-08 Thread Jonathan N. Little

DoctorBill wrote:

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill




This is what I am talking about - if I can show images herethat is.
[img]https://s19.postimg.org/v5v708f6r/Sea_Monkey_with_Tabs.jpg[/img]

DoctorBill


I see this News Group won't show images like forums do.
Anyway - just click on the link.   You can see how the current Tab being
used is lighter.
How do I make my wife's system do that ?  Not obvious - to me, that is.
DB


If it is not a monitor gamma issue or a custom theme you can style it to 
make it extra obvious


WinKey+R

enter:
%APPDATA%\Mozilla\SeaMonkey\Profiles

Go into profile folder

[8-RANDOM-CHARS].default

Enter chome subdirectory, if not present create one

edit or create userChrome.css

/* Make active tab obvious I used yellow for demonstration */
.tabbrowser-tab[selected="true"] *
{
background-color: yellow !important;
}

Save and start SeaMonkey and see results when you create some tabs...

--
Take care,

Jonathan
---
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Question about Active versus non-active Tabs

2017-07-08 Thread David E. Ross
On 7/8/2017 7:41 AM, DoctorBill wrote:
> DoctorBill wrote:
>> DoctorBill wrote:
>>> I am using SM 2.46 right now.  I just lately installed it on my wife's
>>> desktop.
>>> We both are using Windows 7 Pro.
>>> I do not know why, but on my computer, when there are multiple Tabs, the
>>> Tab in use at the moment is light colored.  In Pref's, appearance,
>>> colors, active is set to Red.
>>>
>>> On my wife's computer, all the (Multiple) tabs in use are ALL the same
>>> color, which makes it difficult to tell which tab you are in at any
>>> moment.  Underline links is checked.
>>>
>>> I have looked in preferences to see why my Tabs act that way in order to
>>> fix my wife's system.
>>>
>>> Is this current tab thing a SM thing or a Windows 7 thing ?
>>>
>>> Can someone tell me what to toggle in SM (or Windows 7) to make the
>>> current Tab (when there are multiple tabs) different (light, colored,
>>> something to identify it) ?
>>>
>>> DoctorBill
>>>
>>>
>>
>> This is what I am talking about - if I can show images herethat is.
>> [img]https://s19.postimg.org/v5v708f6r/Sea_Monkey_with_Tabs.jpg[/img]
>>
>> DoctorBill
> 
> I see this News Group won't show images like forums do.
> Anyway - just click on the link.   You can see how the current Tab being 
> used is lighter.
> How do I make my wife's system do that ?  Not obvious - to me, that is.
> DB
> 

Do the following for both computers.  In the SeaMonkey profile, open the
chrome folder.  Open the file userChrome.css in a plain-text editor
(e.g., Notpad, Wordpad, but NOT Word).

Where the two userChrome.css files differ relative to
.tabbrowser-tab
make the file on your wife's computer the same as on your own.

-- 
David Ross

<http://www.rossde.com/>
President Trump now denies there are any tapes that
recorded his conversations with ex-FBI Director Comey.
Between when Trump hinted there might be such tapes
and his denial, there was sufficient time to destroy
any tapes.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Question about Active versus non-active Tabs

2017-07-08 Thread DoctorBill

DoctorBill wrote:

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill




This is what I am talking about - if I can show images herethat is.
[img]https://s19.postimg.org/v5v708f6r/Sea_Monkey_with_Tabs.jpg[/img]

DoctorBill


I see this News Group won't show images like forums do.
Anyway - just click on the link.   You can see how the current Tab being 
used is lighter.

How do I make my wife's system do that ?  Not obvious - to me, that is.
DB
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Question about Active versus non-active Tabs

2017-07-08 Thread DoctorBill

DoctorBill wrote:

I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill




This is what I am talking about - if I can show images herethat is.
[img]https://s19.postimg.org/v5v708f6r/Sea_Monkey_with_Tabs.jpg[/img]

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


Question about Active versus non-active Tabs

2017-07-08 Thread DoctorBill
I am using SM 2.46 right now.  I just lately installed it on my wife's 
desktop.

We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the 
Tab in use at the moment is light colored.  In Pref's, appearance, 
colors, active is set to Red.


On my wife's computer, all the (Multiple) tabs in use are ALL the same 
color, which makes it difficult to tell which tab you are in at any 
moment.  Underline links is checked.


I have looked in preferences to see why my Tabs act that way in order to 
fix my wife's system.


Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the 
current Tab (when there are multiple tabs) different (light, colored, 
something to identify it) ?


DoctorBill


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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-04 Thread EE

DoctorBill wrote:

Jonathan N. Little wrote:

DoctorBill wrote:




I got the file and added the lines to it, then renamed it userChrome.css
and tried to save it in that same sub-dir and was told I need permission
to save the file there.? ? ? ? ? ?

What to do now ?


You are putting it in the wrong place, not under the program's directory
but under your profile.

Should go here:

%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome

NOTE 1: Your profile directory will be uniquely names some 8 character
random name plus ".default"

NOTE 2: The chrome subdirectory may not be present. Just create and put
userChrome.css chrome there.



OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !
nor can I find a ->
"%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "

This used business computer came with Win 7 Prof and Firefox for $280.

There is a Mozilla Firefox Directory on programs (x86)  and also a
Mozilla Maintenance sub-directory on (C:) =- but NO Mozilla.org !
I didn't want to use FireFox.

I also have  a programs(x86) AND a C:/Programs !   WHAT is THAT all
about ?

I downloaded SM 2.46 and loaded THAT about a week ago and now I have a
C:/SeaMonkey subdir -

SO - where DO I put this userChrome.css ON  MY SYSTEM !?My system
apparently does not have the setup you specify.

DoctorBill

To find the SeaMonkey profile, search for cookies.sqlite.  It is in the 
profile.  You can also use Help > Troubleshooting Information and click 
the button beside Profile Folder.


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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-04 Thread Arnie Goetchius
Daniel wrote:
> On 4/04/2017 12:21 PM, David E. Ross wrote:
>> On 4/3/2017 4:03 PM, Jonathan N. Little wrote:
>>> DoctorBill wrote:
 Jonathan N. Little wrote:
> DoctorBill wrote:
>>>
>>
>> I got the file and added the lines to it, then renamed it userChrome.css
>> and tried to save it in that same sub-dir and was told I need permission
>> to save the file there.? ? ? ? ? ?
>>
>> What to do now ?
>
> You are putting it in the wrong place, not under the program's directory
> but under your profile.
>
> Should go here:
>
> %APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome
>
> NOTE 1: Your profile directory will be uniquely names some 8 character
> random name plus ".default"
>
> NOTE 2: The chrome subdirectory may not be present. Just create and put
> userChrome.css chrome there.
>

 OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !
>>>
>>> AS Paul said, nor should you.
>>>
 nor can I find a ->
 "%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "

 This used business computer came with Win 7 Prof and Firefox for $280.
>>>
>>> Are you asking about Firefox or SeaMonkey? Firefox has nothing to do
>>> with this, don't confuse yourself more.
>>>

 There is a Mozilla Firefox Directory on programs (x86)  and also a
 Mozilla Maintenance sub-directory on (C:) =- but NO Mozilla.org !
 I didn't want to use FireFox.

 I also have  a programs(x86) AND a C:/Programs !   WHAT is THAT all
 about ?
>>>
>>> Because newer Windows now is 64-bit so 64-bit applications are installed
>>> under "C:\Program Files" and 32-bit applications are installed under
>>> "C:\Program Files (x86)"
>>>

 I downloaded SM 2.46 and loaded THAT about a week ago and now I have a
 C:/SeaMonkey subdir -
>>>
>>> Well that's non-standard. Should be installed by default "C:\Program
>>> Files (x86)\SeaMonkey" But regardless of whatever odd place where you
>>> installed the application the userChrome.css file does not go under the
>>> application's path but under *your user profile path*.
>>>

 SO - where DO I put this userChrome.css ON  MY SYSTEM !?My system
 apparently does not have the setup you specify.
>>>
>>> Yes, you are just not following my instructions correctly. You have to
>>> navigate to a hidden directory under your profile. The easiest way to
>>> get there is by using the environmental variable  %APPDATA%
>>>
>>>
>>> Okay follow these steps:
>>>
>>> 1) WinKey+R in run box put following line, use copy 'n paste:
>>> %APPDATA%\Mozilla\SeaMonkey\Profiles\
>>>
>>> 2) Windows Explorer will open to that directory. Now double-click on the
>>> subdirectory, it will be some 8 random characters with suffix ".default"
>>>
>>> 3) Look for the "chrome" subdirectory, If there isn't one create one.
>>>
>>> 4) Double-click on "chrome" to enter subdirectory.
>>>
>>> 5) Put your userChrome.css file there.
>>>
>>> 6) Start SeaMonkey.
>>>
>>
>> Step #1 above works only if profile folders are installed in the default
>> location.  My profiles are NOT.  To find a profile folder:
>>
>> 1.  Go to SeaMonkey menu bar and select [Help > Troubleshooting
>> Information].
>>
>> 2.  On the Troubleshooting Information window, under Application Basics,
>> select the Show Folder button to the right of Profile Folder.
>>
> David and Doctor Bill, I also like to put my Programs (H:\) and Profiles (G\:)
> WHERE I WANT THEM rather than letting Windows7 or Linux put them where it 
> wants.
> 
> When I need to locate my Profile, in SeaMonkey, I select "Server Settings" on
> the Edit->Mail & Newsgroup Account Settings screen and look for where the 
> "Local
> directory" is pointing. (Note: on the Edit->Mail & Newsgroup Account Settings
> screen *NOT* the Edit->Preferences->Mail & Newsgroups screen!!)
> 
> That tells me EXACTLY where to look for my Profile  I think!!
> 
Same here
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-04 Thread Daniel

On 4/04/2017 12:21 PM, David E. Ross wrote:

On 4/3/2017 4:03 PM, Jonathan N. Little wrote:

DoctorBill wrote:

Jonathan N. Little wrote:

DoctorBill wrote:




I got the file and added the lines to it, then renamed it userChrome.css
and tried to save it in that same sub-dir and was told I need permission
to save the file there.? ? ? ? ? ?

What to do now ?


You are putting it in the wrong place, not under the program's directory
but under your profile.

Should go here:

%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome

NOTE 1: Your profile directory will be uniquely names some 8 character
random name plus ".default"

NOTE 2: The chrome subdirectory may not be present. Just create and put
userChrome.css chrome there.



OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !


AS Paul said, nor should you.


nor can I find a ->
"%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "

This used business computer came with Win 7 Prof and Firefox for $280.


Are you asking about Firefox or SeaMonkey? Firefox has nothing to do
with this, don't confuse yourself more.



There is a Mozilla Firefox Directory on programs (x86)  and also a
Mozilla Maintenance sub-directory on (C:) =- but NO Mozilla.org !
I didn't want to use FireFox.

I also have  a programs(x86) AND a C:/Programs !   WHAT is THAT all
about ?


Because newer Windows now is 64-bit so 64-bit applications are installed
under "C:\Program Files" and 32-bit applications are installed under
"C:\Program Files (x86)"



I downloaded SM 2.46 and loaded THAT about a week ago and now I have a
C:/SeaMonkey subdir -


Well that's non-standard. Should be installed by default "C:\Program
Files (x86)\SeaMonkey" But regardless of whatever odd place where you
installed the application the userChrome.css file does not go under the
application's path but under *your user profile path*.



SO - where DO I put this userChrome.css ON  MY SYSTEM !?My system
apparently does not have the setup you specify.


Yes, you are just not following my instructions correctly. You have to
navigate to a hidden directory under your profile. The easiest way to
get there is by using the environmental variable  %APPDATA%


Okay follow these steps:

1) WinKey+R in run box put following line, use copy 'n paste:
%APPDATA%\Mozilla\SeaMonkey\Profiles\

2) Windows Explorer will open to that directory. Now double-click on the
subdirectory, it will be some 8 random characters with suffix ".default"

3) Look for the "chrome" subdirectory, If there isn't one create one.

4) Double-click on "chrome" to enter subdirectory.

5) Put your userChrome.css file there.

6) Start SeaMonkey.



Step #1 above works only if profile folders are installed in the default
location.  My profiles are NOT.  To find a profile folder:

1.  Go to SeaMonkey menu bar and select [Help > Troubleshooting
Information].

2.  On the Troubleshooting Information window, under Application Basics,
select the Show Folder button to the right of Profile Folder.

David and Doctor Bill, I also like to put my Programs (H:\) and Profiles 
(G\:) WHERE I WANT THEM rather than letting Windows7 or Linux put them 
where it wants.


When I need to locate my Profile, in SeaMonkey, I select "Server 
Settings" on the Edit->Mail & Newsgroup Account Settings screen and look 
for where the "Local directory" is pointing. (Note: on the Edit->Mail & 
Newsgroup Account Settings screen *NOT* the Edit->Preferences->Mail & 
Newsgroups screen!!)


That tells me EXACTLY where to look for my Profile  I think!!

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 
SeaMonkey/2.46 Build identifier: 20161213183751

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-04 Thread Desiree

On 4/2/2017 10:53 AM, DoctorBill wrote:

New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

DoctorBill

Install 
https://addons.mozilla.org/en-US/seamonkey/addon/seamonkey-vertical-tab-bar/?src=api. 
 It makes SeaMonkey finally worth using (all my other browsers have had 
vertical tabs for many, many years going back to Mozilla Suite and even 
Vivaldi and Opera 12x have vertical tabs.  Anyhow, the current tab will 
be in the list colored with whatever color you use for highlight color 
for your OS (I have a custom color on Windows 8 Pro as I use 
Windowblinds).   Most likely the color will be that hideous Microsoft 
blue.  You will also get a nice sized thumbnail of the tab on mouse hover.


Then to get an x on the right side of each tab for easy closing, install 
https://addons.mozilla.org/en-US/seamonkey/addon/seatab-x-2/?src=api. 
These two extensions together make SeaMonkey wonderful to use.

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread Jonathan N. Little

David E. Ross wrote:

Step #1 above works only if profile folders are installed in the default
location.  My profiles are NOT.  To find a profile folder:


True, but you tweaked yours to put your profile in a custom location. I 
can assure you that DoctorBill did not deviate from clicking Express 
Install upon setup...


--
Take care,

Jonathan
---
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread David E. Ross
On 4/3/2017 4:03 PM, Jonathan N. Little wrote:
> DoctorBill wrote:
>> Jonathan N. Little wrote:
>>> DoctorBill wrote:
>

 I got the file and added the lines to it, then renamed it userChrome.css
 and tried to save it in that same sub-dir and was told I need permission
 to save the file there.? ? ? ? ? ?

 What to do now ?
>>>
>>> You are putting it in the wrong place, not under the program's directory
>>> but under your profile.
>>>
>>> Should go here:
>>>
>>> %APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome
>>>
>>> NOTE 1: Your profile directory will be uniquely names some 8 character
>>> random name plus ".default"
>>>
>>> NOTE 2: The chrome subdirectory may not be present. Just create and put
>>> userChrome.css chrome there.
>>>
>>
>> OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !
> 
> AS Paul said, nor should you.
> 
>> nor can I find a ->
>> "%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "
>>
>> This used business computer came with Win 7 Prof and Firefox for $280.
> 
> Are you asking about Firefox or SeaMonkey? Firefox has nothing to do 
> with this, don't confuse yourself more.
> 
>>
>> There is a Mozilla Firefox Directory on programs (x86)  and also a
>> Mozilla Maintenance sub-directory on (C:) =- but NO Mozilla.org !
>> I didn't want to use FireFox.
>>
>> I also have  a programs(x86) AND a C:/Programs !   WHAT is THAT all
>> about ?
> 
> Because newer Windows now is 64-bit so 64-bit applications are installed 
> under "C:\Program Files" and 32-bit applications are installed under 
> "C:\Program Files (x86)"
> 
>>
>> I downloaded SM 2.46 and loaded THAT about a week ago and now I have a
>> C:/SeaMonkey subdir -
> 
> Well that's non-standard. Should be installed by default "C:\Program 
> Files (x86)\SeaMonkey" But regardless of whatever odd place where you 
> installed the application the userChrome.css file does not go under the 
> application's path but under *your user profile path*.
> 
>>
>> SO - where DO I put this userChrome.css ON  MY SYSTEM !?My system
>> apparently does not have the setup you specify.
> 
> Yes, you are just not following my instructions correctly. You have to 
> navigate to a hidden directory under your profile. The easiest way to 
> get there is by using the environmental variable  %APPDATA%
> 
> 
> Okay follow these steps:
> 
> 1) WinKey+R in run box put following line, use copy 'n paste:
> %APPDATA%\Mozilla\SeaMonkey\Profiles\
> 
> 2) Windows Explorer will open to that directory. Now double-click on the 
> subdirectory, it will be some 8 random characters with suffix ".default"
> 
> 3) Look for the "chrome" subdirectory, If there isn't one create one.
> 
> 4) Double-click on "chrome" to enter subdirectory.
> 
> 5) Put your userChrome.css file there.
> 
> 6) Start SeaMonkey.
> 

Step #1 above works only if profile folders are installed in the default
location.  My profiles are NOT.  To find a profile folder:

1.  Go to SeaMonkey menu bar and select [Help > Troubleshooting
Information].

2.  On the Troubleshooting Information window, under Application Basics,
select the Show Folder button to the right of Profile Folder.

-- 
David E. Ross


Consider:
*  Most state mandate that drivers have liability insurance.
*  Employers are mandated to have worker's compensation insurance.
*  If you live in a flood zone, flood insurance is mandatory.
*  If your home has a mortgage, fire insurance is mandatory.

Why then is mandatory health insurance so bad??
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread Jonathan N. Little

DoctorBill wrote:

Jonathan N. Little wrote:

DoctorBill wrote:




I got the file and added the lines to it, then renamed it userChrome.css
and tried to save it in that same sub-dir and was told I need permission
to save the file there.? ? ? ? ? ?

What to do now ?


You are putting it in the wrong place, not under the program's directory
but under your profile.

Should go here:

%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome

NOTE 1: Your profile directory will be uniquely names some 8 character
random name plus ".default"

NOTE 2: The chrome subdirectory may not be present. Just create and put
userChrome.css chrome there.



OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !


AS Paul said, nor should you.


nor can I find a ->
"%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "

This used business computer came with Win 7 Prof and Firefox for $280.


Are you asking about Firefox or SeaMonkey? Firefox has nothing to do 
with this, don't confuse yourself more.




There is a Mozilla Firefox Directory on programs (x86)  and also a
Mozilla Maintenance sub-directory on (C:) =- but NO Mozilla.org !
I didn't want to use FireFox.

I also have  a programs(x86) AND a C:/Programs !   WHAT is THAT all
about ?


Because newer Windows now is 64-bit so 64-bit applications are installed 
under "C:\Program Files" and 32-bit applications are installed under 
"C:\Program Files (x86)"




I downloaded SM 2.46 and loaded THAT about a week ago and now I have a
C:/SeaMonkey subdir -


Well that's non-standard. Should be installed by default "C:\Program 
Files (x86)\SeaMonkey" But regardless of whatever odd place where you 
installed the application the userChrome.css file does not go under the 
application's path but under *your user profile path*.




SO - where DO I put this userChrome.css ON  MY SYSTEM !?My system
apparently does not have the setup you specify.


Yes, you are just not following my instructions correctly. You have to 
navigate to a hidden directory under your profile. The easiest way to 
get there is by using the environmental variable  %APPDATA%



Okay follow these steps:

1) WinKey+R in run box put following line, use copy 'n paste:
%APPDATA%\Mozilla\SeaMonkey\Profiles\

2) Windows Explorer will open to that directory. Now double-click on the 
subdirectory, it will be some 8 random characters with suffix ".default"


3) Look for the "chrome" subdirectory, If there isn't one create one.

4) Double-click on "chrome" to enter subdirectory.

5) Put your userChrome.css file there.

6) Start SeaMonkey.

--
Take care,

Jonathan
---
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread WaltS48

On 4/3/17 3:13 PM, DoctorBill wrote:

Jonathan N. Little wrote:

DoctorBill wrote:




I got the file and added the lines to it, then renamed it 
userChrome.css
and tried to save it in that same sub-dir and was told I need 
permission

to save the file there.? ? ? ? ? ?

What to do now ?


You are putting it in the wrong place, not under the program's directory
but under your profile.

Should go here:

%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome

NOTE 1: Your profile directory will be uniquely names some 8 character
random name plus ".default"

NOTE 2: The chrome subdirectory may not be present. Just create and put
userChrome.css chrome there.



OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !
nor can I find a -> 
"%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "


This used business computer came with Win 7 Prof and Firefox for $280.

There is a Mozilla Firefox Directory on programs (x86)  and also a 
Mozilla Maintenance sub-directory on (C:) =- but NO Mozilla.org !

I didn't want to use FireFox.

I also have  a programs(x86) AND a C:/Programs !   WHAT is THAT 
all about ?


I downloaded SM 2.46 and loaded THAT about a week ago and now I have a 
C:/SeaMonkey subdir -


SO - where DO I put this userChrome.css ON  MY SYSTEM !?My system 
apparently does not have the setup you specify.


DoctorBill


See 

--
Go Bucs!
Coexist 
National Popular Vote 
Ubuntu 16.04LTS

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread Paul B. Gallagher

DoctorBill wrote:


Jonathan N. Little wrote:


You are putting it in the wrong place, not under the program's
directory but under your profile.

Should go here:

%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome

...


OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !


OK, Jonathan did not mention "c:/Mozilla.org." I have no idea where you 
got that from or why you took it upon yourself to go looking for it.



nor can I find a ->
"%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "


OK, since you're not a tech, you don't understand the shorthand 
"%APPDATA%." On a Win7 machine, the full path will be


C:\Users\[Your Windows User 
Name]\AppData\Roaming\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "


where [Your Windows User Name] is self-explanatory and [RANDOM] is an 
arbitrary string of letters and numbers that no one can predict but you 
can see. Just go to the path C:\Users\[Your Windows User 
Name]\AppData\Roaming\Mozilla\SeaMonkey\Profiles\ and look for a 
subfolder ending in ".default."


--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread DoctorBill

Jonathan N. Little wrote:

DoctorBill wrote:




I got the file and added the lines to it, then renamed it userChrome.css
and tried to save it in that same sub-dir and was told I need permission
to save the file there.? ? ? ? ? ?

What to do now ?


You are putting it in the wrong place, not under the program's directory
but under your profile.

Should go here:

%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome

NOTE 1: Your profile directory will be uniquely names some 8 character
random name plus ".default"

NOTE 2: The chrome subdirectory may not be present. Just create and put
userChrome.css chrome there.



OK...I DO NOT HAVE any c:/Mozilla.org for SeaMonkey !
nor can I find a -> 
"%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome "


This used business computer came with Win 7 Prof and Firefox for $280.

There is a Mozilla Firefox Directory on programs (x86)  and also a 
Mozilla Maintenance sub-directory on (C:) =- but NO Mozilla.org !

I didn't want to use FireFox.

I also have  a programs(x86) AND a C:/Programs !   WHAT is THAT all 
about ?


I downloaded SM 2.46 and loaded THAT about a week ago and now I have a 
C:/SeaMonkey subdir -


SO - where DO I put this userChrome.css ON  MY SYSTEM !?My system 
apparently does not have the setup you specify.


DoctorBill

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread EE

DoctorBill wrote:

David E. Ross wrote:

On 4/2/2017 1:53 PM, DoctorBill wrote:

New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

DoctorBill



1.  Locate the SeaMonkey profile where you want to fix this.

2.  Open the folder named chrome.

3.  If you do not have a file named userChrome.css in that folder, make
a copy of the file named userChrome-example.css and rename the copy
userChrome.css.

4.  Open the file userChrome.css in a plain-text editor (e.g., Notepad,
Wordpad, but NOT Word).

5.  At the end of the file, insert the following:

/* Highlight active tab */
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button
{background-color: #7799FF !important;
color: #ff !important }

.tabbrowser-tab[selected="true"]:hover > hbox,
.tabbrowser-tab[selected="true"]:hover > .tab-close-button
{background-color: #CCDDFF !important;
color: #00 !important }

6.  Save userChrome.css in place.

The first line -- bracketed with /* and */ -- is a comment.  The block
immediately after that comment makes the currently active tab dark blue
with white text.  The second block makes a tab light blue with black
text if you hover your cursor over the active tab.



I got the file and added the lines to it, then renamed it userChrome.css
and tried to save it in that same sub-dir and was told I need permission
to save the file there.? ? ? ? ? ?

What to do now ?

DB

Do an admin login?

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-03 Thread Jonathan N. Little

DoctorBill wrote:




I got the file and added the lines to it, then renamed it userChrome.css
and tried to save it in that same sub-dir and was told I need permission
to save the file there.? ? ? ? ? ?

What to do now ?


You are putting it in the wrong place, not under the program's directory 
but under your profile.


Should go here:

%APPDATA%\Mozilla\SeaMonkey\Profiles\[RANDOM].default\chrome

NOTE 1: Your profile directory will be uniquely names some 8 character 
random name plus ".default"


NOTE 2: The chrome subdirectory may not be present. Just create and put 
userChrome.css chrome there.


--
Take care,

Jonathan
---
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread DoctorBill

Paul B. Gallagher wrote:

Arnie Goetchius wrote:


Paul B. Gallagher wrote:


To see what theme you're using, do Ctrl-Shift-A and choose
"Appearance."


Ctrl-Shift-A gives me add-ons


Yeah... And on the left side, don't you see?
Get Add-Ons
Extensions
Appearance
Plugins
Dictionaries

So as I said, choose "Appearance." That is, click it.




I was using the DEFAULT SM Appearance.

You's guys are cornfusing me..soI picked the SM Modern - Woopi...

NOW - the Tabs are dark blue and the current one is light blue. !

Thank you again..

DB


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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread DoctorBill

Paul B. Gallagher wrote:

Arnie Goetchius wrote:


Paul B. Gallagher wrote:


To see what theme you're using, do Ctrl-Shift-A and choose
"Appearance."


Ctrl-Shift-A gives me add-ons


Yeah... And on the left side, don't you see?
Get Add-Ons
Extensions
Appearance
Plugins
Dictionaries

So as I said, choose "Appearance." That is, click it.



BTW - Can I finagle the colors around ?  Endless questions !

I liked the default setup colors and buttons better.

However, the TABS are different now as stated by one of you.

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread David E. Ross
On 4/2/2017 4:19 PM, DoctorBill wrote:
> David E. Ross wrote:
>> On 4/2/2017 1:53 PM, DoctorBill wrote:
>>> New Question - SM 2.46 in Windows 7
>>>
>>> I have tabbed Browsing working, but I find it difficult to finger out
>>> which Tab is the one currently open !
>>>
>>> When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
>>> colored bar running across the top of the tab.
>>>
>>> I do not see a toggle to do this in this newer 2.46.
>>>
>>> Am I missing it somewhere ?
>>>
>>> DoctorBill
>>>
>>
>> 1.  Locate the SeaMonkey profile where you want to fix this.
>>
>> 2.  Open the folder named chrome.
>>
>> 3.  If you do not have a file named userChrome.css in that folder, make
>> a copy of the file named userChrome-example.css and rename the copy
>> userChrome.css.
>>
>> 4.  Open the file userChrome.css in a plain-text editor (e.g., Notepad,
>> Wordpad, but NOT Word).
>>
>> 5.  At the end of the file, insert the following:
>>
>> /* Highlight active tab */
>> .tabbrowser-tab[selected="true"] > hbox,
>> .tabbrowser-tab[selected="true"] > .tab-close-button
>> {background-color: #7799FF !important;
>>  color: #ff !important }
>>
>> .tabbrowser-tab[selected="true"]:hover > hbox,
>> .tabbrowser-tab[selected="true"]:hover > .tab-close-button
>> {background-color: #CCDDFF !important;
>>  color: #00 !important }
>>
>> 6.  Save userChrome.css in place.
>>
>> The first line -- bracketed with /* and */ -- is a comment.  The block
>> immediately after that comment makes the currently active tab dark blue
>> with white text.  The second block makes a tab light blue with black
>> text if you hover your cursor over the active tab.
>>
> 
> I got the file and added the lines to it, then renamed it userChrome.css 
> and tried to save it in that same sub-dir and was told I need permission 
> to save the file there.? ? ? ? ? ?
> 
> What to do now ?
> 
> DB
> 

That is a Windows problem, not a SeaMonkey problem.  Not having seen
that problem, I do not know how to fix it.

-- 
David E. Ross


Consider:
*  Most state mandate that drivers have liability insurance.
*  Employers are mandated to have worker's compensation insurance.
*  If you live in a flood zone, flood insurance is mandatory.
*  If your home has a mortgage, fire insurance is mandatory.

Why then is mandatory health insurance so bad??
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread Arnie Goetchius
Paul B. Gallagher wrote:
> Arnie Goetchius wrote:
> 
>> Paul B. Gallagher wrote:
>>
>>> To see what theme you're using, do Ctrl-Shift-A and choose
>>> "Appearance."
>>>
>> Ctrl-Shift-A gives me add-ons
> 
> Yeah... And on the left side, don't you see?
> Get Add-Ons
> Extensions
> Appearance
> Plugins
> Dictionaries
> 
> So as I said, choose "Appearance." That is, click it.
> 
Whoops! You did say that but I went to fast. Tnx for setting me straight.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread Paul B. Gallagher

Arnie Goetchius wrote:


Paul B. Gallagher wrote:


To see what theme you're using, do Ctrl-Shift-A and choose
"Appearance."


Ctrl-Shift-A gives me add-ons


Yeah... And on the left side, don't you see?
Get Add-Ons
Extensions
Appearance
Plugins
Dictionaries

So as I said, choose "Appearance." That is, click it.

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread DoctorBill

njoracle wrote:

DoctorBill wrote:

New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out which Tab
is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a colored bar
running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

DoctorBill

I run 2.46 with Win 10. The open tab is light gray and all the other tabs are
dark gray



I am running Windows 7..

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread DoctorBill

David E. Ross wrote:

On 4/2/2017 1:53 PM, DoctorBill wrote:

New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

DoctorBill



1.  Locate the SeaMonkey profile where you want to fix this.

2.  Open the folder named chrome.

3.  If you do not have a file named userChrome.css in that folder, make
a copy of the file named userChrome-example.css and rename the copy
userChrome.css.

4.  Open the file userChrome.css in a plain-text editor (e.g., Notepad,
Wordpad, but NOT Word).

5.  At the end of the file, insert the following:

/* Highlight active tab */
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button
{   background-color: #7799FF !important;
color: #ff !important }

.tabbrowser-tab[selected="true"]:hover > hbox,
.tabbrowser-tab[selected="true"]:hover > .tab-close-button
{   background-color: #CCDDFF !important;
color: #00 !important }

6.  Save userChrome.css in place.

The first line -- bracketed with /* and */ -- is a comment.  The block
immediately after that comment makes the currently active tab dark blue
with white text.  The second block makes a tab light blue with black
text if you hover your cursor over the active tab.



I got the file and added the lines to it, then renamed it userChrome.css 
and tried to save it in that same sub-dir and was told I need permission 
to save the file there.? ? ? ? ? ?


What to do now ?

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread Arnie Goetchius
njoracle wrote:
> DoctorBill wrote:
>> New Question - SM 2.46 in Windows 7
>>
>> I have tabbed Browsing working, but I find it difficult to finger out which 
>> Tab
>> is the one currently open !
>>
>> When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a colored 
>> bar
>> running across the top of the tab.
>>
>> I do not see a toggle to do this in this newer 2.46.
>>
>> Am I missing it somewhere ?
>>
>> DoctorBill
> I run 2.46 with Win 10. The open tab is light gray and all the other tabs are
> dark gray
> 
I get the result with Edge, Firefox and Google Chrome so maybe it is all due to
Win 10
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread njoracle
DoctorBill wrote:
> New Question - SM 2.46 in Windows 7
> 
> I have tabbed Browsing working, but I find it difficult to finger out which 
> Tab
> is the one currently open !
> 
> When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a colored 
> bar
> running across the top of the tab.
> 
> I do not see a toggle to do this in this newer 2.46.
> 
> Am I missing it somewhere ?
> 
> DoctorBill
I run 2.46 with Win 10. The open tab is light gray and all the other tabs are
dark gray
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread DoctorBill

David E. Ross wrote:

On 4/2/2017 1:53 PM, DoctorBill wrote:

New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

DoctorBill



1.  Locate the SeaMonkey profile where you want to fix this.

2.  Open the folder named chrome.

3.  If you do not have a file named userChrome.css in that folder, make
a copy of the file named userChrome-example.css and rename the copy
userChrome.css.

4.  Open the file userChrome.css in a plain-text editor (e.g., Notepad,
Wordpad, but NOT Word).

5.  At the end of the file, insert the following:

/* Highlight active tab */
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button
{   background-color: #7799FF !important;
color: #ff !important }

.tabbrowser-tab[selected="true"]:hover > hbox,
.tabbrowser-tab[selected="true"]:hover > .tab-close-button
{   background-color: #CCDDFF !important;
color: #00 !important }

6.  Save userChrome.css in place.

The first line -- bracketed with /* and */ -- is a comment.  The block
immediately after that comment makes the currently active tab dark blue
with white text.  The second block makes a tab light blue with black
text if you hover your cursor over the active tab.



OKI copied your message into WordPad and printed it out.

I will attempt this.Complex !  ...at least to me !

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread Arnie Goetchius
Paul B. Gallagher wrote:
> DoctorBill wrote:
> 
>> New Question - SM 2.46 in Windows 7
>>
>> I have tabbed Browsing working, but I find it difficult to finger out
>> which Tab is the one currently open !
>>
>> When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
>> colored bar running across the top of the tab.
>>
>> I do not see a toggle to do this in this newer 2.46.
>>
>> Am I missing it somewhere ?
> 
> On my system (SeaMonkey 2.46, default theme, Win7), the active tab is white, 
> the
> others are gray. And of course since I have the SM window and all tabs
> maximized, the active one is the one I can see. ;-)
> 
> To see what theme you're using, do Ctrl-Shift-A and choose "Appearance."
> 
Ctrl-Shift-A gives me add-ons
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread DoctorBill

Paul B. Gallagher wrote:

DoctorBill wrote:


New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?


On my system (SeaMonkey 2.46, default theme, Win7), the active tab is
white, the others are gray. And of course since I have the SM window and
all tabs maximized, the active one is the one I can see. ;-)

To see what theme you're using, do Ctrl-Shift-A and choose "Appearance."



Says - SeaMonkey Default Theme.

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread Paul B. Gallagher

DoctorBill wrote:


New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?


On my system (SeaMonkey 2.46, default theme, Win7), the active tab is 
white, the others are gray. And of course since I have the SM window and 
all tabs maximized, the active one is the one I can see. ;-)


To see what theme you're using, do Ctrl-Shift-A and choose "Appearance."

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

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


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread David E. Ross
On 4/2/2017 1:53 PM, DoctorBill wrote:
> New Question - SM 2.46 in Windows 7
> 
> I have tabbed Browsing working, but I find it difficult to finger out 
> which Tab is the one currently open !
> 
> When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a 
> colored bar running across the top of the tab.
> 
> I do not see a toggle to do this in this newer 2.46.
> 
> Am I missing it somewhere ?
> 
> DoctorBill
> 

1.  Locate the SeaMonkey profile where you want to fix this.

2.  Open the folder named chrome.

3.  If you do not have a file named userChrome.css in that folder, make
a copy of the file named userChrome-example.css and rename the copy
userChrome.css.

4.  Open the file userChrome.css in a plain-text editor (e.g., Notepad,
Wordpad, but NOT Word).

5.  At the end of the file, insert the following:

/* Highlight active tab */
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button
{   background-color: #7799FF !important;
color: #ff !important }

.tabbrowser-tab[selected="true"]:hover > hbox,
.tabbrowser-tab[selected="true"]:hover > .tab-close-button
{   background-color: #CCDDFF !important;
color: #00 !important }

6.  Save userChrome.css in place.

The first line -- bracketed with /* and */ -- is a comment.  The block
immediately after that comment makes the currently active tab dark blue
with white text.  The second block makes a tab light blue with black
text if you hover your cursor over the active tab.

-- 
David E. Ross


Consider:
*  Most state mandate that drivers have liability insurance.
*  Employers are mandated to have worker's compensation insurance.
*  If you live in a flood zone, flood insurance is mandatory.
*  If your home has a mortgage, fire insurance is mandatory.

Why then is mandatory health insurance so bad??
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread Rick & Sharon

DoctorBill wrote:

New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

DoctorBill
Changes to the newer versions, coupled with Win10, changed the 
appearance.  The only tab that has the BLue 'close X' box & a Plus (+) 
sign is the top tab (with focus).


---
This email has been checked for viruses by AVG.
http://www.avg.com

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


SM Tabs - ID'ing the open tab among the many running ?

2017-04-02 Thread DoctorBill

New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out 
which Tab is the one currently open !


When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a 
colored bar running across the top of the tab.


I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

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


Re: SM 2.46 not rendering tabs content and more

2017-03-04 Thread flyguy

David E. Ross wrote on 3/3/2017 1:12 PM:

On 3/3/2017 11:20 AM, flyguy wrote:

I previously asked a similar question about tab content only, but the problem 
now
affects more than that.

This began after I installed 2.46 (previously using 2.42). Two or three times a
week, I will load a page that doesn't completely render and still shows parts of
the page (in another tab on the same window) I just left.

Waiting a few seconds to a minute often let's it clear on it's own; paging
down/up almost always renders it correctly; closing the window and trying again
often renders the pages correctly.

Rebooting fixes it for a couple days, at least.

It's getting worse: now, a new window - no tabs, no website - can have
incomplete rendering: a black bar directly under the Bookmarks toolbar. If I
hover the cursor along the black bar, it renders that portion of the bar
properly. Tab pages still do not render correctly, however.

It even affects a "Search messages" window, with incomplete rendering along the 
top.

It has the Intel HD Graphics 530 Driver version 20.19.15.4549 driver (Nov 25,
2016 for the win 10 anniversary update) installed, which is supposed to be the
newest version. Hardware acceleration doesn't seem to be an option with my
computer. Hardware acceleration is not selected in SM.

I ran the Win 10 Troubleshooter, which said it fixed a problem, please
reboot, so I did. After a day or so, the improper rendering returned.

The responses to my previous question were about the video driver, and I detail
that above. To test if it is SM 2.46 that is causing the problem, perhaps I 
should
revert to 2.42 (not sure how to do that)?



Is this affecting Web pages or E-mail?  Did you try this in Safe Mode?


It affects web pages, but I haven't seen it affect email, other than the "search 
messages" window when I tried to search this forum. I'll try safe mode next time 
the problem occurs.


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


Re: SM 2.46 not rendering tabs content and more

2017-03-04 Thread Frank-Rainer Grahl

There is now a 15.45.14.4590 available:

https://downloadcenter.intel.com/download/26563/Graphics-Intel-Graphics-Driver-for-Windows-15-45-

And a Beta 15.45.4614
https://downloadcenter.intel.com/download/26604/Graphics-Intel-Graphics-Driver-Beta-15-45-

There is probably nothing we can do about it. If you get the same problems 
with Firefox 49 this would point to either a bug in Gecko or a problem with 
your OS and / or configuration.


The Intel adapters use system memory to store graphics data.

Try memtest and check if your memory has problems:

http://www.memtest.org/

Also if you you PC uses only one ram slot and has two buy a second one with 
identical specs. With previous Intel graphics adapters screen corruption did 
occur when they were not running in dual channel mode. On my company laptop I 
see white streaks and occasional rendering failures too under Windows 7. 
Memtest should report how your system is configured.


You could try Adrians 2.48 and see if this is fixed in a later version:
https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-windows32/

The official 2.48 or 2.49 whatever comes earlier can be installed over it with 
no data loss. Please backup you profile if you want to go back to 2.46.


Instead of Windows 10 I would also recommend 8.1 with classic shell. With the 
half baked changes Microsoft is doing right now and the spotty Intel driver 
support this won't get any better in the long run.


FRG

flyguy wrote:
I previously asked a similar question about tab content only, but the problem 
now affects more than that.


This began after I installed 2.46 (previously using 2.42). Two or three times 
a week, I will load a page that doesn't completely render and still shows 
parts of the page (in another tab on the same window) I just left.


Waiting a few seconds to a minute often let's it clear on it's own; paging
down/up almost always renders it correctly; closing the window and trying 
again often renders the pages correctly.


Rebooting fixes it for a couple days, at least.

It's getting worse: now, a new window - no tabs, no website - can have
incomplete rendering: a black bar directly under the Bookmarks toolbar. If I
hover the cursor along the black bar, it renders that portion of the bar
properly. Tab pages still do not render correctly, however.

It even affects a "Search messages" window, with incomplete rendering along 
the top.


It has the Intel HD Graphics 530 Driver version 20.19.15.4549 driver (Nov 25,
2016 for the win 10 anniversary update) installed, which is supposed to be the
newest version. Hardware acceleration doesn't seem to be an option with my
computer. Hardware acceleration is not selected in SM.

I ran the Win 10 Troubleshooter, which said it fixed a problem, please
reboot, so I did. After a day or so, the improper rendering returned.

The responses to my previous question were about the video driver, and I 
detail that above. To test if it is SM 2.46 that is causing the problem, 
perhaps I should revert to 2.42 (not sure how to do that)?


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


Re: SM 2.46 not rendering tabs content and more

2017-03-03 Thread David E. Ross
On 3/3/2017 11:20 AM, flyguy wrote:
> I previously asked a similar question about tab content only, but the problem 
> now 
> affects more than that.
> 
> This began after I installed 2.46 (previously using 2.42). Two or three times 
> a 
> week, I will load a page that doesn't completely render and still shows parts 
> of 
> the page (in another tab on the same window) I just left.
> 
> Waiting a few seconds to a minute often let's it clear on it's own; paging
> down/up almost always renders it correctly; closing the window and trying 
> again 
> often renders the pages correctly.
> 
> Rebooting fixes it for a couple days, at least.
> 
> It's getting worse: now, a new window - no tabs, no website - can have
> incomplete rendering: a black bar directly under the Bookmarks toolbar. If I
> hover the cursor along the black bar, it renders that portion of the bar
> properly. Tab pages still do not render correctly, however.
> 
> It even affects a "Search messages" window, with incomplete rendering along 
> the top.
> 
> It has the Intel HD Graphics 530 Driver version 20.19.15.4549 driver (Nov 25,
> 2016 for the win 10 anniversary update) installed, which is supposed to be the
> newest version. Hardware acceleration doesn't seem to be an option with my
> computer. Hardware acceleration is not selected in SM.
> 
> I ran the Win 10 Troubleshooter, which said it fixed a problem, please
> reboot, so I did. After a day or so, the improper rendering returned.
> 
> The responses to my previous question were about the video driver, and I 
> detail 
> that above. To test if it is SM 2.46 that is causing the problem, perhaps I 
> should 
> revert to 2.42 (not sure how to do that)?
> 

Is this affecting Web pages or E-mail?  Did you try this in Safe Mode?

-- 
David E. Ross
<http://www.rossde.com/>

Paraphrasing Mark Twain, who was quoting someone else:
There are three kinds of lies: lies, damned lies, and
alternative truths.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


SM 2.46 not rendering tabs content and more

2017-03-03 Thread flyguy
I previously asked a similar question about tab content only, but the problem now 
affects more than that.


This began after I installed 2.46 (previously using 2.42). Two or three times a 
week, I will load a page that doesn't completely render and still shows parts of 
the page (in another tab on the same window) I just left.


Waiting a few seconds to a minute often let's it clear on it's own; paging
down/up almost always renders it correctly; closing the window and trying again 
often renders the pages correctly.


Rebooting fixes it for a couple days, at least.

It's getting worse: now, a new window - no tabs, no website - can have
incomplete rendering: a black bar directly under the Bookmarks toolbar. If I
hover the cursor along the black bar, it renders that portion of the bar
properly. Tab pages still do not render correctly, however.

It even affects a "Search messages" window, with incomplete rendering along the 
top.

It has the Intel HD Graphics 530 Driver version 20.19.15.4549 driver (Nov 25,
2016 for the win 10 anniversary update) installed, which is supposed to be the
newest version. Hardware acceleration doesn't seem to be an option with my
computer. Hardware acceleration is not selected in SM.

I ran the Win 10 Troubleshooter, which said it fixed a problem, please
reboot, so I did. After a day or so, the improper rendering returned.

The responses to my previous question were about the video driver, and I detail 
that above. To test if it is SM 2.46 that is causing the problem, perhaps I should 
revert to 2.42 (not sure how to do that)?

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


Re: Is there a way of showing content from two tabs at the same time?

2017-02-23 Thread Richard Alan
NFN Smith wrote:

> Arnie Goetchius wrote:
>> If I have two tabs open in the SM browser, is there any way to split
>> the screen so that I can watch both tabs at the same time?
>
> My experience is that you have to go to multiple windows. If you
> right-click on a link, there are options for opening the link in a new
> tab and opening in a new window.

Arnie is also probably aware of Shift-Click to open a link in a new 
window, as well as Control-Click to open in a new tab. If your other hand 
is near the keyboard, it's quicker than using the right-click context 
menu.   :-)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Is there a way of showing content from two tabs at the same time?

2017-02-23 Thread NFN Smith

Arnie Goetchius wrote:

If I have two tabs open in the SM browser, is there any way to split
the screen so that I can watch both tabs at the same time?



My experience is that you have to go to multiple windows. If you 
right-click on a link, there are options for opening the link in a new 
tab and opening in a new window.


You can get further flexibility via extensions.  I use Duplicate This 
Tab (no longer supported), which allows for duplicating open tabs, both 
as tabs and windows, and merging of tabs from multiple windows.


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


Re: Is there a way of showing content from two tabs at the same time?

2017-02-20 Thread Luis

Arnie Goetchius wrote:

If I have two tabs open in the SM browser, is there any way to split the screen
so that I can watch both tabs at the same time?

I use two 17" LCD TV's as monitors.  This is the best and most 
productive solution.  Those TV sets are cheap (<$90 each).  There are 
several ways to connect them to your computer, but I recommend you use 
same brand/model to avoid differences in color and image quality. Of 
course this is not a free solution but it is by far the best option if 
you can afford the cost.

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


Re: Is there a way of showing content from two tabs at the same time?

2017-02-20 Thread Richard Alan
flyguy wrote:

> Richard Alan wrote on 2/18/2017 4:19 PM:
>> Arnie Goetchius wrote:
>>> If I have two tabs open in the SM browser, is there any way to split
>>> the screen so that I can watch both tabs at the same time?
>>
>> The only way I know is to drag one of those tabs to an open spot on the
>> desktop and then arrange the two windows side-by-side. I do this often.
> 
> When I do that, I get a shortcut on the desktop, not a window.
> Double-clicking the shortcut opens in a tab in an existing window. Any
> ideas to make it work your way?

No, sorry. I can't think of why it works that way...

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


Re: Is there a way of showing content from two tabs at the same time?

2017-02-19 Thread Ray_Net

Arnie Goetchius wrote on 18-02-17 23:49:

If I have two tabs open in the SM browser, is there any way to split the screen
so that I can watch both tabs at the same time?
If you use windows instead of tabs ... you will be able automatically to 
see 2 window on your screen.
And for some site where the target is _self ... you can rigth-click on 
the link and then you click on "open in a new window"

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


Re: Is there a way of showing content from two tabs at the same time?

2017-02-19 Thread flyguy

Richard Alan wrote on 2/18/2017 4:19 PM:

Arnie Goetchius wrote:


If I have two tabs open in the SM browser, is there any way to split the
screen so that I can watch both tabs at the same time?


The only way I know is to drag one of those tabs to an open spot on the
desktop and then arrange the two windows side-by-side. I do this often.


When I do that, I get a shortcut on the desktop, not a window. Double-clicking the 
shortcut opens in a tab in an existing window. Any ideas to make it work your way?


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


Re: Is there a way of showing content from two tabs at the same time?

2017-02-18 Thread Arnie Goetchius
Richard Alan wrote:
> Arnie Goetchius wrote:
> 
>> If I have two tabs open in the SM browser, is there any way to split the
>> screen so that I can watch both tabs at the same time?
> 
> The only way I know is to drag one of those tabs to an open spot on the 
> desktop and then arrange the two windows side-by-side. I do this often.
> 
A little cumbersome but it works. Thanks for the tip
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Is there a way of showing content from two tabs at the same time?

2017-02-18 Thread Richard Alan
Arnie Goetchius wrote:

> If I have two tabs open in the SM browser, is there any way to split the
> screen so that I can watch both tabs at the same time?

The only way I know is to drag one of those tabs to an open spot on the 
desktop and then arrange the two windows side-by-side. I do this often.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Is there a way of showing content from two tabs at the same time?

2017-02-18 Thread Arnie Goetchius
If I have two tabs open in the SM browser, is there any way to split the screen
so that I can watch both tabs at the same time?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: 2.46 and Tabs?

2016-12-23 Thread Sanpam

David E. Ross wrote:

On 12/23/2016 10:16 AM, Sanpam wrote:

David E. Ross wrote:

On 12/23/2016 3:47 AM, Sanpam wrote:

I notice that 2.46 is opening new tabs on the tab bar, even though I'm
using the same settings as I did with 2.40 to turn them off. An example
is opening the add-ons manager. How do I turn off the opening of new
tabs in 2.46?



On the menu bar: [Edit > Preferences > Browser > Link Behavior].


I did set those up. Same as in 2.40, but I get some tabs using 2.46.
Something must have changed.



Are the tabs for external Web pages?  Or are they for information pages
internal to SeaMonkey (e.g., [Help > Troubleshooting Information])?


Still checking, but maybe it's just with the add-ons manager.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: 2.46 and Tabs?

2016-12-23 Thread David E. Ross
On 12/23/2016 10:16 AM, Sanpam wrote:
> David E. Ross wrote:
>> On 12/23/2016 3:47 AM, Sanpam wrote:
>>> I notice that 2.46 is opening new tabs on the tab bar, even though I'm
>>> using the same settings as I did with 2.40 to turn them off. An example
>>> is opening the add-ons manager. How do I turn off the opening of new
>>> tabs in 2.46?
>>>
>>
>> On the menu bar: [Edit > Preferences > Browser > Link Behavior].
>>
> I did set those up. Same as in 2.40, but I get some tabs using 2.46. 
> Something must have changed.
> 

Are the tabs for external Web pages?  Or are they for information pages
internal to SeaMonkey (e.g., [Help > Troubleshooting Information])?

-- 
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: 2.46 and Tabs?

2016-12-23 Thread Sanpam

David E. Ross wrote:

On 12/23/2016 3:47 AM, Sanpam wrote:

I notice that 2.46 is opening new tabs on the tab bar, even though I'm
using the same settings as I did with 2.40 to turn them off. An example
is opening the add-ons manager. How do I turn off the opening of new
tabs in 2.46?



On the menu bar: [Edit > Preferences > Browser > Link Behavior].

I did set those up. Same as in 2.40, but I get some tabs using 2.46. 
Something must have changed.

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


Re: 2.46 and Tabs?

2016-12-23 Thread David E. Ross
On 12/23/2016 3:47 AM, Sanpam wrote:
> I notice that 2.46 is opening new tabs on the tab bar, even though I'm 
> using the same settings as I did with 2.40 to turn them off. An example 
> is opening the add-ons manager. How do I turn off the opening of new 
> tabs in 2.46?
> 

On the menu bar: [Edit > Preferences > Browser > Link Behavior].

-- 
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


2.46 and Tabs?

2016-12-23 Thread Sanpam
I notice that 2.46 is opening new tabs on the tab bar, even though I'm 
using the same settings as I did with 2.40 to turn them off. An example 
is opening the add-ons manager. How do I turn off the opening of new 
tabs in 2.46?

___
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: vertical tabs on v 2.40 - How ?

2016-10-13 Thread Desiree

On 10/13/2016 12:24 AM, Daniel wrote:

On 13/10/2016 6:34 PM, anglian...@gmail.com wrote:

how do I get the tabs displayed vertically ?


Sorry, what do you mean?? When you press the Tab key, rather than moving
(horizontally) across the page, do you want to move several lines
(vertically) down the page, or something??

Or do you want some symbol to indicate that you have Tabbed once, twice,
whatever, across the page, like a word-processor might display??

More details, please!

It's not possible on SeaMonkey and is the major reason I don't make 
SeaMonkey my default browser.  All other browsers except IE 10 (don't 
know about 11 as I can't get it as I have Win 8.0 Pro) let you have tabs 
vertical instead of horizontal.  On Fx and Pale Moon, I use Tree Style 
Tabs extension going all the way back to the Mozilla Suite before Sea 
Monkey.  Mozilla Suite was my default browser way, way back around 2000 
until Fx 1.0 got Tree Style Tabs (then known as Tabbed Browser Extension 
- the original first extension ever written for a Mozilla browser and 
was written for Mozilla Suite and later for Fx).  I use Tree Style Tabs 
on Pale Moon but even with Lemon Juice's converter I can't get it to 
work on Sea Monkey.   It's a XULU extension so I don't plan to continue 
with Fx once Mozilla kills all the great extensions next year.  I doubt 
the author will rewrite it (and his other related tab extensions).


Vivaldi has built in vertical tabs and even old 12.18 Opera that I still 
use has vertical tabs built into some of its themes.  Mozilla has 
recently talked about making vertical tabs part of Fx builtin and I 
think they have an experiment for it if you want to try it on Fx.


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


Re: vertical tabs on v 2.40 - How ?

2016-10-13 Thread Daniel

On 13/10/2016 6:34 PM, anglian...@gmail.com wrote:

how do I get the tabs displayed vertically ?

Sorry, what do you mean?? When you press the Tab key, rather than moving 
(horizontally) across the page, do you want to move several lines 
(vertically) down the page, or something??


Or do you want some symbol to indicate that you have Tabbed once, twice, 
whatever, across the page, like a word-processor might display??


More details, please!

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 
SeaMonkey/2.40 Build identifier: 20160120202951

or
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 
SeaMonkey/2.38 Build identifier: 20150903203501

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


vertical tabs on v 2.40 - How ?

2016-10-13 Thread anglianova
how do I get the tabs displayed vertically ?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


  1   2   3   4   5   6   7   >