<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: [userChrome.js] Vertical Toolbar</title>
	<atom:link href="http://www.xuldev.org/blog/?feed=rss2&#038;p=113" rel="self" type="application/rss+xml" />
	<link>http://www.xuldev.org/blog/?p=113</link>
	<description>http://www.xuldev.org/blog/</description>
	<lastBuildDate>Sun, 08 Aug 2010 17:16:33 +0900</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-355</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 02 Oct 2007 18:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-355</guid>
		<description>This is a very helpful script. Thank you! I use vertical-toolbar to hold tool icons I need only on occasion. I don&#039;t mind the lack of d&amp;d.

I have a mouse gesture (left,right) to show or hide the vertical toolbar. It works great!
pn=&#039;vertical-toolbar&#039;;
pt=document.getElementById(pn);
pt.collapsed = !pt.collapsed;</description>
		<content:encoded><![CDATA[<p>This is a very helpful script. Thank you! I use vertical-toolbar to hold tool icons I need only on occasion. I don't mind the lack of d&amp;d.</p>
<p>I have a mouse gesture (left,right) to show or hide the vertical toolbar. It works great!<br />
pn='vertical-toolbar';<br />
pt=document.getElementById(pn);<br />
pt.collapsed = !pt.collapsed;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-306</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 09 Sep 2007 19:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-306</guid>
		<description>thank you gomita.  but that version seems broken, with or without AiOS, plus i have very many other extensions to conflict with.  vertical toolbars seem like a pretty basic enhancement for Fx.  although they can be made/positioned easily via js, making them work with palette is another story.

anyway, back to AiOS.</description>
		<content:encoded><![CDATA[<p>thank you gomita.  but that version seems broken, with or without AiOS, plus i have very many other extensions to conflict with.  vertical toolbars seem like a pretty basic enhancement for Fx.  although they can be made/positioned easily via js, making them work with palette is another story.</p>
<p>anyway, back to AiOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gomita</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-305</link>
		<dc:creator>Gomita</dc:creator>
		<pubDate>Sun, 09 Sep 2007 17:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-305</guid>
		<description>Although it is no longer available officially, Toolbar Enhancements enables you to do it.
We can get the UNOFFICIAL VERSION from:
http://firefox.geckodev.org/index.php?Toolbar%20Enhancements</description>
		<content:encoded><![CDATA[<p>Although it is no longer available officially, Toolbar Enhancements enables you to do it.<br />
We can get the UNOFFICIAL VERSION from:<br />
<a href="http://firefox.geckodev.org/index.php?Toolbar%20Enhancements" rel="nofollow">http://firefox.geckodev.org/index.php?Toolbar%20Enhancements</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alta88</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-304</link>
		<dc:creator>alta88</dc:creator>
		<pubDate>Sun, 09 Sep 2007 16:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-304</guid>
		<description>yes, i just think it would be very nice to have a small extension, or even just userchrome.js, that enables customizable and dnd button toolbars, just like AiOS does, but without the rest of AiOS.</description>
		<content:encoded><![CDATA[<p>yes, i just think it would be very nice to have a small extension, or even just userchrome.js, that enables customizable and dnd button toolbars, just like AiOS does, but without the rest of AiOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gomita</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-303</link>
		<dc:creator>Gomita</dc:creator>
		<pubDate>Sun, 09 Sep 2007 03:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-303</guid>
		<description>The toolbar palette customization doesn&#039;t consider multiple toolboxes.
@see chrome://global/content/customizeToolbar.js</description>
		<content:encoded><![CDATA[<p>The toolbar palette customization doesn't consider multiple toolboxes.<br />
@see chrome://global/content/customizeToolbar.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alta88</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-302</link>
		<dc:creator>alta88</dc:creator>
		<pubDate>Sun, 09 Sep 2007 00:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-302</guid>
		<description>great, and a lot liter than having AiOS to do this.  but unfortunately, buttons are not drag n drop customizable.  i tried adding customizable=true and toolbarname=aName, but nothing works.  i think the problem is that by the time this is added to the DOM it&#039;s too late, so palette dnd doesn&#039;t know about it.  

perhaps there is a function to re-init toolbars so it can behave like the standard ones..  it looks like AiOS iterates through toolboxes and adds drag event listeners.

thanks!</description>
		<content:encoded><![CDATA[<p>great, and a lot liter than having AiOS to do this.  but unfortunately, buttons are not drag n drop customizable.  i tried adding customizable=true and toolbarname=aName, but nothing works.  i think the problem is that by the time this is added to the DOM it's too late, so palette dnd doesn't know about it.  </p>
<p>perhaps there is a function to re-init toolbars so it can behave like the standard ones..  it looks like AiOS iterates through toolboxes and adds drag event listeners.</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-08-31 at orioa</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-289</link>
		<dc:creator>links for 2007-08-31 at orioa</dc:creator>
		<pubDate>Fri, 31 Aug 2007 03:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-289</guid>
		<description>[...] SCRAPBLOG : [userChrome.js] Vertical Toolbar ウィンドウ左側に縦置きツールバーを配置するための userChrome.js 用スクリプト (tags: firefox userchrome.js toolbar customize) [...]</description>
		<content:encoded><![CDATA[<p>[...] SCRAPBLOG : [userChrome.js] Vertical Toolbar ウィンドウ左側に縦置きツールバーを配置するための userChrome.js 用スクリプト (tags: firefox userchrome.js toolbar customize) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirlouy</title>
		<link>http://www.xuldev.org/blog/?p=113&#038;cpage=1#comment-249</link>
		<dc:creator>pirlouy</dc:creator>
		<pubDate>Sat, 04 Aug 2007 22:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.xuldev.org/blog/?p=113#comment-249</guid>
		<description>With Gmail Notifier, button is not updated (whereas it is in original toolbars).

Else, it&#039;s a nice script, once again.</description>
		<content:encoded><![CDATA[<p>With Gmail Notifier, button is not updated (whereas it is in original toolbars).</p>
<p>Else, it's a nice script, once again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
