<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>こざくらラボ へのコメント</title>
	<atom:link href="http://www.web-cte.co.jp/kozakuralab/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-cte.co.jp/kozakuralab</link>
	<description>こざくらラボ：CTE開発部ブログ</description>
	<lastBuildDate>Sat, 18 Feb 2012 16:44:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>kamata より Perl Script 習作 へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2012/02/perl-script-%e7%bf%92%e4%bd%9c/#comment-76</link>
		<dc:creator>kamata</dc:creator>
		<pubDate>Sat, 18 Feb 2012 16:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-cte.co.jp/kozakuralab/?p=873#comment-76</guid>
		<description>投稿ありがとうございます。
シンタックスハイライトを使用して整形しました（2/19)</description>
		<content:encoded><![CDATA[<p>
投稿ありがとうございます。<br />
シンタックスハイライトを使用して整形しました（2/19)</p>
]]></content:encoded>
	</item>
	<item>
		<title>a より Perl Script 習作 へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2012/02/perl-script-%e7%bf%92%e4%bd%9c/#comment-75</link>
		<dc:creator>a</dc:creator>
		<pubDate>Wed, 08 Feb 2012 04:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-cte.co.jp/kozakuralab/?p=873#comment-75</guid>
		<description>普通にXML::Simple使えばいいんでは？
あとインデントなしだと激しく読みにくいです。</description>
		<content:encoded><![CDATA[<p>
普通にXML::Simple使えばいいんでは？<br />
あとインデントなしだと激しく読みにくいです。</p>
]]></content:encoded>
	</item>
	<item>
		<title>kamata より InDesigh JavaScriptのプログレスバーをAppleScriptで呼び出す へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2011/07/indesigh-javascript%e3%81%ae%e3%83%97%e3%83%ad%e3%82%b0%e3%83%ac%e3%82%b9%e3%83%90%e3%83%bc%e3%82%92applescript%e3%81%a7%e5%91%bc%e3%81%b3%e5%87%ba%e3%81%99/#comment-69</link>
		<dc:creator>kamata</dc:creator>
		<pubDate>Mon, 29 Aug 2011 02:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-cte.co.jp/kozakuralab/?p=746#comment-69</guid>
		<description>肝心なことを記入漏れしてることに気づきました〜。
Preferences &gt; Adobe InDesign &gt; Version X.0-J &gt; Scripts　にStartup Scriptsフォルダを作り、
その中にtargetengin.jsx　の名称で下記ファイルを入れてください。

#target indesign
#targetengine &quot;session&quot;
//Because these terms are defined in the &quot;session&quot; engine,
//they will be available to any other JavaScript running
//in that instance of the engine.
var myMaximumValue = 300;
var myProgressBarWidth = 300;
var myIncrement = myMaximumValue/myProgressBarWidth;
myCreateProgressPanel(myMaximumValue, myProgressBarWidth);

