<?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: Creating iTunes like Sidebar for REALbasic</title>
	<atom:link href="http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/feed/" rel="self" type="application/rss+xml" />
	<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/</link>
	<description>Tutorials - Tutspolis.com</description>
	<lastBuildDate>Sun, 07 Mar 2010 15:58:19 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-782</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-782</guid>
		<description>I think that the only method to get this effect is create a Folder and change the highlight selection on every Folder to the listbox color.</description>
		<content:encoded><![CDATA[<p>I think that the only method to get this effect is create a Folder and change the highlight selection on every Folder to the listbox color.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-781</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-781</guid>
		<description>okay, thanks. what about question 1 regarding making a row unselectable?</description>
		<content:encoded><![CDATA[<p>okay, thanks. what about question 1 regarding making a row unselectable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-780</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-780</guid>
		<description>Maybe try to work with this tutorials to get the effect you like:

http://realbasic.tutspolis.com/tutorials/pm-iphone-app-listbox-for-realbasic/ (how to add and format data in Listbox)

http://realbasic.tutspolis.com/tutorials/creating-treeview-or-hierarchical-listbox-in-realbasic/ (how to create simple hierarchical Listbox)

You can also draw the HEADING as a image (from prepared image file) and then change the Listbox1.ColumnAlignmentOffset(0)= 38 to whatever you like.</description>
		<content:encoded><![CDATA[<p>Maybe try to work with this tutorials to get the effect you like:</p>
<p><a href="http://realbasic.tutspolis.com/tutorials/pm-iphone-app-listbox-for-realbasic/" rel="nofollow">http://realbasic.tutspolis.com/tutorials/pm-iphone-app-listbox-for-realbasic/</a> (how to add and format data in Listbox)</p>
<p><a href="http://realbasic.tutspolis.com/tutorials/creating-treeview-or-hierarchical-listbox-in-realbasic/" rel="nofollow">http://realbasic.tutspolis.com/tutorials/creating-treeview-or-hierarchical-listbox-in-realbasic/</a> (how to create simple hierarchical Listbox)</p>
<p>You can also draw the HEADING as a image (from prepared image file) and then change the Listbox1.ColumnAlignmentOffset(0)= 38 to whatever you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-779</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-779</guid>
		<description>Okay, spaces don&#039;t seem to work in this blog, so item 1, 2 and 3 actually should be placed a little more to the right.</description>
		<content:encoded><![CDATA[<p>Okay, spaces don&#8217;t seem to work in this blog, so item 1, 2 and 3 actually should be placed a little more to the right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-778</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-778</guid>
		<description>Hi Jakub :-)

re 1) that&#039;s what I thought first, too. But it should really not be selectable, meaning not changing its listindex property when clicking onto the heading.

re 2) I would like to have the heading a little closer to the left border of the listbox. the following records then should be a bit more far away from the left border, looking indented, but without using addfolder. like in itunes, the media library section on the left.

HEADING
    Item 1
    Item 2
    Item 3

Alex</description>
		<content:encoded><![CDATA[<p>Hi Jakub <img src='http://realbasic.tutspolis.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>re 1) that&#8217;s what I thought first, too. But it should really not be selectable, meaning not changing its listindex property when clicking onto the heading.</p>
<p>re 2) I would like to have the heading a little closer to the left border of the listbox. the following records then should be a bit more far away from the left border, looking indented, but without using addfolder. like in itunes, the media library section on the left.</p>
<p>HEADING<br />
    Item 1<br />
    Item 2<br />
    Item 3</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-777</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-777</guid>
		<description>Hello,

ad1. the easiest way to do that is change the highlight selection on the title to the listbox color.

ad2. I don&#039;t understand this question :)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>ad1. the easiest way to do that is change the highlight selection on the title to the listbox color.</p>
<p>ad2. I don&#8217;t understand this question <img src='http://realbasic.tutspolis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-776</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-776</guid>
		<description>Hey Jakub,

Two questions regarding this tutorial:

1. How to avoid the title from being selected? It should just not be selectable.

2. How to indent certain cell-text? In my case: Don&#039;t want to use addfolder but just normal addrows and indent the following lines (after the header) for about 10 pixels.

Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Hey Jakub,</p>
<p>Two questions regarding this tutorial:</p>
<p>1. How to avoid the title from being selected? It should just not be selectable.</p>
<p>2. How to indent certain cell-text? In my case: Don&#8217;t want to use addfolder but just normal addrows and indent the following lines (after the header) for about 10 pixels.</p>
<p>Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-559</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-559</guid>
		<description>If you like this tutorial you should also look at Listbox row info effect (you can see this in Apple Mail) in REALbasic.

http://realbasic.tutspolis.com/tutorials/listbox-row-info-effect-in-realbasic/</description>
		<content:encoded><![CDATA[<p>If you like this tutorial you should also look at Listbox row info effect (you can see this in Apple Mail) in REALbasic.</p>
<p><a href="http://realbasic.tutspolis.com/tutorials/listbox-row-info-effect-in-realbasic/" rel="nofollow">http://realbasic.tutspolis.com/tutorials/listbox-row-info-effect-in-realbasic/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-513</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Sun, 17 Jan 2010 20:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-513</guid>
		<description>iPhone Listbox style inspired by iTunes:

http://realbasic.tutspolis.com/tutorials/pm-iphone-app-listbox-for-realbasic/</description>
		<content:encoded><![CDATA[<p>iPhone Listbox style inspired by iTunes:</p>
<p><a href="http://realbasic.tutspolis.com/tutorials/pm-iphone-app-listbox-for-realbasic/" rel="nofollow">http://realbasic.tutspolis.com/tutorials/pm-iphone-app-listbox-for-realbasic/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-itunes-like-sidebar-for-realbasic/comment-page-1/#comment-430</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Fri, 25 Dec 2009 20:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=151#comment-430</guid>
		<description>You can quote this post on your blog but you must add a link to the orginal location and you must write from where have you quote this material.

My twitter account: http://twitter.com/REALbasicCity</description>
		<content:encoded><![CDATA[<p>You can quote this post on your blog but you must add a link to the orginal location and you must write from where have you quote this material.</p>
<p>My twitter account: <a href="http://twitter.com/REALbasicCity" rel="nofollow">http://twitter.com/REALbasicCity</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
