<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Scaling Images in a Web Viewer</title>
	<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/</link>
	<description>smart business solutions</description>
	<pubDate>Thu, 04 Dec 2008 20:33:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Steve Clews</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-1252</link>
		<dc:creator>Steve Clews</dc:creator>
		<pubDate>Thu, 17 Jul 2008 11:47:20 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-1252</guid>
		<description>I have been looking for a method to import pics to FMPro on the fly when we upload data to our website.

This is better I don't have to paste the pics or import them into FMPro they just arrive as soon as I have uploaded the data to the site.

Magic 
many thanks

Steve</description>
		<content:encoded><![CDATA[<p>I have been looking for a method to import pics to FMPro on the fly when we upload data to our website.</p>
<p>This is better I don&#8217;t have to paste the pics or import them into FMPro they just arrive as soon as I have uploaded the data to the site.</p>
<p>Magic<br />
many thanks</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-959</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 11 Feb 2008 03:30:03 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-959</guid>
		<description>@Frank: I believe the DOCTYPE is causing IE6 to use quirks mode rather than standards mode and therefore ignore the margin:auto on XP. Removing this should help. You will also need to add a text-align:center to the body style s well.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Frank: I believe the DOCTYPE is causing IE6 to use quirks mode rather than standards mode and therefore ignore the margin:auto on XP. Removing this should help. You will also need to add a text-align:center to the body style s well.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-940</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Mon, 21 Jan 2008 04:56:40 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-940</guid>
		<description>@steve: I may not be understanding your question, but I believe you can simply put your &lt;code&gt;Replace&lt;/code&gt; calculation in the web viewer calculation like this:

&lt;pre&gt;&lt;code&gt;"http://myserver/scale-image.html?" &#038;
Replace (inv_data::IMAGE_NM; 1 ; 19 ; â€œhttp://www.test.com/images/â€)&lt;/pre&gt;&lt;/code&gt;

Does that help?</description>
		<content:encoded><![CDATA[<p>@steve: I may not be understanding your question, but I believe you can simply put your <code>Replace</code> calculation in the web viewer calculation like this:</p>
<pre><code>"http://myserver/scale-image.html?" &#038;
Replace (inv_data::IMAGE_NM; 1 ; 19 ; â€œhttp://www.test.com/images/â€)</code></pre>
<p>Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-932</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 07 Jan 2008 20:58:17 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-932</guid>
		<description>Interesting thought, I have a webviewer configured to display an image dynamically based on an image location file name from another field in my database.

Replace (inv_data::IMAGE_NM; 1 ; 19 ; "http://www.test.com/images/" ) 

I need to resize them, and this seems like the best solution, but not sure how to do so dynamically based on the above calculation.

Any insight?  Thanks</description>
		<content:encoded><![CDATA[<p>Interesting thought, I have a webviewer configured to display an image dynamically based on an image location file name from another field in my database.</p>
<p>Replace (inv_data::IMAGE_NM; 1 ; 19 ; &#8220;http://www.test.com/images/&#8221; ) </p>
<p>I need to resize them, and this seems like the best solution, but not sure how to do so dynamically based on the above calculation.</p>
<p>Any insight?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Brandon</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-877</link>
		<dc:creator>Matthew Brandon</dc:creator>
		<pubDate>Mon, 26 Nov 2007 22:32:50 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-877</guid>
		<description>I've tried this out and it works great when viewing directly in Safari but when I try to look at the same page in filemaker, I get a scroll bar. I am wondering if this has something to do with the new auto resize feature in FMP. It works great with auto resize turned off. The problem is that I need users to be able to resize the FMP window and have the content auto adjust to that window.

Any solutions?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this out and it works great when viewing directly in Safari but when I try to look at the same page in filemaker, I get a scroll bar. I am wondering if this has something to do with the new auto resize feature in FMP. It works great with auto resize turned off. The problem is that I need users to be able to resize the FMP window and have the content auto adjust to that window.</p>
<p>Any solutions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Fulchiero</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-724</link>
		<dc:creator>Frank Fulchiero</dc:creator>
		<pubDate>Mon, 15 Oct 2007 20:23:38 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-724</guid>
		<description>Works fine in FMP9 on OSX, but in FMP9/WinXP, if the image is taller than it is wide, I do not get the scale effect, just the upper left corner. The image scaling only works if the original is wider than tall.
Has anyone else noticed this, or is it just me?</description>
		<content:encoded><![CDATA[<p>Works fine in FMP9 on OSX, but in FMP9/WinXP, if the image is taller than it is wide, I do not get the scale effect, just the upper left corner. The image scaling only works if the original is wider than tall.<br />
Has anyone else noticed this, or is it just me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FileMaker 9 Tip#9: Web Viewers without the Web : SFR FileMaker Blog</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-621</link>
		<dc:creator>FileMaker 9 Tip#9: Web Viewers without the Web : SFR FileMaker Blog</dc:creator>
		<pubDate>Fri, 28 Sep 2007 15:25:53 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-621</guid>
		<description>[...] @katherine: Good stuff. You might also find this article useful: Scaling Images in a Web Viewer. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] @katherine: Good stuff. You might also find this article useful: Scaling Images in a Web Viewer. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Cook</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-528</link>
		<dc:creator>Peter Cook</dc:creator>
		<pubDate>Wed, 12 Sep 2007 17:10:47 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-528</guid>
		<description>I tried your technique and it works great on a Mac with the image in the Web Viewer scaling OK in Safari. But I get no image at all when using exactly the same Web Viewer calculation viewed in IE 6 in Windows. Any ideas why?</description>
		<content:encoded><![CDATA[<p>I tried your technique and it works great on a Mac with the image in the Web Viewer scaling OK in Safari. But I get no image at all when using exactly the same Web Viewer calculation viewed in IE 6 in Windows. Any ideas why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-487</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Mon, 03 Sep 2007 16:25:41 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-487</guid>
		<description>@sam: I did the same exact thing after the comment was made. But I never got around to writing it up. It's a bit of a hack, but it works, and is kind of cool. If you send me a link to your file, I can add it to your comment.</description>
		<content:encoded><![CDATA[<p>@sam: I did the same exact thing after the comment was made. But I never got around to writing it up. It&#8217;s a bit of a hack, but it works, and is kind of cool. If you send me a link to your file, I can add it to your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Barnum</title>
		<link>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-485</link>
		<dc:creator>Sam Barnum</dc:creator>
		<pubDate>Sun, 02 Sep 2007 21:41:49 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/scaling-images-in-a-web-viewer/#comment-485</guid>
		<description>Using the web viewer to copy a layout is a very cool idea.

I just tried a really rough draft, and it seems like it worked!  Just make a layout where the only thing on it is a web viewer.  Make sure the web viewer is a reasonable size, so the contents of the web page don't get truncated.  Then enter preview mode and copy to the clipboard, and you've got a screenshot of the web page.  Paste this into a container field, and it will show at whatever size the container field is.</description>
		<content:encoded><![CDATA[<p>Using the web viewer to copy a layout is a very cool idea.</p>
<p>I just tried a really rough draft, and it seems like it worked!  Just make a layout where the only thing on it is a web viewer.  Make sure the web viewer is a reasonable size, so the contents of the web page don&#8217;t get truncated.  Then enter preview mode and copy to the clipboard, and you&#8217;ve got a screenshot of the web page.  Paste this into a container field, and it will show at whatever size the container field is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
