<?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: Self-made Toolbar</title>
	<atom:link href="http://www.kegebein.net/blog/2009/04/self-made-toolbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kegebein.net/blog/2009/04/self-made-toolbar/</link>
	<description>Random thoughts about ideas, solutions, everything …</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:56:26 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: samatdf</title>
		<link>http://www.kegebein.net/blog/2009/04/self-made-toolbar/comment-page-1/#comment-18</link>
		<dc:creator>samatdf</dc:creator>
		<pubDate>Tue, 15 Dec 2009 21:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=86#comment-18</guid>
		<description>Nice - there is a great JavaScript library available for creating SVG/Canvas graphics, which should get the drawing working in Internet Explorer.

Take a look at the &#039;raphaeljs&#039; website.

Also, have a look at the Fusion Reactor plugin for FileMaker. It enables you to do loads of cool things like display images from a container field in a web viewer, and run scripts, calculations or update fields from within your JavaScript code. Pretty neat stuff. It also lets you create your own drop in functions which can do all that stuff your own way! Its got pretty good documentation too.

Using this, you could just provide a script which handles the basic functionaly, and a table with a record for each button. Each button record could have two containers, one for an active image, and one for an inactive version. It can also have three text fields - the first to give the button a label, a second to name a script to run when you click that button, and the other for an optional parameter to pass to that script.

Then, users would only need to import that table, and your script to get the whole thing working, and they could easily add their own buttons, or change the button images to theme it. Pretty cool!</description>
		<content:encoded><![CDATA[<p>Nice &#8211; there is a great JavaScript library available for creating SVG/Canvas graphics, which should get the drawing working in Internet Explorer.</p>
<p>Take a look at the &#8216;raphaeljs&#8217; website.</p>
<p>Also, have a look at the Fusion Reactor plugin for FileMaker. It enables you to do loads of cool things like display images from a container field in a web viewer, and run scripts, calculations or update fields from within your JavaScript code. Pretty neat stuff. It also lets you create your own drop in functions which can do all that stuff your own way! Its got pretty good documentation too.</p>
<p>Using this, you could just provide a script which handles the basic functionaly, and a table with a record for each button. Each button record could have two containers, one for an active image, and one for an inactive version. It can also have three text fields &#8211; the first to give the button a label, a second to name a script to run when you click that button, and the other for an optional parameter to pass to that script.</p>
<p>Then, users would only need to import that table, and your script to get the whole thing working, and they could easily add their own buttons, or change the button images to theme it. Pretty cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sofi</title>
		<link>http://www.kegebein.net/blog/2009/04/self-made-toolbar/comment-page-1/#comment-17</link>
		<dc:creator>sofi</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=86#comment-17</guid>
		<description>Arnold,

I am new to filemaker, but I have to develop a database for my company.
I&#039;d like to hide the filemaker toolbar and use yours instead. My problem is that I&#039;d like to add two buttons in the find mode, to include or exclude records but I don&#039;t really understand how to do it because I do not know anything about HTML code!
Is there any chance you could explain how to do that? It would be really helpful, and kind!

Sophie

PS: I hope my vocabulary is ok, I&#039;m French and I&#039;m using a french version of filemaker...</description>
		<content:encoded><![CDATA[<p>Arnold,</p>
<p>I am new to filemaker, but I have to develop a database for my company.<br />
I&#8217;d like to hide the filemaker toolbar and use yours instead. My problem is that I&#8217;d like to add two buttons in the find mode, to include or exclude records but I don&#8217;t really understand how to do it because I do not know anything about HTML code!<br />
Is there any chance you could explain how to do that? It would be really helpful, and kind!</p>
<p>Sophie</p>
<p>PS: I hope my vocabulary is ok, I&#8217;m French and I&#8217;m using a french version of filemaker&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Kegebein</title>
		<link>http://www.kegebein.net/blog/2009/04/self-made-toolbar/comment-page-1/#comment-13</link>
		<dc:creator>Arnold Kegebein</dc:creator>
		<pubDate>Sun, 23 Aug 2009 15:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=86#comment-13</guid>
		<description>I am happy you like it.

The inverted colors for the found set icon is intentional. Similar to a menu or other toolbars, if the item is not accessible, its color is desaturated (grayed out). Available items have a full, saturated color. The way FileMaker colored the found set icon always confused me. With my own toolbar I was able to correct this.</description>
		<content:encoded><![CDATA[<p>I am happy you like it.</p>
<p>The inverted colors for the found set icon is intentional. Similar to a menu or other toolbars, if the item is not accessible, its color is desaturated (grayed out). Available items have a full, saturated color. The way FileMaker colored the found set icon always confused me. With my own toolbar I was able to correct this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbseven</title>
		<link>http://www.kegebein.net/blog/2009/04/self-made-toolbar/comment-page-1/#comment-12</link>
		<dc:creator>cbseven</dc:creator>
		<pubDate>Sun, 23 Aug 2009 07:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=86#comment-12</guid>
		<description>Arnold,

This is some amazing work - how do you find the time??

Incidentally, you seem to have inverted the found set (pie chart) icon from the standard FileMaker behavior. Was this intentional? I kind of like your implementation.</description>
		<content:encoded><![CDATA[<p>Arnold,</p>
<p>This is some amazing work &#8211; how do you find the time??</p>
<p>Incidentally, you seem to have inverted the found set (pie chart) icon from the standard FileMaker behavior. Was this intentional? I kind of like your implementation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

