JPGファイル、PNGファイルを書き出す

Flash

Flashから画像ファイル(JPGファイル、PNGファイル)書き出す方法

  1. パブリッシュ設定で「形式」タブのJPEGイメージ、PNGイメージにチェックを付けます。
  2. 名称を変更したい場合は、ここで変更しましょう。
  3. 画像のサイズを変更などしたい場合は、同じパブリッシュ設定でPNG、JPEGのタブからサイズを指定して変更などしましょう。

Issue Checks for incomplete translations where not all strings are translated

Android

Issue Checks for incomplete translations where not all strings are translated

strings.xmlに次のようにstringを定義していると

 <string name="main_title">
  ほげほげ アプリ
 </string>

export sigined applicationで証明書でアプリをエクスポートする時に、次のようなエラーが出てしまいました。

“main_title” is not translated in af, am, ar, be, bg, ca, cs, da, de, el, en-rGB, es, es-rUS, et, fa, fi, fr, hi, hr, hu, in, it, iw, ja, ko, lt, lv, ms, nb, nl, pl, pt, pt-rPT, ro, ru, sk, sl, sr, sv, sw, th, tl, tr, uk, vi, zh-rCN, zh-rTW, zu

Issue: Checks for incomplete translations where not all strings are translated
Id: MissingTranslation

If an application has more than one locale, then all the strings declared in one language should also be translated in all other languages.

If the string should not be translated, you can add the attribute translatable=”false” on the element, or you can define all your non-translatable strings in a resource file called donottranslate.xml. Or, you can ignore the issue with a tools:ignore=”MissingTranslation” attribute.

By default this detector allows regions of a language to just provide a subset of the strings and fall back to the standard language strings. You can require all regions to provide a full translation by setting the environment variable ANDROID_LINT_COMPLETE_REGIONS.

You can tell lint (and other tools) which language is the default language in your res/values/ folder by specifying tools:locale=”languageCode” for the root element in your resource file. (The tools prefix refers to the namespace declaration http://schemas.android.com/tools.)

ふぇー ですが、丁寧に修正方法は全部上記に書いてありますね。
もしかして将来多言語化するかもしれないので、全体的に言語チェックをしない、というのはやめておき、とりあえずtranslatable=”false”をつければよいということなので、

 <string name="main_title" translatable="false">
    ほげほげ アプリ
 </string>

としておき、Lintのエラーを出さないようにしました。

InternetExplorerのバージョンの調べ方

#norelated

InternetExplorerのバージョンの調べ方

 Windows

  • 上部のメニューバーから「ヘルプ」をクリックします。
  • 一番下に「バージョン情報」と出てくるので、それをクリックします。
  • Microsoft InternetExplorerのロゴの下に、Versionとあり、その横の数字がバージョンの情報です。
 

InternetExplorerでJavascriptをONにする・OFFにする

#norelated

InternetExplorerでJavascriptをONにする・OFFにする

 Windows

  • 上部のツールバーから、「ツール(T)」をクリックします。
  • 一番下に「インターネットオプション」と出てくるので、それをクリックします。
  • 出てきた画面で、「セキュリティ」とある箇所をクリックします。
  • 下の方に「レベルのカスタマイズ」とあるので、それをクリックします。
  • 「スクリプト」項目の「アクティブスクリプト」が「無効にする」になっている場合、「有効にする」を選択します。
  • 「OK」ボタンを押します。この時、多少時間がかかりますが、何もせずにお待ちください。
  • 「インターネットオプション」の画面が表示されます。
  • 「OK」ボタンを押します。

一旦、またInternetExplorerを更新しないと、この変更は反映されません。

InternetExplorer

#norelated

InternetExplorer

 

マイクロソフト社が作っているインターネットを閲覧するためのブラウザソフトです。
ブラウザは英語で閲覧することを(Browse:ブラウズ)というのが語源でしょう。
普通は、Windowsに標準でついてきますので、他のブラウザをインストールしていない人はこれを使っているでしょう。
「e」というマークのロゴが目印です。
略してIE(アイイー)などと呼びます。

  • InternetExplorerのバージョンの調べ方
  • InternetExplorerでJavascriptをONにする・OFFにする
  •  
    
    • 有難うございました。私の勘違いでした。 — 平哲也 {2009-02-25 (水) 22:56:01}