Re: SeaMonkey 2.1 and Bookmarks

2011-03-07 Thread WLS

Justin Wood (Callek) wrote:

On 3/6/2011 9:45 PM, David E. Ross wrote:

On 3/6/11 6:38 PM, Robert Kaiser wrote:

David E. Ross schrieb:

I have two questions about bookmarks under SeaMonkey 2.1.

First, I have set my preferences to display my bookmarks as my home
page. With SeaMonkey 2.0.x and earlier, this was easy. I merely
dragged and dropped the file bookmarks.html from my profile into my
browser window. Then I went to [Edit Preferences] and selected the
Use Current Page button on the Browser pane of the Preferences window.
How can I do this with SeaMonkey 2.1?

chrome://communicator/content/bookmarks/bm-panel.xul should work as a
home page, I think, and show all your bookmarks.


Second, I have the PrefBar extension installed. I created a custom
button that opens the Bookmark Manager for editing bookmarks. Clicking
that button runs
toBookmarksManager();
How should I change that for SeaMonkey 2.1?

PlacesCommandHook.showBookmarksManager('AllBookmarks');


Robert Kaiser


Thanks. I'm accumulating information on how to have the capabilities in
SM 2.1 that I cherish today in SM 2.0.

I will likely download and install SM 2.1 when it reaches the release
candidate stage or possibly one of the last betas.



2.1b3 will be our last beta, before our release candidate.



Hooray! I have been using 2.1b(x)pre exclusively for quite awhile now. 
No problems with what I do with it.


--
openSUSE 11.3(x86_64) - Gnome2.30 - SeaMonkey 2.1b3pre
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


SeaMonkey 2.1 and Bookmarks

2011-03-06 Thread David E. Ross
I have two questions about bookmarks under SeaMonkey 2.1.

First, I have set my preferences to display my bookmarks as my home
page.  With SeaMonkey 2.0.x and earlier, this was easy.  I merely
dragged and dropped the file bookmarks.html from my profile into my
browser window.  Then I went to [Edit  Preferences] and selected the
Use Current Page button on the Browser pane of the Preferences window.
How can I do this with SeaMonkey 2.1?

Second, I have the PrefBar extension installed.  I created a custom
button that opens the Bookmark Manager for editing bookmarks.  Clicking
that button runs
toBookmarksManager();
How should I change that for SeaMonkey 2.1?

-- 

David E. Ross
http://www.rossde.com/

On occasion, I might filter and ignore all newsgroup messages
posted through GoogleGroups via Google's G2/1.0 user agent
because of spam from that source.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SeaMonkey 2.1 and Bookmarks

2011-03-06 Thread Robert Kaiser

David E. Ross schrieb:

I have two questions about bookmarks under SeaMonkey 2.1.

First, I have set my preferences to display my bookmarks as my home
page.  With SeaMonkey 2.0.x and earlier, this was easy.  I merely
dragged and dropped the file bookmarks.html from my profile into my
browser window.  Then I went to [Edit  Preferences] and selected the
Use Current Page button on the Browser pane of the Preferences window.
How can I do this with SeaMonkey 2.1?


chrome://communicator/content/bookmarks/bm-panel.xul should work as a 
home page, I think, and show all your bookmarks.



Second, I have the PrefBar extension installed.  I created a custom
button that opens the Bookmark Manager for editing bookmarks.  Clicking
that button runs
toBookmarksManager();
How should I change that for SeaMonkey 2.1?


PlacesCommandHook.showBookmarksManager('AllBookmarks');


Robert Kaiser

--
Note that any statements of mine - no matter how passionate - are never 
meant to be offensive but very often as food for thought or possible 
arguments that we as a community needs answers to. And most of the time, 
I even appreciate irony and fun! :)

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


Re: SeaMonkey 2.1 and Bookmarks

2011-03-06 Thread David E. Ross
On 3/6/11 6:38 PM, Robert Kaiser wrote:
 David E. Ross schrieb:
  I have two questions about bookmarks under SeaMonkey 2.1.
 
  First, I have set my preferences to display my bookmarks as my home
  page.  With SeaMonkey 2.0.x and earlier, this was easy.  I merely
  dragged and dropped the file bookmarks.html from my profile into my
  browser window.  Then I went to [Edit  Preferences] and selected the
  Use Current Page button on the Browser pane of the Preferences window.
  How can I do this with SeaMonkey 2.1?
 chrome://communicator/content/bookmarks/bm-panel.xul should work as a 
 home page, I think, and show all your bookmarks.
 
  Second, I have the PrefBar extension installed.  I created a custom
  button that opens the Bookmark Manager for editing bookmarks.  Clicking
  that button runs
 toBookmarksManager();
  How should I change that for SeaMonkey 2.1?
 PlacesCommandHook.showBookmarksManager('AllBookmarks');
 
 
 Robert Kaiser

Thanks.  I'm accumulating information on how to have the capabilities in
SM 2.1 that I cherish today in SM 2.0.

I will likely download and install SM 2.1 when it reaches the release
candidate stage or possibly one of the last betas.

-- 

David E. Ross
http://www.rossde.com/

On occasion, I might filter and ignore all newsgroup messages
posted through GoogleGroups via Google's G2/1.0 user agent
because of spam from that source.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SeaMonkey 2.1 and Bookmarks

2011-03-06 Thread Justin Wood (Callek)

On 3/6/2011 9:45 PM, David E. Ross wrote:

On 3/6/11 6:38 PM, Robert Kaiser wrote:

David E. Ross schrieb:

I have two questions about bookmarks under SeaMonkey 2.1.

First, I have set my preferences to display my bookmarks as my home
page.  With SeaMonkey 2.0.x and earlier, this was easy.  I merely
dragged and dropped the file bookmarks.html from my profile into my
browser window.  Then I went to [Edit   Preferences] and selected the
Use Current Page button on the Browser pane of the Preferences window.
How can I do this with SeaMonkey 2.1?

chrome://communicator/content/bookmarks/bm-panel.xul should work as a
home page, I think, and show all your bookmarks.


Second, I have the PrefBar extension installed.  I created a custom
button that opens the Bookmark Manager for editing bookmarks.  Clicking
that button runs
toBookmarksManager();
How should I change that for SeaMonkey 2.1?

PlacesCommandHook.showBookmarksManager('AllBookmarks');


Robert Kaiser


Thanks.  I'm accumulating information on how to have the capabilities in
SM 2.1 that I cherish today in SM 2.0.

I will likely download and install SM 2.1 when it reaches the release
candidate stage or possibly one of the last betas.



2.1b3 will be our last beta, before our release candidate.

--
~Justin Wood (Callek)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey