<?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: Theme and Template Downloads (was &#8216;A Third-Party Bento Theme&#8217;)</title>
	<atom:link href="http://www.bentousers.com/20081126-a-third-party-bento-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bentousers.com/20081126-a-third-party-bento-theme/</link>
	<description>WRITTEN BY BENTO™ USERS FOR BENTO USERS</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:46:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://www.bentousers.com/20081126-a-third-party-bento-theme/comment-page-1/#comment-237</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 26 Nov 2008 21:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentousers.com/?p=183#comment-237</guid>
		<description>I&#039;m sure that FileMaker Inc. do have an intention to add a theme designer because of the presence of the Theme Chooser in Bento 2.

The template files are also XML based and, if you look at their own templates, you can see that it&#039;s possible to include data so I&#039;m not sure why a template export cannot optionally do this.

Anyway, thank you for creating the theme and hopefully it will encourage others to do the same and maybe we can build up a theme library here (like the over-due templates library).</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure that FileMaker Inc. do have an intention to add a theme designer because of the presence of the Theme Chooser in Bento 2.</p>
<p>The template files are also XML based and, if you look at their own templates, you can see that it&#8217;s possible to include data so I&#8217;m not sure why a template export cannot optionally do this.</p>
<p>Anyway, thank you for creating the theme and hopefully it will encourage others to do the same and maybe we can build up a theme library here (like the over-due templates library).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.bentousers.com/20081126-a-third-party-bento-theme/comment-page-1/#comment-236</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 26 Nov 2008 18:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentousers.com/?p=183#comment-236</guid>
		<description>Thanks for posting about this Simon.
About the hack thing: I&#039;m not in any way a programmer. But I was immediately intrigued by the custom theme possibilities when I downloaded the Holiday packs. In fact, one of the first thing I did was look inside the package (hey.. it&#039;s a xmas theme right?). I figured if Filemaker could do it, then the mechanism was in place for anyone to try their hand. This appears to be the situation. The fact that the Holiday themes are installed in the user&#039;s app support folder makes it clear that there&#039;s an intention there to allow this in the future.

What I did was basically retro engineer one of the included themes. There&#039;s no new code. The only new file is the bkg psd that was overwritten with my own. Everything else is set in the attributes.plist file which is an xml file that appears to instruct Bento on how to render each theme. Like a css file for a web page. It wasn&#039;t clear what everything did so I just went with trial and error, examining the various installed themes (which are in the Bento app package), copying and changing things around until I began to understand what controlled what.

So this isn&#039;t anymore a hack than the Holiday theme. It doesn&#039;t affect the application itself. I just changed attributes in a &quot;legal theme&quot; until I liked the results and saved it as a new file, with a new name. As I said on the forum, this was born out of necessity because I couldn&#039;t settle on anything offered in Bento that worked for me 100% of the time. I knew others out there would probably appreciate it so I decided to share it.

What&#039;s intriguing to me after this exercise is why? Why isn&#039;t Filemaker providing this on their own? I&#039;ve seen so many posts in the forums about this, about a cleaner theme with more standard, bigger and easier to read fonts... and it&#039;s really pretty easy to do. I did this in two hours without any prior knowledge about the programming behind. Changing a font&#039;s face or size is just a variable. That&#039;s it. Takes 2 seconds to change. If I could understand the strings used for colors (still not sure what to make of that!) I could create a whole bunch of themes in no time at all.

I&#039;m really hoping this pushes Filemaker into providing us either with more comprehensive customization options, or at the very least a couple of less Powerpoint circa 1997 themes ;-)

Pat.</description>
		<content:encoded><![CDATA[<p>Thanks for posting about this Simon.<br />
About the hack thing: I&#8217;m not in any way a programmer. But I was immediately intrigued by the custom theme possibilities when I downloaded the Holiday packs. In fact, one of the first thing I did was look inside the package (hey.. it&#8217;s a xmas theme right?). I figured if Filemaker could do it, then the mechanism was in place for anyone to try their hand. This appears to be the situation. The fact that the Holiday themes are installed in the user&#8217;s app support folder makes it clear that there&#8217;s an intention there to allow this in the future.</p>
<p>What I did was basically retro engineer one of the included themes. There&#8217;s no new code. The only new file is the bkg psd that was overwritten with my own. Everything else is set in the attributes.plist file which is an xml file that appears to instruct Bento on how to render each theme. Like a css file for a web page. It wasn&#8217;t clear what everything did so I just went with trial and error, examining the various installed themes (which are in the Bento app package), copying and changing things around until I began to understand what controlled what.</p>
<p>So this isn&#8217;t anymore a hack than the Holiday theme. It doesn&#8217;t affect the application itself. I just changed attributes in a &#8220;legal theme&#8221; until I liked the results and saved it as a new file, with a new name. As I said on the forum, this was born out of necessity because I couldn&#8217;t settle on anything offered in Bento that worked for me 100% of the time. I knew others out there would probably appreciate it so I decided to share it.</p>
<p>What&#8217;s intriguing to me after this exercise is why? Why isn&#8217;t Filemaker providing this on their own? I&#8217;ve seen so many posts in the forums about this, about a cleaner theme with more standard, bigger and easier to read fonts&#8230; and it&#8217;s really pretty easy to do. I did this in two hours without any prior knowledge about the programming behind. Changing a font&#8217;s face or size is just a variable. That&#8217;s it. Takes 2 seconds to change. If I could understand the strings used for colors (still not sure what to make of that!) I could create a whole bunch of themes in no time at all.</p>
<p>I&#8217;m really hoping this pushes Filemaker into providing us either with more comprehensive customization options, or at the very least a couple of less Powerpoint circa 1997 themes <img src='http://www.bentousers.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Pat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

