2008-02-07から1日間の記事一覧

Bindingアクセサではエラーが表示されない

Binding.asのコメントに、こんな記載があります。 // Certain errors are normal when executing a srcFunc or destFunc, // so we swallow them: // Error #1006: Call attempted on an object that is not a function. // Error #1009: null has no proper…

超お手軽Dock

あちこちで公開されているMacOSXのDock風のコンポーネントですが、Boxレイアウトを応用すると結構簡単にできます。というのも、Flex2ではコンポーネントのScaleを考慮してリアルタイムにレイアウトしてくれるため、個々のScaleを変えるだけでほかのコンポー…