<?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 for Gallimaufry</title>
	<atom:link href="http://www.kegebein.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kegebein.net/blog</link>
	<description>Random thoughts about ideas, solutions, everything …</description>
	<lastBuildDate>Tue, 03 Apr 2012 18:18:07 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Logical Calculation by Arnold Kegebein</title>
		<link>http://www.kegebein.net/blog/2009/09/logical-calculation/comment-page-1/#comment-110</link>
		<dc:creator>Arnold Kegebein</dc:creator>
		<pubDate>Tue, 03 Apr 2012 18:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=216#comment-110</guid>
		<description>Thank you for pointing it out. You are right, there were two errors. I guess, I mixed two different versions when I posted that custom function. It is now corrected.</description>
		<content:encoded><![CDATA[<p>Thank you for pointing it out. You are right, there were two errors. I guess, I mixed two different versions when I posted that custom function. It is now corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logical Calculation by Ian Wilson</title>
		<link>http://www.kegebein.net/blog/2009/09/logical-calculation/comment-page-1/#comment-103</link>
		<dc:creator>Ian Wilson</dc:creator>
		<pubDate>Wed, 21 Mar 2012 12:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=216#comment-103</guid>
		<description>The CF bit.bitset( number; bitLength ) doesn&#039;t work because it contains two undefined custom functions. Could you correct this please?
Ian</description>
		<content:encoded><![CDATA[<p>The CF bit.bitset( number; bitLength ) doesn&#8217;t work because it contains two undefined custom functions. Could you correct this please?<br />
Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something about FileMaker 12 by FileMaker 12: Welche neuen Funktionen wünschen sich FileMaker-Entwickler?</title>
		<link>http://www.kegebein.net/blog/2011/04/something-about-filemaker-12/comment-page-1/#comment-102</link>
		<dc:creator>FileMaker 12: Welche neuen Funktionen wünschen sich FileMaker-Entwickler?</dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=505#comment-102</guid>
		<description>[...] seit der letzten Version 11 schon verhältnismäßig viel Zeit bis zur Gegenwart vergangen ist. Auf kegebein.net gab es schon im letzten Jahr einen netten Aprilscherz, der aus FileMaker 12 eine eierlegende [...]</description>
		<content:encoded><![CDATA[<p>[...] seit der letzten Version 11 schon verhältnismäßig viel Zeit bis zur Gegenwart vergangen ist. Auf kegebein.net gab es schon im letzten Jahr einen netten Aprilscherz, der aus FileMaker 12 eine eierlegende [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something about FileMaker 12 by gdewey</title>
		<link>http://www.kegebein.net/blog/2011/04/something-about-filemaker-12/comment-page-1/#comment-100</link>
		<dc:creator>gdewey</dc:creator>
		<pubDate>Sat, 03 Dec 2011 03:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=505#comment-100</guid>
		<description>you should have add to your happy list a new xDBC connector that has real SQL capabilities. The actual one is almost unusable in real scenarios. Very poor JOIN tables support..</description>
		<content:encoded><![CDATA[<p>you should have add to your happy list a new xDBC connector that has real SQL capabilities. The actual one is almost unusable in real scenarios. Very poor JOIN tables support..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Identify Find Mode by Arnold Kegebein</title>
		<link>http://www.kegebein.net/blog/2011/10/identify-find-mode/comment-page-1/#comment-98</link>
		<dc:creator>Arnold Kegebein</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=563#comment-98</guid>
		<description>My solution is the fast and easy (sometimes call: lazy) approach. The header object is easily copied into every required layout.
Your solution takes more time and effort to implement, but it has the advantage for the user to immediately identify the fields he can use for search requests. I use it sometimes too, occasionally mixing it with a solution that does not require the user to switch into find mode at all. I might write about that someday.</description>
		<content:encoded><![CDATA[<p>My solution is the fast and easy (sometimes call: lazy) approach. The header object is easily copied into every required layout.<br />
Your solution takes more time and effort to implement, but it has the advantage for the user to immediately identify the fields he can use for search requests. I use it sometimes too, occasionally mixing it with a solution that does not require the user to switch into find mode at all. I might write about that someday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Identify Find Mode by agir</title>
		<link>http://www.kegebein.net/blog/2011/10/identify-find-mode/comment-page-1/#comment-97</link>
		<dc:creator>agir</dc:creator>
		<pubDate>Sun, 30 Oct 2011 19:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=563#comment-97</guid>
		<description>I had the same user complaints. I solved the issue with the same function but I used a different visual notifier.

I selected all fields they search on and applied conditional formatting:

Condition: Get( WindowMode ) = 1
Fill Color: light yellow.

So now all fields the user can search on turn yellow when entering find mode. 

Best,
Agi
www.zerobluetech.com</description>
		<content:encoded><![CDATA[<p>I had the same user complaints. I solved the issue with the same function but I used a different visual notifier.</p>
<p>I selected all fields they search on and applied conditional formatting:</p>
<p>Condition: Get( WindowMode ) = 1<br />
Fill Color: light yellow.</p>
<p>So now all fields the user can search on turn yellow when entering find mode. </p>
<p>Best,<br />
Agi<br />
<a  href="http://www.zerobluetech.com" rel="nofollow">http://www.zerobluetech.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Function FrontTabs &#8211; New Version by Arnold Kegebein</title>
		<link>http://www.kegebein.net/blog/2011/06/cf-fronttabs-new-version/comment-page-1/#comment-95</link>
		<dc:creator>Arnold Kegebein</dc:creator>
		<pubDate>Tue, 28 Jun 2011 04:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=552#comment-95</guid>
		<description>Thanks for pointing it out! I made the corrections.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing it out! I made the corrections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Function FrontTabs &#8211; New Version by Chad Novotny</title>
		<link>http://www.kegebein.net/blog/2011/06/cf-fronttabs-new-version/comment-page-1/#comment-94</link>
		<dc:creator>Chad Novotny</dc:creator>
		<pubDate>Mon, 27 Jun 2011 16:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=552#comment-94</guid>
		<description>You have a couple of typos:
- In the Substitute() on the third line, you have a space in the sting &quot;&lt; ¶&quot;
- In the Case, the first Let() says &quot;Let( $FONTTabs_frontTabs = ...&quot; instead of &quot;Let( $FRONTTabs_frontTabs = ...&quot;</description>
		<content:encoded><![CDATA[<p>You have a couple of typos:<br />
- In the Substitute() on the third line, you have a space in the sting &#8220;&lt; ¶&quot;<br />
- In the Case, the first Let() says &quot;Let( $FONTTabs_frontTabs = &#8230;&quot; instead of &quot;Let( $FRONTTabs_frontTabs = &#8230;&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something about FileMaker 12 by tokerud</title>
		<link>http://www.kegebein.net/blog/2011/04/something-about-filemaker-12/comment-page-1/#comment-93</link>
		<dc:creator>tokerud</dc:creator>
		<pubDate>Sun, 19 Jun 2011 15:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=505#comment-93</guid>
		<description>Too bad this isn&#039;t all true. Googled FileMaker 12 and found your post. Thanks for all the thinking and for your great blog posts. I will be reading them going back into your archives.</description>
		<content:encoded><![CDATA[<p>Too bad this isn&#8217;t all true. Googled FileMaker 12 and found your post. Thanks for all the thinking and for your great blog posts. I will be reading them going back into your archives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something about FileMaker 12 by alice07</title>
		<link>http://www.kegebein.net/blog/2011/04/something-about-filemaker-12/comment-page-1/#comment-92</link>
		<dc:creator>alice07</dc:creator>
		<pubDate>Fri, 27 May 2011 16:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=505#comment-92</guid>
		<description>@donjuan

sorry for my english. What do you mean ? It that all untrue ? hope not !!!

What about filemaker go ? Especially related to:

multitasking
export xml data
controls look&amp;feel (iphone style)</description>
		<content:encoded><![CDATA[<p>@donjuan</p>
<p>sorry for my english. What do you mean ? It that all untrue ? hope not !!!</p>
<p>What about filemaker go ? Especially related to:</p>
<p>multitasking<br />
export xml data<br />
controls look&amp;feel (iphone style)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
