<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2718.us blog &#187; combo box</title>
	<atom:link href="http://2718.us/blog/tag/combo-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://2718.us/blog</link>
	<description>Miscellaneous Technological Geekery</description>
	<lastBuildDate>Tue, 18 May 2010 02:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>A Drag-Resizable Subclass of NSComboBox</title>
		<link>http://2718.us/blog/2010/03/10/a-drag-resizable-subclass-of-nscombobox/</link>
		<comments>http://2718.us/blog/2010/03/10/a-drag-resizable-subclass-of-nscombobox/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:57:02 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[combo box]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[drag]]></category>
		<category><![CDATA[drag-resizable]]></category>
		<category><![CDATA[IGResizableComboBox]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mit]]></category>
		<category><![CDATA[mit license]]></category>
		<category><![CDATA[nscombobox]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[resizable]]></category>
		<category><![CDATA[resizable combo box]]></category>
		<category><![CDATA[resizable combobox]]></category>
		<category><![CDATA[subclass]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=223</guid>
		<description><![CDATA[IGResizableComboBox is a drag-resizable subclass of NSComboBox—that is, IGResizableComboBox should be usable in place of NSComboBox and it adds a small bar at the bottom of the pop-up list that can be dragged to resize the pop-up list.  IGResizableComboBox is published under a 3-clause BSD an MIT license. It still has some quirks: behavior is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/cocoa/#IGResizableComboBox">IGResizableComboBox</a> is a drag-resizable subclass of NSComboBox—that is, IGResizableComboBox should be usable in place of NSComboBox and it adds a small bar at the bottom of the pop-up list that can be dragged to resize the pop-up list.  IGResizableComboBox is published under <del datetime="2010-03-29T13:57:01+00:00">a 3-clause BSD</del> an MIT license.</p>
<p>It still has some quirks:</p>
<ul>
<li><del datetime="2010-03-17T15:31:40+00:00">behavior is strange when the pop-up is above the combo box (whereas it is usually below)</del> [fixed; when the pop-up is above the combo box, the drag-handle is at the top and the top edge moves while the bottom edge stays fixed at the combo box]</li>
<li><del datetime="2010-03-10T22:37:05+00:00">the formula for resetting the number of visible items after dragging occurs is not quite right</del> [fixed; dragging now snaps to whole-item positions]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2010/03/10/a-drag-resizable-subclass-of-nscombobox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

