2009年4月 のアーカイブ

Dictionary Format in AMF3

2009年4月26日

Dictionary型は、基本的にECMA Object型に似ていますね。

  • dictionary-marker:17
  • U29D-value = U29 ;
    • 1ビット目は、値が1のフラグ。
    • 残りの1~28 ビットはオブジェクトの数
  • assoc-value= UTF-8-vr value-type

dictionary-type = dictionary-marker (U29O-ref | (U29D-value *(value-type)))

government,politics news,politics news,politics

Vector Format in AMF3

2009年4月26日

Vector型は、基本的にArray型に似ていますね。

  • vector-marker:16
  • U29A-value = U29
    • 1ビット目は、値が1のフラグ。
    • 残りの1~28 ビットは配列の長さ
  • class-name = UTF-8-vr
    • Flashに用意されている型の場合は、1;

vector-type = vector-marker (U29O-ref | (U29A-value 0×00 class-name *(value-type)))

0×00が謎だ。。。

government,politics news,politics news,politics

Flex Gumbo コンテナとアイテムレンダラー

2009年4月22日

New Doc on Flex Gumbo Containers and Item Renderers Available

http://blogs.adobe.com/flexdoc/pdf/sparkContainersAndRenderers.pdf

まだ、スパークっすね~。

government,politics news,politics news,politics

ContainerのcontentPane

2009年4月16日

Containerの子供がマイナス値になるとcontentPaneが作られる…。

スクロールがでるときだけじゃないんだ。

Container#createScrollbarsIfNeeded参照

government,politics news,politics news,politics

以前のインストールの再起動が保留されている

2009年4月14日

SQL Server 2008 をインストールする際に言われた…

http://technet.microsoft.com/ja-jp/library/cc164360.aspx

そんなとこに書いてあるのですね…

government,politics news,politics news,politics