<?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: FileMaker 9 Tip#9: Web Viewers without the Web</title>
	<atom:link href="http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/</link>
	<description>smart business solutions</description>
	<lastBuildDate>Sun, 05 Sep 2010 17:37:44 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tjebbe van Tijen</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-2/#comment-1897</link>
		<dc:creator>Tjebbe van Tijen</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1897</guid>
		<description>landed here because I am looking for a method to grab blocked text inside a webpage displayed in a webviewer and pass it by using some  kind of script (AppleScript or Javascript) I use for a long time such a routine with an external webbrowser active window (Safari) whereby I slect an image (classic way right click and copy) and next block some partys of the text in that window; next I enter that data in sets of repeating text and container fields... The image is copied directly from the clipboard and the text is called by a simple Javascript.... Now I want to do the same/similar thing with webpages inside the webviewer and I fail ti find a proper way... It is fro Filemaker pro 10 platform OSX. If needed I can post in this blog my original working script ...</description>
		<content:encoded><![CDATA[<p>landed here because I am looking for a method to grab blocked text inside a webpage displayed in a webviewer and pass it by using some  kind of script (AppleScript or Javascript) I use for a long time such a routine with an external webbrowser active window (Safari) whereby I slect an image (classic way right click and copy) and next block some partys of the text in that window; next I enter that data in sets of repeating text and container fields&#8230; The image is copied directly from the clipboard and the text is called by a simple Javascript&#8230;. Now I want to do the same/similar thing with webpages inside the webviewer and I fail ti find a proper way&#8230; It is fro Filemaker pro 10 platform OSX. If needed I can post in this blog my original working script &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-2/#comment-1334</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Mon, 10 Nov 2008 01:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1334</guid>
		<description>@Chris: I&#039;m not sure. I really never use IWP, so I didn&#039;t know about this limitation. Have you tried asking on TechNet? If it can be done, I bet someone out there has done it...

Geoff</description>
		<content:encoded><![CDATA[<p>@Chris: I&#8217;m not sure. I really never use IWP, so I didn&#8217;t know about this limitation. Have you tried asking on TechNet? If it can be done, I bet someone out there has done it&#8230;</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jones</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-2/#comment-1332</link>
		<dc:creator>Chris Jones</dc:creator>
		<pubDate>Sun, 09 Nov 2008 06:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1332</guid>
		<description>Geoff

This is great and I&#039;ve done some neat things using a &quot;data:text/html.&quot; &amp; $$ message url. All works great on FMP Pro 9, but if I try and web publish using IWP, I just get a great big blank frame where the web viewer should be. Tried it with your Notes.fp7 too - same problem. Any idea why none of this seems to work over IWP? If I put a simple http:// url in the Web Viewer no problem - so the IWP is working fine. Using Safari on a Mac but same problem with FF, IE etc
Thanks!</description>
		<content:encoded><![CDATA[<p>Geoff</p>
<p>This is great and I&#8217;ve done some neat things using a &#8220;data:text/html.&#8221; &amp; $$ message url. All works great on FMP Pro 9, but if I try and web publish using IWP, I just get a great big blank frame where the web viewer should be. Tried it with your Notes.fp7 too &#8211; same problem. Any idea why none of this seems to work over IWP? If I put a simple http:// url in the Web Viewer no problem &#8211; so the IWP is working fine. Using Safari on a Mac but same problem with FF, IE etc<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-2/#comment-1318</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Thu, 16 Oct 2008 03:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1318</guid>
		<description>@Mike:

Sorry I missed your comment. I wonder if the problem is that your PDFs are stored &lt;strong&gt;in&lt;/strong&gt; the container field. The technique described in the comment thread will only work if the container holds a &lt;strong&gt;reference&lt;/strong&gt; to the PDF, which is found on an accessible drive.

If you want to do something similar with stored container content, you may need to use a script that does an &lt;code&gt;Export Field Contents&lt;/code&gt; to a path (using &lt;code&gt;Get(TemporaryPath)&lt;/code&gt; ideally) and then loads the PDF from there. 

There may be ways, using plug-ins or something, to get at the raw data, Base-64 encode it, and turn it into a data url . I have not tried that technique but I&#039;ve heard people talk about it.

Sorry I couldn&#039;t be more help.

Geoff</description>
		<content:encoded><![CDATA[<p>@Mike:</p>
<p>Sorry I missed your comment. I wonder if the problem is that your PDFs are stored <strong>in</strong> the container field. The technique described in the comment thread will only work if the container holds a <strong>reference</strong> to the PDF, which is found on an accessible drive.</p>
<p>If you want to do something similar with stored container content, you may need to use a script that does an <code>Export Field Contents</code> to a path (using <code>Get(TemporaryPath)</code> ideally) and then loads the PDF from there. </p>
<p>There may be ways, using plug-ins or something, to get at the raw data, Base-64 encode it, and turn it into a data url . I have not tried that technique but I&#8217;ve heard people talk about it.</p>
<p>Sorry I couldn&#8217;t be more help.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-2/#comment-1317</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Mon, 13 Oct 2008 00:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1317</guid>
		<description>@Bart:

There are two answers to this question, so far as I know. If you just want to trigger a scripted process of some kind, and it is OK for the script to run on the &lt;i&gt;server&lt;/i&gt; then you can use a Custom Web Publishing URL in a link tag in the web viewer to trigger the script.

But I suspect you really want the script to run &lt;i&gt;on the client&lt;/i&gt;, ie for navigation, etc...

I do not think this is possible without a plug-in. Two plug-ins that I think may work (I haven&#039;t used them myself) are:

&lt;a href=&quot;http://www.fusionplugins.com/reactor/&quot; rel=&quot;nofollow&quot;&gt;Fusion Reactor&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mbs.geistinteractive.com/&quot; rel=&quot;nofollow&quot;&gt;The MBS Plugin&lt;/a&gt;

I don&#039;t have direct experience with either, but I believe both can help you do what you want.

Geoff</description>
		<content:encoded><![CDATA[<p>@Bart:</p>
<p>There are two answers to this question, so far as I know. If you just want to trigger a scripted process of some kind, and it is OK for the script to run on the <i>server</i> then you can use a Custom Web Publishing URL in a link tag in the web viewer to trigger the script.</p>
<p>But I suspect you really want the script to run <i>on the client</i>, ie for navigation, etc&#8230;</p>
<p>I do not think this is possible without a plug-in. Two plug-ins that I think may work (I haven&#8217;t used them myself) are:</p>
<p><a href="http://www.fusionplugins.com/reactor/" rel="nofollow">Fusion Reactor</a><br />
<a href="http://mbs.geistinteractive.com/" rel="nofollow">The MBS Plugin</a></p>
<p>I don&#8217;t have direct experience with either, but I believe both can help you do what you want.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Bartholomay</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-1/#comment-1316</link>
		<dc:creator>Bart Bartholomay</dc:creator>
		<pubDate>Sun, 12 Oct 2008 02:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1316</guid>
		<description>Geoff -

A little off topic, but I&#039;ve been searching all over the place for html that should be included in the Web Viewer such that an update in the Web Viewer will cause a script to run, a la switching layouts with the WV on each layout. Any ideas?

Bart</description>
		<content:encoded><![CDATA[<p>Geoff -</p>
<p>A little off topic, but I&#8217;ve been searching all over the place for html that should be included in the Web Viewer such that an update in the Web Viewer will cause a script to run, a la switching layouts with the WV on each layout. Any ideas?</p>
<p>Bart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Williamson</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-1/#comment-1312</link>
		<dc:creator>Mike Williamson</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1312</guid>
		<description>Geoff- I am puzzled with the View PDF examples.  I can not get any of them to work.  We have a table called documents where our users insert pdf docs into a container field. Each record contains one doc. I&#039;m trying to create a script that &#039;opens&#039; that pdf in a web viewer on the same record.  Could you point us in the right direction? I understand that I have to somehow set a path.  But I am at a loss as to how to do this.  TIA</description>
		<content:encoded><![CDATA[<p>Geoff- I am puzzled with the View PDF examples.  I can not get any of them to work.  We have a table called documents where our users insert pdf docs into a container field. Each record contains one doc. I&#8217;m trying to create a script that &#8216;opens&#8217; that pdf in a web viewer on the same record.  Could you point us in the right direction? I understand that I have to somehow set a path.  But I am at a loss as to how to do this.  TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-1/#comment-1298</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Sun, 14 Sep 2008 17:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1298</guid>
		<description>zabouth:

You&#039;re right that the data url format is a standard, but there rest of your comment is incorrect. IE doesn&#039;t support the data url standard. (To be fair, IE8 does support it, but it is unsupported through IE7). To get it to work in the Web Viewer, FileMaker pre-processes the URL on windows, and if it is a data url, it creates a temp file with the content, then instructs the IE component to show that file.

On the Mac, the WebKit engine (from Safari) is used for web viewers. This component does support data URLs, which is why they worked on the Mac in FileMaker 8. But at that time, the data URL support was spotty. I&#039;m not sure if FileMaker uses temp files in 9 on the mac as well, or if the updated webkit just works better, but either way, in 9, it works reliably even for large amounts of data.

So I would argue that this *is* a FileMaker feature. 

Geoff</description>
		<content:encoded><![CDATA[<p>zabouth:</p>
<p>You&#8217;re right that the data url format is a standard, but there rest of your comment is incorrect. IE doesn&#8217;t support the data url standard. (To be fair, IE8 does support it, but it is unsupported through IE7). To get it to work in the Web Viewer, FileMaker pre-processes the URL on windows, and if it is a data url, it creates a temp file with the content, then instructs the IE component to show that file.</p>
<p>On the Mac, the WebKit engine (from Safari) is used for web viewers. This component does support data URLs, which is why they worked on the Mac in FileMaker 8. But at that time, the data URL support was spotty. I&#8217;m not sure if FileMaker uses temp files in 9 on the mac as well, or if the updated webkit just works better, but either way, in 9, it works reliably even for large amounts of data.</p>
<p>So I would argue that this *is* a FileMaker feature. </p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zabouth</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-1/#comment-1297</link>
		<dc:creator>zabouth</dc:creator>
		<pubDate>Sat, 13 Sep 2008 17:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1297</guid>
		<description>I don&#039;t think that it is a filemaker feature. 
The option to use data url is in RFC 2397 so is part of IE  and as all that filemaker dose is use the windows built-in IE viewer control the feature is part of windows/ie not part of filemaker if anything its more of a side effect of using the IE component of Windows(I cant say how this works on the mac but I would guess its the same with safari)

In not nitpicking. I use data url&#039;s all the time but still credit where credits due.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that it is a filemaker feature.<br />
The option to use data url is in RFC 2397 so is part of IE  and as all that filemaker dose is use the windows built-in IE viewer control the feature is part of windows/ie not part of filemaker if anything its more of a side effect of using the IE component of Windows(I cant say how this works on the mac but I would guess its the same with safari)</p>
<p>In not nitpicking. I use data url&#8217;s all the time but still credit where credits due.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/comment-page-1/#comment-1292</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-1292</guid>
		<description>@Ashwin: Send me a sample URL and I&#039;ll see if I have the same problem.

Geoff</description>
		<content:encoded><![CDATA[<p>@Ashwin: Send me a sample URL and I&#8217;ll see if I have the same problem.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
