2007-01-20から1日間の記事一覧

オリジナルメタデータ

オリジナルのメタデータを作れます。コンパイル時に設定ファイルを追加指定します。 -load-config+=設定ファイル Creating Own Meta Data in Flex http://blog.orangeflash.eu/?p=45 設定ファイルの場所 http://livedocs.macromedia.com/flex/2_jp/docs/wwhe…

AntとFlex Library Projects

サンプルbuild.xmlがあります。 最近はant使ってないですが、結構なんでもできますよね。 メール送信やFTPにアップロードなんてのも可能です。 小さいタスクの自動化できます。 Using ANT with Flex Library Projects http://www.darronschall.com/weblog/ar…

自動テスト

FlexUnitを使った単体テストの自動化について。 さらに、Mercury Quick Test Pro との関係など。PDFあります。 Flex Automation (My Max Talk) http://weblogs.macromedia.com/amcleod/archives/2007/01/flex_automation.cfm

FlashPaper読む

以前、FlashPaperを拡張しようといろいろ試みたのですが、 あまりうまく動かず自分で作ることになりましたが、 とりあえずドキュメントみるならいいかも。 How to load FlashPaper Documents in Flex 2 http://www.darronschall.com/weblog/archives/000249.…

ボーダースキン

ほら、Flashっぽくできるじゃん? ていうか、PowerPointのオブジェクトみたい? ボーダースキンをクラス指定しています。 border-skin: ClassReference("border.SimpleGradientBorder"); Applying background gradients to VBox, HBox, Canvas etc. http://w…

テキストのハイライト

サンプルでは、FireFoxの文字検索みたいになっています。 TextFieldのhtmlTextにHTMLを埋め込んでいます。 A TextField Highlighter Class for Flex http://tom-lee.blogspot.com/2007/01/textfield-highlighter-class-for-flex.html

スタイル切り替え

カンタンなサンプルです。ランタイムCSSです。Flex 2.0.1 Style Swapping http://everythingflex.wordpress.com/2007/01/19/flex-201-style-swapping/

選択済みComboBox

小技ですが使えますね。 Flex ComboBox With selectedValue Support http://www.forta.com/blog/index.cfm/2006/11/22/Flex-ComboBox-With-selectedValue-Support