function myCreateProgressPanel(myMaximumValue, myProgressBarWidth){
myProgressPanel = new Window(&#039;window&#039;, &#039;myProgressBar&#039;);
with(myProgressPanel){
myProgressPanel.myProgressBar = add(&#039;progressbar&#039;, [12, 12,
myProgressBarWidth, 24], 0, myMaximumValue);
}
}</description>
		<content:encoded><![CDATA[<p>
肝心なことを記入漏れしてることに気づきました〜。<br />
Preferences &gt; Adobe InDesign &gt; Version X.0-J &gt; Scripts　にStartup Scriptsフォルダを作り、<br />
その中にtargetengin.jsx　の名称で下記ファイルを入れてください。<br />
<br />
#target indesign<br />
#targetengine &#8220;session&#8221;<br />
//Because these terms are defined in the &#8220;session&#8221; engine,<br />
//they will be available to any other JavaScript running<br />
//in that instance of the engine.<br />
var myMaximumValue = 300;<br />
var myProgressBarWidth = 300;<br />
var myIncrement = myMaximumValue/myProgressBarWidth;<br />
myCreateProgressPanel(myMaximumValue, myProgressBarWidth);<br />
<br />
function myCreateProgressPanel(myMaximumValue, myProgressBarWidth){<br />
myProgressPanel = new Window(&#8216;window&#8217;, &#8216;myProgressBar&#8217;);<br />
with(myProgressPanel){<br />
myProgressPanel.myProgressBar = add(&#8216;progressbar&#8217;, [12, 12,<br />
myProgressBarWidth, 24], 0, myMaximumValue);<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>きれいなアイコン画像を使おう &#124; こざくらラボ より プレゼン資料作成のノウハウ へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2008/05/%e3%83%97%e3%83%ac%e3%82%bc%e3%83%b3%e8%b3%87%e6%96%99%e4%bd%9c%e6%88%90%e3%81%ae%e3%83%8e%e3%82%a6%e3%83%8f%e3%82%a6/#comment-66</link>
		<dc:creator>きれいなアイコン画像を使おう &#124; こざくらラボ</dc:creator>
		<pubDate>Fri, 20 May 2011 11:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kozakuralab.com/wordpress/?p=33#comment-66</guid>
		<description>[...] 先日「プレゼン資料作成のノウハウ」という記事で、 [...]</description>
		<content:encoded><![CDATA[<p>
[...] 先日「プレゼン資料作成のノウハウ」という記事で、 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>InDesign To Excel &#124; こざくらラボ より Excel To InDesign へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2008/06/excel-to-indesign/#comment-65</link>
		<dc:creator>InDesign To Excel &#124; こざくらラボ</dc:creator>
		<pubDate>Fri, 20 May 2011 11:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kozakuralab.com/wordpress/?p=40#comment-65</guid>
		<description>[...] InDesign To Excel tweetmeme_url = &#039;http://www.web-cte.co.jp/kozakuralab/2008/06/indesign-to-excel/&#039;;tweetmeme_source = &#039;kozakuralab&#039;;前回の「Excel To InDesign」のつづきです。 [...]</description>
		<content:encoded><![CDATA[<p>
[...] InDesign To Excel tweetmeme_url = &#039;http://www.web-cte.co.jp/kozakuralab/2008/06/indesign-to-excel/&#039;;tweetmeme_source = &#039;kozakuralab&#039;;前回の「Excel To InDesign」のつづきです。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kamata より Illustrator script : フォントの検索置換 へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2010/12/illustrator-script-%e3%83%95%e3%82%a9%e3%83%b3%e3%83%88%e3%81%ae%e6%a4%9c%e7%b4%a2%e7%bd%ae%e6%8f%9b/#comment-46</link>
		<dc:creator>Kamata</dc:creator>
		<pubDate>Tue, 07 Dec 2010 11:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-cte.co.jp/kozakuralab/?p=380#comment-46</guid>
		<description>inomotoさん、ありがとう。
appの下だったのですね。</description>
		<content:encoded><![CDATA[<p>
inomotoさん、ありがとう。<br />
appの下だったのですね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Inomoto より Illustrator script : フォントの検索置換 へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2010/12/illustrator-script-%e3%83%95%e3%82%a9%e3%83%b3%e3%83%88%e3%81%ae%e6%a4%9c%e7%b4%a2%e7%bd%ae%e6%8f%9b/#comment-45</link>
		<dc:creator>Inomoto</dc:creator>
		<pubDate>Tue, 07 Dec 2010 07:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-cte.co.jp/kozakuralab/?p=380#comment-45</guid>
		<description>サブルーチンにして、アプリケーション直下で処理するとできるようです。
Illustratorのオブジェクト構造を見ると、text fontはアプリケーション直下のオブジェクトになっています。これは分かりづらいですねぇ。

tell application &quot;Adobe Illustrator&quot;
　　tell document 1
　　　　set txtObj to text frame 1
　　　　set fontName to &quot;KozMinPro-Regular&quot;
　　　　changeFont(txtObj, fontName) of me
　　end tell
end tell

on changeFont(txtObj, fontName)
　　tell application &quot;Adobe Illustrator&quot;
　　　　set properties of every character of every text of txtObj to {text font:text font fontName}
　　end tell
end changeFont</description>
		<content:encoded><![CDATA[<p>
サブルーチンにして、アプリケーション直下で処理するとできるようです。<br />
Illustratorのオブジェクト構造を見ると、text fontはアプリケーション直下のオブジェクトになっています。これは分かりづらいですねぇ。<br />
<br />
tell application &#8220;Adobe Illustrator&#8221;<br />
　　tell document 1<br />
　　　　set txtObj to text frame 1<br />
　　　　set fontName to &#8220;KozMinPro-Regular&#8221;<br />
　　　　changeFont(txtObj, fontName) of me<br />
　　end tell<br />
end tell<br />
<br />
on changeFont(txtObj, fontName)<br />
　　tell application &#8220;Adobe Illustrator&#8221;<br />
　　　　set properties of every character of every text of txtObj to {text font:text font fontName}<br />
　　end tell<br />
end changeFont</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kです より ルビ振りサービスDemo開始します へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2009/02/%e3%83%ab%e3%83%93%e6%8c%af%e3%82%8a%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9demo%e9%96%8b%e5%a7%8b%e3%81%97%e3%81%be%e3%81%99/#comment-9</link>
		<dc:creator>Kです</dc:creator>
		<pubDate>Tue, 03 Mar 2009 11:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kozakuralab.com/wordpress/?p=73#comment-9</guid>
		<description>3/4 OSX10.4 CS1, CS3での動作を確認しました。</description>
		<content:encoded><![CDATA[<p>
3/4 OSX10.4 CS1, CS3での動作を確認しました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kです より ルビ振りサービスDemo開始します へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2009/02/%e3%83%ab%e3%83%93%e6%8c%af%e3%82%8a%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9demo%e9%96%8b%e5%a7%8b%e3%81%97%e3%81%be%e3%81%99/#comment-8</link>
		<dc:creator>Kです</dc:creator>
		<pubDate>Sat, 28 Feb 2009 09:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kozakuralab.com/wordpress/?p=73#comment-8</guid>
		<description>デモ版は文字数制限があります。導入検討のために本版のご試用を希望の方には使用期間限定版（約2週間）をご提供することも可能です。メールにてお問い合わせください。
よろしくお願いします。</description>
		<content:encoded><![CDATA[<p>
デモ版は文字数制限があります。導入検討のために本版のご試用を希望の方には使用期間限定版（約2週間）をご提供することも可能です。メールにてお問い合わせください。<br />
よろしくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>K より 総ルビkun？ へのコメント</title>
		<link>http://www.web-cte.co.jp/kozakuralab/2008/11/%e7%b7%8f%e3%83%ab%e3%83%93kun/#comment-7</link>
		<dc:creator>K</dc:creator>
		<pubDate>Fri, 28 Nov 2008 09:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kozakuralab.com/wordpress/?p=67#comment-7</guid>
		<description>Kです。コメントありがとうございます。
販売予定は具体的にまだ立てていませんが、売りたいと思っているツールです。
児童書、マンガでは必須になりますよね。試用してみたいとのお考えがあれば、
弊社問合せ窓口にご記入ください（http://www.web-cte.co.jp/contact/）。</description>
		<content:encoded><![CDATA[<p>
Kです。コメントありがとうございます。<br />
販売予定は具体的にまだ立てていませんが、売りたいと思っているツールです。<br />
児童書、マンガでは必須になりますよね。試用してみたいとのお考えがあれば、<br />
弊社問合せ窓口にご記入ください（http://www.web-cte.co.jp/contact/）。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

