<?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/">
	<channel>
		<title><![CDATA[Curl Global Community - All Forums]]></title>
		<link>http://communities.curl.com/</link>
		<description><![CDATA[Curl Global Community - http://communities.curl.com]]></description>
		<pubDate>Thu, 17 May 2012 04:33:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[joyo kanji desktop app]]></title>
			<link>http://communities.curl.com/showthread.php?tid=500</link>
			<pubDate>Wed, 16 May 2012 13:21:44 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=500</guid>
			<description><![CDATA[Well now I have a Joyo Dcurl applet to go with my henshall kanji applet - and both are just icons on my desktop.<br />
<br />
What is better - both are storing their state using client-side persistent data (CSPD.)<br />
<br />
It's great !<br />
<br />
Two lessons learned:<br />
<br />
1) don't try to commit the CSPD repository in the WindowClose handler of the view<br />
<br />
2) ignore the result of {request-local-data-permission} if you have no license - you will have CSPD just not UNLIMITED data.<br />
<br />
That is fine for my kanji review applets.]]></description>
			<content:encoded><![CDATA[Well now I have a Joyo Dcurl applet to go with my henshall kanji applet - and both are just icons on my desktop.<br />
<br />
What is better - both are storing their state using client-side persistent data (CSPD.)<br />
<br />
It's great !<br />
<br />
Two lessons learned:<br />
<br />
1) don't try to commit the CSPD repository in the WindowClose handler of the view<br />
<br />
2) ignore the result of {request-local-data-permission} if you have no license - you will have CSPD just not UNLIMITED data.<br />
<br />
That is fine for my kanji review applets.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DCurl and CSPD]]></title>
			<link>http://communities.curl.com/showthread.php?tid=498</link>
			<pubDate>Tue, 15 May 2012 16:55:59 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=498</guid>
			<description><![CDATA[Does a Dcurl on a local machine require a license to be able to write CSPD (client-side persistent data) ?<br />
<br />
Code which runs CSPD fine at the server fails to write as a local DCurl ( change is only to a View with a window close handler)<br />
<br />
Is it really the Pro IDE license that is required ?<br />
<br />
Example: privileged applet at <a href="http://www.aule-browser.com/kanji/joyo-2010-kanji-nc.html" target="_blank">http://www.aule-browser.com/kanji/joyo-2...ji-nc.html</a><br />
<br />
The "-nc" suffix stands for "no cookies", i.e., uses CSPD to recover state.]]></description>
			<content:encoded><![CDATA[Does a Dcurl on a local machine require a license to be able to write CSPD (client-side persistent data) ?<br />
<br />
Code which runs CSPD fine at the server fails to write as a local DCurl ( change is only to a View with a window close handler)<br />
<br />
Is it really the Pro IDE license that is required ?<br />
<br />
Example: privileged applet at <a href="http://www.aule-browser.com/kanji/joyo-2010-kanji-nc.html" target="_blank">http://www.aule-browser.com/kanji/joyo-2...ji-nc.html</a><br />
<br />
The "-nc" suffix stands for "no cookies", i.e., uses CSPD to recover state.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TextFieldのフォーカスについて]]></title>
			<link>http://communities.curl.com/showthread.php?tid=497</link>
			<pubDate>Mon, 14 May 2012 13:34:40 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=497</guid>
			<description><![CDATA[どうやってTextFieldにフォーカスをセットして、TextFieldの入力している文字が選択されるようになります。<br />
よろしくお願いします。]]></description>
			<content:encoded><![CDATA[どうやってTextFieldにフォーカスをセットして、TextFieldの入力している文字が選択されるようになります。<br />
よろしくお願いします。]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[常用漢字]]></title>
			<link>http://communities.curl.com/showthread.php?tid=496</link>
			<pubDate>Mon, 14 May 2012 13:12:09 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=496</guid>
			<description><![CDATA[I have added <a href="http://www.aule-browser.com/kanji/joyo-2010-kanji.html" target="_blank">a Curl applet</a> with the 常用漢字 (jōyō kanji) but it uses cookies; a version using client-side persistent data (CSPD) only is <a href="http://www.aule-browser.com/kanji/joyo-2010-kanji-nc.html" target="_blank">here</a>.<br />
<br />
The "inner" buttons at the top are not bound to the RecordForm commands.<br />
<br />
The "outer" arrow-buttons are bound to "move-previous" and "move-forward" with slight delay.<br />
<br />
You can see the difference by using the entry field to "jump forward": say you are at 8; enter 900 and hit ENTER. After the jump has displayed, click the LEFT "inner" button. You should "jump back" to 8.<br />
<br />
That left inner button is using the Command object of the RecordSetDisplay.<br />
<br />
The right inner button is using RecordSetDisplay's {request-current-record-change index}<br />
<br />
The "inner" button behavoirs are needed for "spaced repetition" learning.<br />
<br />
The right-inner button only works because I am firing a {request-current-record-change index} to force the RecodForm to flip its <span style="font-weight: bold;">RecordSetDisplayMoveToCommand</span> from supported? to enabled?<br />
<br />
Is that a bug? I have asked for help in the general forum.<br />
<br />
Here is the applet in snapshot:<br />
<br />
<img src="http://kanji.aule-browser.com/joyo-2010.jpg" border="0" alt="[Image: joyo-2010.jpg]" /><br />
<br />
<br />
If you use the entry field to make one "jump forward" and then another "jump back", you can use the two inner buttons to jump back and forth.<br />
<br />
If you set the SURGE RTE manager not to resync applets then you can open the "henshall joyo 1981" in one tab with English set off and this one in another tab and flip between them. I sometimes start going up the former and down the latter. I can "jump" in the latter to peek and then jump back, do a few, go to the former, and see if I still recall.<br />
<br />
RED and GREEN buttons to maintain a "spaced-repetition" learning list are the next "jump".]]></description>
			<content:encoded><![CDATA[I have added <a href="http://www.aule-browser.com/kanji/joyo-2010-kanji.html" target="_blank">a Curl applet</a> with the 常用漢字 (jōyō kanji) but it uses cookies; a version using client-side persistent data (CSPD) only is <a href="http://www.aule-browser.com/kanji/joyo-2010-kanji-nc.html" target="_blank">here</a>.<br />
<br />
The "inner" buttons at the top are not bound to the RecordForm commands.<br />
<br />
The "outer" arrow-buttons are bound to "move-previous" and "move-forward" with slight delay.<br />
<br />
You can see the difference by using the entry field to "jump forward": say you are at 8; enter 900 and hit ENTER. After the jump has displayed, click the LEFT "inner" button. You should "jump back" to 8.<br />
<br />
That left inner button is using the Command object of the RecordSetDisplay.<br />
<br />
The right inner button is using RecordSetDisplay's {request-current-record-change index}<br />
<br />
The "inner" button behavoirs are needed for "spaced repetition" learning.<br />
<br />
The right-inner button only works because I am firing a {request-current-record-change index} to force the RecodForm to flip its <span style="font-weight: bold;">RecordSetDisplayMoveToCommand</span> from supported? to enabled?<br />
<br />
Is that a bug? I have asked for help in the general forum.<br />
<br />
Here is the applet in snapshot:<br />
<br />
<img src="http://kanji.aule-browser.com/joyo-2010.jpg" border="0" alt="[Image: joyo-2010.jpg]" /><br />
<br />
<br />
If you use the entry field to make one "jump forward" and then another "jump back", you can use the two inner buttons to jump back and forth.<br />
<br />
If you set the SURGE RTE manager not to resync applets then you can open the "henshall joyo 1981" in one tab with English set off and this one in another tab and flip between them. I sometimes start going up the former and down the latter. I can "jump" in the latter to peek and then jump back, do a few, go to the former, and see if I still recall.<br />
<br />
RED and GREEN buttons to maintain a "spaced-repetition" learning list are the next "jump".]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RecordForm do-command "move-to"]]></title>
			<link>http://communities.curl.com/showthread.php?tid=495</link>
			<pubDate>Sun, 13 May 2012 12:22:12 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=495</guid>
			<description><![CDATA[すみません、してください。 <br />
<br />
I am having some problems with command "move-to" for a RecordForm. <br />
<br />
What I need is the result for the last index which the user actually visited or should visit next - and not just "move-previous" and "move-next".<br />
<br />
{output for supported? and enabled? shows that "move-to" is supported but it is only enabled after a first use by a bound control. The RecordForm control panel obviously uses the command for its idx entry field ... <br />
<br />
Any help will be much appreciated. <br />
<br />
You can see my problem at <a href="http://aule-browser.com/kanji/index.html#curl1" target="_blank">http://aule-browser.com/kanji/index.html#curl1</a> where you enter some value as an index i1 where 0 &lt; index &lt; 1946 and once it jumps to that kanji, enter another, i2 = i1 +-n where |n| &gt; 1 and then use my custom "back" button at the top left. Without "move to" the result is the unintended "move-previous" of the control panel reverse button at bottom- which is not what I want. To do Spaced-Rep learning, the applet needs "move-to" for those buttons.<br />
<br />
<br />
ありがとう <br />
<br />
==============<br />
30 min later: {set cmd.param-index=cookie-index} AND {set cmd.param-index=cspd-index} BOTH work fine. <br />
<br />
I am trying to understand why "move-to" is still failing on startup and forcing me to use an explicit <br />
<br />
... {recForm.request-current-record-change starting-idx}<br />
<br />
while buttons bound to "move-next" and "move-previous" not being a problem ( using, e.g.,<br />
bound-command = {rf.get-command "move-next"} )<br />
<br />
If I were able to PCurl the applet, would the "move-to" problem go away ?<br />
<br />
My current test applet is <br />
<br />
<a href="http://www.aule-browser.com/kanji/henshall-kanji-TEST-001.html" target="_blank">http://www.aule-browser.com/kanji/hensha...T-001.html</a><br />
<br />
- the applet on the Kanji page is using the explicit request rather than {rf.do-command "move-to"}<br />
<br />
I have added an example at <a href="http://www.aule-browser.com/kanji/henshall-kanji-TEST-002.html" target="_blank">http://www.aule-browser.com/kanji/hensha...T-002.html</a><br />
<br />
The two "inner" buttons use {rf get-command "move-to" } and the outer "arrow" buttons "bind" the commands "move-previous" and "move-next" as can be seen by using the entry field to leap forward and a the left "inner" button to "recover".<br />
<br />
But the "move-to" commands {RecordSetDisplayMoveToCommand } do not report as <span style="font-style: italic;">cmd.enabled? == true</span> until at least one request was processed by the RecordForm - nota problem for <span style="font-style: italic;">cmd.supported? == true</span> but not the former - until at least one record is in the view and one "changed" loop fired. That behavior is not what I want for "spaced-repetition" at startup.<br />
<br />
I will try removing he control panel from the RecordForm and see if the "move-to" command can become enabled after the AttachEvent without first firing a request for a record.<br />
<br />
{rf.do-command "move-to"} always fails, whereas no exceptions kick up for<br />
<br />
{cmd.prepare}<br />
{set cmd.param-index = reps-idx}<br />
{try<br />
{cmd.execute} || called explicitly by "inner" button action handlers<br />
catch ex:Exception do <br />
{output "Exception ", ex.value, " for index ", reps-idx} <br />
}<br />
}]]></description>
			<content:encoded><![CDATA[すみません、してください。 <br />
<br />
I am having some problems with command "move-to" for a RecordForm. <br />
<br />
What I need is the result for the last index which the user actually visited or should visit next - and not just "move-previous" and "move-next".<br />
<br />
{output for supported? and enabled? shows that "move-to" is supported but it is only enabled after a first use by a bound control. The RecordForm control panel obviously uses the command for its idx entry field ... <br />
<br />
Any help will be much appreciated. <br />
<br />
You can see my problem at <a href="http://aule-browser.com/kanji/index.html#curl1" target="_blank">http://aule-browser.com/kanji/index.html#curl1</a> where you enter some value as an index i1 where 0 &lt; index &lt; 1946 and once it jumps to that kanji, enter another, i2 = i1 +-n where |n| &gt; 1 and then use my custom "back" button at the top left. Without "move to" the result is the unintended "move-previous" of the control panel reverse button at bottom- which is not what I want. To do Spaced-Rep learning, the applet needs "move-to" for those buttons.<br />
<br />
<br />
ありがとう <br />
<br />
==============<br />
30 min later: {set cmd.param-index=cookie-index} AND {set cmd.param-index=cspd-index} BOTH work fine. <br />
<br />
I am trying to understand why "move-to" is still failing on startup and forcing me to use an explicit <br />
<br />
... {recForm.request-current-record-change starting-idx}<br />
<br />
while buttons bound to "move-next" and "move-previous" not being a problem ( using, e.g.,<br />
bound-command = {rf.get-command "move-next"} )<br />
<br />
If I were able to PCurl the applet, would the "move-to" problem go away ?<br />
<br />
My current test applet is <br />
<br />
<a href="http://www.aule-browser.com/kanji/henshall-kanji-TEST-001.html" target="_blank">http://www.aule-browser.com/kanji/hensha...T-001.html</a><br />
<br />
- the applet on the Kanji page is using the explicit request rather than {rf.do-command "move-to"}<br />
<br />
I have added an example at <a href="http://www.aule-browser.com/kanji/henshall-kanji-TEST-002.html" target="_blank">http://www.aule-browser.com/kanji/hensha...T-002.html</a><br />
<br />
The two "inner" buttons use {rf get-command "move-to" } and the outer "arrow" buttons "bind" the commands "move-previous" and "move-next" as can be seen by using the entry field to leap forward and a the left "inner" button to "recover".<br />
<br />
But the "move-to" commands {RecordSetDisplayMoveToCommand } do not report as <span style="font-style: italic;">cmd.enabled? == true</span> until at least one request was processed by the RecordForm - nota problem for <span style="font-style: italic;">cmd.supported? == true</span> but not the former - until at least one record is in the view and one "changed" loop fired. That behavior is not what I want for "spaced-repetition" at startup.<br />
<br />
I will try removing he control panel from the RecordForm and see if the "move-to" command can become enabled after the AttachEvent without first firing a request for a record.<br />
<br />
{rf.do-command "move-to"} always fails, whereas no exceptions kick up for<br />
<br />
{cmd.prepare}<br />
{set cmd.param-index = reps-idx}<br />
{try<br />
{cmd.execute} || called explicitly by "inner" button action handlers<br />
catch ex:Exception do <br />
{output "Exception ", ex.value, " for index ", reps-idx} <br />
}<br />
}]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Session Cookies - セッション]]></title>
			<link>http://communities.curl.com/showthread.php?tid=494</link>
			<pubDate>Fri, 11 May 2012 12:36:45 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=494</guid>
			<description><![CDATA[I noticed when working on a small user utility that session cookies are lasting not for the "browser" session but for the Surge RTE "session". Even with {on-applet-suspend do {exit 0}} and with no applets reported by the Curl Manager, my session cookies only clear when the process surge.exe is cycled.<br />
<br />
I have only checked this using IE 8 and Firefox 12 on XP with curl9 (Curl 8.0)<br />
<br />
The one mention which I found in the docs is as follows:<br />
<br />
<div style="text-align: center;">|| Expires and other fields may return null,<br />
|| If expires means null, then this is a cookie<br />
|| that only lasts until the current session<br />
|| ends (i.e. user closes the browser) .<br />
</div>
but this is not my result in my few tests. Those few tests used .curl applets and NOT applets as HTML embedded objects (the url is to a .curl page.)<br />
<br />
It may be worth bearing in mind if you use, say, the set cookies proc.]]></description>
			<content:encoded><![CDATA[I noticed when working on a small user utility that session cookies are lasting not for the "browser" session but for the Surge RTE "session". Even with {on-applet-suspend do {exit 0}} and with no applets reported by the Curl Manager, my session cookies only clear when the process surge.exe is cycled.<br />
<br />
I have only checked this using IE 8 and Firefox 12 on XP with curl9 (Curl 8.0)<br />
<br />
The one mention which I found in the docs is as follows:<br />
<br />
<div style="text-align: center;">|| Expires and other fields may return null,<br />
|| If expires means null, then this is a cookie<br />
|| that only lasts until the current session<br />
|| ends (i.e. user closes the browser) .<br />
</div>
but this is not my result in my few tests. Those few tests used .curl applets and NOT applets as HTML embedded objects (the url is to a .curl page.)<br />
<br />
It may be worth bearing in mind if you use, say, the set cookies proc.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[標準の右クリックメニューから一部機能を削除]]></title>
			<link>http://communities.curl.com/showthread.php?tid=493</link>
			<pubDate>Wed, 09 May 2012 02:47:57 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=493</guid>
			<description><![CDATA[標準の右クリックメニューから、<br />
一部の機能だけを消すことって可能でしょうか？<br />
<br />
メニュー自体の作り変えになるんじゃないかと思っているのですが・・<br />
<br />
ご存知でしたら教えてください！<br />
<br />
よろしくお願いいたします。]]></description>
			<content:encoded><![CDATA[標準の右クリックメニューから、<br />
一部の機能だけを消すことって可能でしょうか？<br />
<br />
メニュー自体の作り変えになるんじゃないかと思っているのですが・・<br />
<br />
ご存知でしたら教えてください！<br />
<br />
よろしくお願いいたします。]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RecordGridで使えるショートカット]]></title>
			<link>http://communities.curl.com/showthread.php?tid=492</link>
			<pubDate>Wed, 09 May 2012 02:26:15 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=492</guid>
			<description><![CDATA[こんにちは。<br />
<br />
RecordGridで使えるショートカットについて調べています。<br />
「Ctrl+C」や「Ctrl+V」などあると思うのですが、<br />
現在のフォーカスがあるセルの行選択などはショートカットが用意されているのでしょうか？<br />
<br />
エクセルだと、「Shift+Space」で出来るようですが、<br />
もしご存知でしたら教えて下さい。<br />
<br />
よろしくお願いいたします。]]></description>
			<content:encoded><![CDATA[こんにちは。<br />
<br />
RecordGridで使えるショートカットについて調べています。<br />
「Ctrl+C」や「Ctrl+V」などあると思うのですが、<br />
現在のフォーカスがあるセルの行選択などはショートカットが用意されているのでしょうか？<br />
<br />
エクセルだと、「Shift+Space」で出来るようですが、<br />
もしご存知でしたら教えて下さい。<br />
<br />
よろしくお願いいたします。]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hanazono Mincho font]]></title>
			<link>http://communities.curl.com/showthread.php?tid=491</link>
			<pubDate>Mon, 07 May 2012 16:02:46 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=491</guid>
			<description><![CDATA[Here is what a difference it makes to use a font by choice (in this case, <a href="http://fonts.jp/hanazono/" target="_blank">HanaMinA</a> from The Hanazono Mincho font project - whose safe download link is to sourceforge.)<br />
<br />
<img src="http://kanji.aule-browser.com/Henshall-Dcurl.jpg" border="0" alt="[Image: Henshall-Dcurl.jpg]" />]]></description>
			<content:encoded><![CDATA[Here is what a difference it makes to use a font by choice (in this case, <a href="http://fonts.jp/hanazono/" target="_blank">HanaMinA</a> from The Hanazono Mincho font project - whose safe download link is to sourceforge.)<br />
<br />
<img src="http://kanji.aule-browser.com/Henshall-Dcurl.jpg" border="0" alt="[Image: Henshall-Dcurl.jpg]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[4/26（木）のセミナーレビュー]]></title>
			<link>http://communities.curl.com/showthread.php?tid=490</link>
			<pubDate>Mon, 07 May 2012 10:06:12 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=490</guid>
			<description><![CDATA[こんにちは！マーケティングの三野です。<br />
ゴールデンウィークも終わり、我々は今週末からのクラウドEXPOの為に大忙しでございます！<br />
<br />
ところで、先日4/26（木）にデスクトップ＆モバイルセミナーをさせていただきましたが、かなり多くの方に参加していただきました！<br />
<br />
<img src="attachment.php?aid=327　width="400" height="400" " /><br />
<br />
内容はCurlとCaedeベータによる開発環境の説明やデスクトップとスマートフォンのデモなどを中心に見ていただきました！<br />
Caede Preview版を知っている方ならわかると思いますが、Caedeベータになってから、「<span style="font-weight: bold;"><span style="color: #000099;">Caede　Eclipse plug-in</span></span>」が追加されました！<br />
これ、そんなにアピールまだしていないですが、１つのプロジェクトでデスクトップRIAもモバイルアプリケーションも開発できるし、Translatorも自動的に変換し&#8203;てくれて、Androidモジュールの生成も自動です！<br />
最後に質問の時間をとりましたが、皆さんびっくりしており、本当かどうか私のPCを見に来ておりました！<br />
<br />
<img src="attachment.php?aid=328　width="400" height="400" " /><br />
<br />
また、今週末のクラウドEXPOでお見せする最新デモなどについてもお話させていただきました。<br />
どんなものかというと・・・・　<span style="font-weight: bold;"><span style="color: #ff0000;"><span style="font-size: medium;">秘密です！</span></span></span><br />
<br />
・・というのは冗談ですが、実は<span style="font-weight: bold;"><span style="color: #0000ff;"><span style="font-size: medium;">ワンソースで「デスクトップRIA」と「モバイル」の両方のアプリケーションを作っておりまして</span></span></span>（今も修正中ですが・・）、そのプロジェクトとアプリケーションをお見せするつもりです！<br />
<br />
是非、皆さま、キャンペーンもあることですし、是非<span style="color: #ff6600;"><span style="font-size: medium;"><span style="font-weight: bold;">クラウドEXPOのＳＣＳＫブース</span></span></span>に遊びに来てください！！<br />
<br />
よろしくお願いします。<br />
<br />
三野<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=327" target="_blank">IMG_3252.jpg</a> (Size: 301.23 KB / Downloads: 228)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=328" target="_blank">caede-beta.JPG</a> (Size: 92.04 KB / Downloads: 71)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[こんにちは！マーケティングの三野です。<br />
ゴールデンウィークも終わり、我々は今週末からのクラウドEXPOの為に大忙しでございます！<br />
<br />
ところで、先日4/26（木）にデスクトップ＆モバイルセミナーをさせていただきましたが、かなり多くの方に参加していただきました！<br />
<br />
<img src="attachment.php?aid=327　width="400" height="400" " /><br />
<br />
内容はCurlとCaedeベータによる開発環境の説明やデスクトップとスマートフォンのデモなどを中心に見ていただきました！<br />
Caede Preview版を知っている方ならわかると思いますが、Caedeベータになってから、「<span style="font-weight: bold;"><span style="color: #000099;">Caede　Eclipse plug-in</span></span>」が追加されました！<br />
これ、そんなにアピールまだしていないですが、１つのプロジェクトでデスクトップRIAもモバイルアプリケーションも開発できるし、Translatorも自動的に変換し&#8203;てくれて、Androidモジュールの生成も自動です！<br />
最後に質問の時間をとりましたが、皆さんびっくりしており、本当かどうか私のPCを見に来ておりました！<br />
<br />
<img src="attachment.php?aid=328　width="400" height="400" " /><br />
<br />
また、今週末のクラウドEXPOでお見せする最新デモなどについてもお話させていただきました。<br />
どんなものかというと・・・・　<span style="font-weight: bold;"><span style="color: #ff0000;"><span style="font-size: medium;">秘密です！</span></span></span><br />
<br />
・・というのは冗談ですが、実は<span style="font-weight: bold;"><span style="color: #0000ff;"><span style="font-size: medium;">ワンソースで「デスクトップRIA」と「モバイル」の両方のアプリケーションを作っておりまして</span></span></span>（今も修正中ですが・・）、そのプロジェクトとアプリケーションをお見せするつもりです！<br />
<br />
是非、皆さま、キャンペーンもあることですし、是非<span style="color: #ff6600;"><span style="font-size: medium;"><span style="font-weight: bold;">クラウドEXPOのＳＣＳＫブース</span></span></span>に遊びに来てください！！<br />
<br />
よろしくお願いします。<br />
<br />
三野<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=327" target="_blank">IMG_3252.jpg</a> (Size: 301.23 KB / Downloads: 228)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=328" target="_blank">caede-beta.JPG</a> (Size: 92.04 KB / Downloads: 71)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[独自アプレットでのファイルダウンロードダイアログについて]]></title>
			<link>http://communities.curl.com/showthread.php?tid=489</link>
			<pubDate>Mon, 07 May 2012 09:25:21 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=489</guid>
			<description><![CDATA[サーバのファイルをダウンロードする際、保存先ダイアログを表示する方法については、<br />
<a href="http://developers.curlap.com/faq/48-faq-specification/771-file-download-dialog.html" target="_blank">http://developers.curlap.com/faq/48-faq-...ialog.html</a><br />
に方法が載っていますが、これはcurlアプレット(start.curl)での動作かと思われます。<br />
ブラウザを介さない独自アプレット(start.dcurl)から同様に保存先ダイアログを表示させるためにはどのような方法を行えばよいでしょうか？]]></description>
			<content:encoded><![CDATA[サーバのファイルをダウンロードする際、保存先ダイアログを表示する方法については、<br />
<a href="http://developers.curlap.com/faq/48-faq-specification/771-file-download-dialog.html" target="_blank">http://developers.curlap.com/faq/48-faq-...ialog.html</a><br />
に方法が載っていますが、これはcurlアプレット(start.curl)での動作かと思われます。<br />
ブラウザを介さない独自アプレット(start.dcurl)から同様に保存先ダイアログを表示させるためにはどのような方法を行えばよいでしょうか？]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[print-graphic-pdfに関して]]></title>
			<link>http://communities.curl.com/showthread.php?tid=488</link>
			<pubDate>Wed, 02 May 2012 00:05:20 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=488</guid>
			<description><![CDATA[ご無沙汰してます。<br />
<br />
print-graphicの挙動に関して3点ほどご質問があります。<br />
別に緊急なわけではないのですが、<br />
ご存知の方が居ればご教授ください。<br />
<br />
１．print-graphic-pdfで作成されるPDFのファイルサイズ<br />
<br />
print-graphic-pdfで作成されたPDFと<br />
print-graphicで作成した印刷イメージを外部の変換ツールでPDFにしたものの<br />
ファイルサイズを比較すると、print-graphic-pdfで作成した方が<br />
ファイルサイズがかなり大きいことが確認されました。<br />
<br />
これは単純な圧縮比率の差なのでしょうか？<br />
<br />
文字が主体のドキュメントを印刷したとき<br />
２つのPDFの間で仕上がりに大差が無いように見受けられたので、<br />
少し気になりました。<br />
<br />
２．print-graphic-pdf実行時のメモリ使用量<br />
<br />
print-graphic-pdfを利用している間メモリ利用量がかなり増加するのですが、<br />
これを減らせる実装方法はありますでしょうか？<br />
<br />
例えばprint-graphicだと以下のような方法を取ることで、<br />
印刷実行中のメモリ使用量の増加を抑えることが出来ます。<br />
<br />
<br />
{let 印刷グラフィック:Graphic}<br />
<br />
{print-graphic 印刷グラフィック}||←改ページ処理があるが、便宜上省略<br />
<br />
{set 印刷グラフィック = {新しいグラフィック}}<br />
<br />
{garbage-collect}<br />
<br />
<br />
しかし、print-graphic-pdfを利用した場合は<br />
どうも内部で印刷イメージをキャッシュしているせいか<br />
garbage-collectを行ってもメモリ使用量は減りませんでした。<br />
<br />
大量ページ(感覚的には30ページ以上)を印刷すると<br />
print-graphic-pdfの処理時間が長くなるように感じるので<br />
プログラムで回避できる方法があれば知りたいと思います。<br />
<br />
<br />
３．print-graphic-pdfで作成したPDFをスマートフォンで閲覧すると<br />
<br />
実装の仕方が悪いのかもしれませんが、<br />
print-graphic-pdfで作成したPDFをスマートフォン<br />
(Android、iPhone両方で試しました)で閲覧すると<br />
文字化けを起こして正しく表示することが出来ませんでした。<br />
<br />
現象を特定できていないので曖昧な言い方になりますが、<br />
少なくとも日本語が入っている場合は、ほぼ文字化けするようです。<br />
<br />
WindowsのAdobe PDF上では正しく閲覧できたのですが、<br />
これはPDF内部の問題でしょうか？<br />
それともAndroidやiPhone内部のPDFリーダの問題でしょうか？<br />
<br />
一先ず回避策は検討して対応できてますが、<br />
原因が究明できればと思います。]]></description>
			<content:encoded><![CDATA[ご無沙汰してます。<br />
<br />
print-graphicの挙動に関して3点ほどご質問があります。<br />
別に緊急なわけではないのですが、<br />
ご存知の方が居ればご教授ください。<br />
<br />
１．print-graphic-pdfで作成されるPDFのファイルサイズ<br />
<br />
print-graphic-pdfで作成されたPDFと<br />
print-graphicで作成した印刷イメージを外部の変換ツールでPDFにしたものの<br />
ファイルサイズを比較すると、print-graphic-pdfで作成した方が<br />
ファイルサイズがかなり大きいことが確認されました。<br />
<br />
これは単純な圧縮比率の差なのでしょうか？<br />
<br />
文字が主体のドキュメントを印刷したとき<br />
２つのPDFの間で仕上がりに大差が無いように見受けられたので、<br />
少し気になりました。<br />
<br />
２．print-graphic-pdf実行時のメモリ使用量<br />
<br />
print-graphic-pdfを利用している間メモリ利用量がかなり増加するのですが、<br />
これを減らせる実装方法はありますでしょうか？<br />
<br />
例えばprint-graphicだと以下のような方法を取ることで、<br />
印刷実行中のメモリ使用量の増加を抑えることが出来ます。<br />
<br />
<br />
{let 印刷グラフィック:Graphic}<br />
<br />
{print-graphic 印刷グラフィック}||←改ページ処理があるが、便宜上省略<br />
<br />
{set 印刷グラフィック = {新しいグラフィック}}<br />
<br />
{garbage-collect}<br />
<br />
<br />
しかし、print-graphic-pdfを利用した場合は<br />
どうも内部で印刷イメージをキャッシュしているせいか<br />
garbage-collectを行ってもメモリ使用量は減りませんでした。<br />
<br />
大量ページ(感覚的には30ページ以上)を印刷すると<br />
print-graphic-pdfの処理時間が長くなるように感じるので<br />
プログラムで回避できる方法があれば知りたいと思います。<br />
<br />
<br />
３．print-graphic-pdfで作成したPDFをスマートフォンで閲覧すると<br />
<br />
実装の仕方が悪いのかもしれませんが、<br />
print-graphic-pdfで作成したPDFをスマートフォン<br />
(Android、iPhone両方で試しました)で閲覧すると<br />
文字化けを起こして正しく表示することが出来ませんでした。<br />
<br />
現象を特定できていないので曖昧な言い方になりますが、<br />
少なくとも日本語が入っている場合は、ほぼ文字化けするようです。<br />
<br />
WindowsのAdobe PDF上では正しく閲覧できたのですが、<br />
これはPDF内部の問題でしょうか？<br />
それともAndroidやiPhone内部のPDFリーダの問題でしょうか？<br />
<br />
一先ず回避策は検討して対応できてますが、<br />
原因が究明できればと思います。]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[UTF and 朱]]></title>
			<link>http://communities.curl.com/showthread.php?tid=487</link>
			<pubDate>Tue, 01 May 2012 23:14:40 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=487</guid>
			<description><![CDATA[In my Henshall book and applet, Kanji 1346 or 朱, is vermilion or cinnabar red - so what is that on the web ?<br />
<br />
In Curl we can write the 朱 character as UTF-16 '\u6731' or '\U00006731' as UTF-32.<br />
<br />
You can test these as <br />
<br />
<div style="text-align: center;">{text \u6731 \U00006731 } || note that no single quotes are needed in the {text } macro<br />
</div>
<br />
inside any example code area in the Curl docs viewer to see the lovely character twice.<br />
<br />
The HTML entity ( in decimal ) is &amp; #26417 ( which is equal to the x6731 below )<br />
The HTML entity ( in hexadecimal ) is &amp; #x6731; (without the space between &amp; and # in both cases)<br />
<span style="font-weight: bold;">But</span> the URL Escape Code %E6%9C%B1<br />
because the <span style="font-weight: bold;">UTF-8</span> code sequence is 0xE6 0x9C 0xB1 ( which is the e6-9C-B1 above )<br />
and our \u6731 is the UTF-16BE 0x6731 (written big-endian here, but your architecture may store words little-endian ...)<br />
<br />
The CJK characters are among those having the top bits 1110 or giving as a byte something greater than hex E0 but not greater than xEF.<br />
<br />
Our xE6 is binary <span style="font-weight: bold;">111</span>00110. The top 3 bits say that 3 bytes form this codepoint.<br />
<br />
What we see here is xE6 and then the the 2 bytes of 9CB1.<br />
<br />
UTF itself stands for UNICODE <span style="font-weight: bold;">transformation format</span>. The transform rule says that every <span style="font-weight: bold;">1110</span>bbbb byte must followed by a 10bbbbbb byte.<br />
<br />
Ours is followed by 9C or <span style="font-weight: bold;">10</span>011100 and it is followed by B1 or 10110001 .<br />
<br />
The UTF algorithm for UTF-8 to UTF-16BE transform converts E6-9C-B1 only and always to x6731 and vice-versa for the reverse transformation <br />
(and again, I say <span style="font-style: italic;">BE</span> only because I am writing the hex big-to-small just as we write 2012 or The Answer (which is, of course, 0042 in the end<span style="font-weight: bold;"> !</span>)<br />
<br />
One of the things that the Curl documents say about <span style="font-style: italic;">CharEncoding</span> is this:<br />
<span style="font-style: italic;"><br />
The mapping between ucs2-big-endian bytes and utf8 bytes is as follows: <br />
<br />
utf32 -&gt; utf8<br />
00000000 0xxxxxxx -&gt; 0xxxxxxx<br />
00000yyy yyxxxxxx -&gt; 110yyyyy 10xxxxxx<br />
zzzzyyyy yyxxxxxx -&gt; 1110zzzz 10yyyyyy 10xxxxxx<br />
000uuuuu zzzzyyyy yyxxxxxx -&gt; 11110uuu 10uuzzzz 10yyyyyy 10xxxxxx</span><br />
<br />
Elsewhere the Curl docs state:<br />
<br />
<span style="font-style: italic;">[...] each character has an associated Unicode value, which must be in one of the following ranges:<br />
<br />
• 0x0000 - 0xD7FF<br />
<br />
• 0xE000 - 0x10FFFF<br />
<br />
Values outside of these ranges are not legal values for char.</span>]]></description>
			<content:encoded><![CDATA[In my Henshall book and applet, Kanji 1346 or 朱, is vermilion or cinnabar red - so what is that on the web ?<br />
<br />
In Curl we can write the 朱 character as UTF-16 '\u6731' or '\U00006731' as UTF-32.<br />
<br />
You can test these as <br />
<br />
<div style="text-align: center;">{text \u6731 \U00006731 } || note that no single quotes are needed in the {text } macro<br />
</div>
<br />
inside any example code area in the Curl docs viewer to see the lovely character twice.<br />
<br />
The HTML entity ( in decimal ) is &amp; #26417 ( which is equal to the x6731 below )<br />
The HTML entity ( in hexadecimal ) is &amp; #x6731; (without the space between &amp; and # in both cases)<br />
<span style="font-weight: bold;">But</span> the URL Escape Code %E6%9C%B1<br />
because the <span style="font-weight: bold;">UTF-8</span> code sequence is 0xE6 0x9C 0xB1 ( which is the e6-9C-B1 above )<br />
and our \u6731 is the UTF-16BE 0x6731 (written big-endian here, but your architecture may store words little-endian ...)<br />
<br />
The CJK characters are among those having the top bits 1110 or giving as a byte something greater than hex E0 but not greater than xEF.<br />
<br />
Our xE6 is binary <span style="font-weight: bold;">111</span>00110. The top 3 bits say that 3 bytes form this codepoint.<br />
<br />
What we see here is xE6 and then the the 2 bytes of 9CB1.<br />
<br />
UTF itself stands for UNICODE <span style="font-weight: bold;">transformation format</span>. The transform rule says that every <span style="font-weight: bold;">1110</span>bbbb byte must followed by a 10bbbbbb byte.<br />
<br />
Ours is followed by 9C or <span style="font-weight: bold;">10</span>011100 and it is followed by B1 or 10110001 .<br />
<br />
The UTF algorithm for UTF-8 to UTF-16BE transform converts E6-9C-B1 only and always to x6731 and vice-versa for the reverse transformation <br />
(and again, I say <span style="font-style: italic;">BE</span> only because I am writing the hex big-to-small just as we write 2012 or The Answer (which is, of course, 0042 in the end<span style="font-weight: bold;"> !</span>)<br />
<br />
One of the things that the Curl documents say about <span style="font-style: italic;">CharEncoding</span> is this:<br />
<span style="font-style: italic;"><br />
The mapping between ucs2-big-endian bytes and utf8 bytes is as follows: <br />
<br />
utf32 -&gt; utf8<br />
00000000 0xxxxxxx -&gt; 0xxxxxxx<br />
00000yyy yyxxxxxx -&gt; 110yyyyy 10xxxxxx<br />
zzzzyyyy yyxxxxxx -&gt; 1110zzzz 10yyyyyy 10xxxxxx<br />
000uuuuu zzzzyyyy yyxxxxxx -&gt; 11110uuu 10uuzzzz 10yyyyyy 10xxxxxx</span><br />
<br />
Elsewhere the Curl docs state:<br />
<br />
<span style="font-style: italic;">[...] each character has an associated Unicode value, which must be in one of the following ranges:<br />
<br />
• 0x0000 - 0xD7FF<br />
<br />
• 0xE000 - 0x10FFFF<br />
<br />
Values outside of these ranges are not legal values for char.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[robots.txt]]></title>
			<link>http://communities.curl.com/showthread.php?tid=486</link>
			<pubDate>Mon, 30 Apr 2012 16:16:36 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=486</guid>
			<description><![CDATA[Your Curl web pages may need you to add this in your <span style="font-weight: bold;">robots.txt</span> file to prevent <span style="font-style: italic;">Google</span> search from displaying and listing your Curl code :<br />
<br />
Disallow: /*.curl&#36;<br />
Disallow: /*.scurl&#36;<br />
Disallow: /*.mcurl&#36;<br />
Disallow: /*.xcurl&#36;<br />
Disallow: /*.pcurl&#36;<br />
<br />
the first 4 being the most important.]]></description>
			<content:encoded><![CDATA[Your Curl web pages may need you to add this in your <span style="font-weight: bold;">robots.txt</span> file to prevent <span style="font-style: italic;">Google</span> search from displaying and listing your Curl code :<br />
<br />
Disallow: /*.curl&#36;<br />
Disallow: /*.scurl&#36;<br />
Disallow: /*.mcurl&#36;<br />
Disallow: /*.xcurl&#36;<br />
Disallow: /*.pcurl&#36;<br />
<br />
the first 4 being the most important.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[font-family = "serif"]]></title>
			<link>http://communities.curl.com/showthread.php?tid=485</link>
			<pubDate>Sun, 29 Apr 2012 14:04:26 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=485</guid>
			<description><![CDATA[What a difference to remember not to be stuck with a mono-spaced font (Windows.)<br />
<br />
Which single English word did not fit first for which Kanji set? <br />
<br />
I saved this one after the fix: <br />
<br />
<img src="http://kanji.aule-browser.com/second.jpg" border="0" alt="[Image: second.jpg]" />]]></description>
			<content:encoded><![CDATA[What a difference to remember not to be stuck with a mono-spaced font (Windows.)<br />
<br />
Which single English word did not fit first for which Kanji set? <br />
<br />
I saved this one after the fix: <br />
<br />
<img src="http://kanji.aule-browser.com/second.jpg" border="0" alt="[Image: second.jpg]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[sourceforge CDK download link]]></title>
			<link>http://communities.curl.com/showthread.php?tid=484</link>
			<pubDate>Sat, 28 Apr 2012 23:37:41 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=484</guid>
			<description><![CDATA[Looking for the SQLite CDK ?<br />
<br />
Ignore the DOWNLOAD link: the three links here will lead to the files: <a href="http://sourceforge.net/projects/curl-cdk/files/" target="_blank">http://sourceforge.net/projects/curl-cdk/files/</a> such as what you want: <a href="http://sourceforge.net/projects/curl-cdk/files/curl-cdk/" target="_blank">http://sourceforge.net/projects/curl-cdk.../curl-cdk/</a><br />
<br />
The DOWNLOAD at <a href="http://sourceforge.net/projects/curl-cdk/" target="_blank">http://sourceforge.net/projects/curl-cdk/</a> is JUST what it says it is ( "util" and NOT the "cdk".)<br />
<br />
I guess most people just figure this out ... but the link for SQLite library in our Curl docs viewer lands you there and not where you need to be ... where the zip's are.]]></description>
			<content:encoded><![CDATA[Looking for the SQLite CDK ?<br />
<br />
Ignore the DOWNLOAD link: the three links here will lead to the files: <a href="http://sourceforge.net/projects/curl-cdk/files/" target="_blank">http://sourceforge.net/projects/curl-cdk/files/</a> such as what you want: <a href="http://sourceforge.net/projects/curl-cdk/files/curl-cdk/" target="_blank">http://sourceforge.net/projects/curl-cdk.../curl-cdk/</a><br />
<br />
The DOWNLOAD at <a href="http://sourceforge.net/projects/curl-cdk/" target="_blank">http://sourceforge.net/projects/curl-cdk/</a> is JUST what it says it is ( "util" and NOT the "cdk".)<br />
<br />
I guess most people just figure this out ... but the link for SQLite library in our Curl docs viewer lands you there and not where you need to be ... where the zip's are.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RecordForm color toggle with {bind }]]></title>
			<link>http://communities.curl.com/showthread.php?tid=483</link>
			<pubDate>Sat, 28 Apr 2012 20:55:43 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=483</guid>
			<description><![CDATA[{bind color } was not quite enough without a record change ... but PointerEnter becomes a toggle ...<br />
<br />
<img src="http://kanji.aule-browser.com/right.jpg" border="0" alt="[Image: right.jpg]" /><br />
<br />
as we start to get things "right" for this little utility.<br />
<br />
Any other suggestion for trickling that CheckBox value change down into this RecordForm's child without adding a new Event class?]]></description>
			<content:encoded><![CDATA[{bind color } was not quite enough without a record change ... but PointerEnter becomes a toggle ...<br />
<br />
<img src="http://kanji.aule-browser.com/right.jpg" border="0" alt="[Image: right.jpg]" /><br />
<br />
as we start to get things "right" for this little utility.<br />
<br />
Any other suggestion for trickling that CheckBox value change down into this RecordForm's child without adding a new Event class?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Font Zoom]]></title>
			<link>http://communities.curl.com/showthread.php?tid=482</link>
			<pubDate>Sat, 28 Apr 2012 19:31:37 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=482</guid>
			<description><![CDATA[I have just made a change to the size of the UNICODE field in a small utility:<br />
<br />
<img src="http://kanji.aule-browser.com/spirit.jpg" border="0" alt="[Image: spirit.jpg]" /> <br />
<br />
The great browser innovation for my age group has been zoom and settings for minimum font size.  But pressing CTRL-+ would not correct my own issue with my own applet.<br />
<br />
I could use CSPD, I could pass a PARM to the HTML embedded object, I could use the initial screen ... <br />
<br />
Any thoughts on a hot-key solution ?]]></description>
			<content:encoded><![CDATA[I have just made a change to the size of the UNICODE field in a small utility:<br />
<br />
<img src="http://kanji.aule-browser.com/spirit.jpg" border="0" alt="[Image: spirit.jpg]" /> <br />
<br />
The great browser innovation for my age group has been zoom and settings for minimum font size.  But pressing CTRL-+ would not correct my own issue with my own applet.<br />
<br />
I could use CSPD, I could pass a PARM to the HTML embedded object, I could use the initial screen ... <br />
<br />
Any thoughts on a hot-key solution ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help Curl Help, please]]></title>
			<link>http://communities.curl.com/showthread.php?tid=481</link>
			<pubDate>Fri, 27 Apr 2012 12:36:33 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=481</guid>
			<description><![CDATA[Folks,<br />
Any quick idea to help me increase the font size in the Curl Documentation Viewer other than decreasing my already low screen resolution ?<br />
<br />
Could we not put the font'size of the docs as a global under user control in a preference?<br />
<br />
Is there an easy solution sitting in the exposed code?<br />
<br />
thanks,]]></description>
			<content:encoded><![CDATA[Folks,<br />
Any quick idea to help me increase the font size in the Curl Documentation Viewer other than decreasing my already low screen resolution ?<br />
<br />
Could we not put the font'size of the docs as a global under user control in a preference?<br />
<br />
Is there an easy solution sitting in the exposed code?<br />
<br />
thanks,]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Control content background]]></title>
			<link>http://communities.curl.com/showthread.php?tid=480</link>
			<pubDate>Fri, 27 Apr 2012 12:10:12 +0000</pubDate>
			<guid isPermaLink="false">http://communities.curl.com/showthread.php?tid=480</guid>
			<description><![CDATA[If you look at the little app <br />
<a href="http://www.aule-browser.com/kanji/henshall-kanji.curl" target="_blank">http://www.aule-browser.com/kanji/henshall-kanji.curl</a><br />
<br />
you can see that the control panel for a RecordForm with a RecordView has a field whose background will be that of the user's desktop settings - on Windows I use a pale yellow for the background of windows, so that is what I get in the record counter (you can see this in Windows by changing your desktop theme for a moment ... it is very common on Ubuntu laptops to have a non-white theme and it will be more so once we leave behind back-lit screens ...) In my struggle to master Japanese, I often run pages white on black or gold on indigo. Android users may often do this ... ?<br />
<br />
Even if it makes sense for this to be a user desktop default, we should let designers override it more easily that can be done now. A user running white text on black backgrounds for visual handicap will not see that record counter.<br />
<br />
Can we do this for Windows 8 ?]]></description>
			<content:encoded><![CDATA[If you look at the little app <br />
<a href="http://www.aule-browser.com/kanji/henshall-kanji.curl" target="_blank">http://www.aule-browser.com/kanji/henshall-kanji.curl</a><br />
<br />
you can see that the control panel for a RecordForm with a RecordView has a field whose background will be that of the user's desktop settings - on Windows I use a pale yellow for the background of windows, so that is what I get in the record counter (you can see this in Windows by changing your desktop theme for a moment ... it is very common on Ubuntu laptops to have a non-white theme and it will be more so once we leave behind back-lit screens ...) In my struggle to master Japanese, I often run pages white on black or gold on indigo. Android users may often do this ... ?<br />
<br />
Even if it makes sense for this to be a user desktop default, we should let designers override it more easily that can be done now. A user running white text on black backgrounds for visual handicap will not see that record counter.<br />
<br />
Can we do this for Windows 8 ?]]></content:encoded>
		</item>
	</channel>
</rss>
