2007-11-17から1日間の記事一覧

シンプルなカスタムスキル

FlexぽくないUIにするのがいいと思う。 Managing UI Development Expectations with Flex http://www.onflex.org/ted/2007/11/managing-ui-development-expectations.php

ImageSnapshotクラス

画面スナップとれます。AIRと組み合わせたらチャートとかコピーしやすい。 ByteArrayに変換してくれます。 Taking screenshots in Flex 3 using the ImageSnapshot.captureImage() method http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-fl…

コードヒント実装

細かいですがあると嬉しいです。 Googleツールバーの使い勝手ならいい。 Fun with Code Hinting http://onreflexion.blogspot.com/2007/06/fun-with-code-hinting.html

アニメーションスキン

これ何気にすごいと思うんですよねぇ。 以前、岩ちゃんが作っていた気がする。 Seamless Animated Skins in Flex http://www.tink.ws/blog/seemless-animated-skins-in-flex/

CairngormでCommandパターン

んー、これJavaでもFlexでもやった事あるけど微妙なんだよなぁ。 画面内のイベントごとにCommand持ったらすごい数になっちゃうと思います。 Delegateつくって、Commandつくって、Responderつくって、Taskつくって、、、 あ”−−−!ワンクリックに4つもクラス…