2009-05-21から1日間の記事一覧

カスタムレイアウト

これ面白いなぁ Flex 4 & Custom Layouts http://www.insideria.com/2009/05/flex-4-custom-layouts.html

上昇中〜

ラスベガスのスロットマシーンを思い出した。 Creating a Number Change Effect http://www.flexpasta.com/index.php/2009/02/14/creating-a-number-change-effect/

Criteria

Hibernateの検索条件にCriteriaを指定する方法。 過去の経験から、業務アプリ作る時に、 複雑なSQL文を書こうとして、Criteriaなど プログラムで条件式を書き始めると破たんする。 (自分の能力が低いだけですが、、、何か) CRUD操作レベルならO/Rマッパー…

Merapiオープンソース化

JavaとAIRを連携するオープンソースライブラリです。 お隣さん曰く、.NETで作ったソケットサーバと連携するほうが 使いやすそうとのことです。 Merapi Now Open Source http://blog.everythingflex.com/2009/05/20/merapi-now-open-source/

新チャート

新しいチャートライブラリがオープンソースで出てきました! open source data visualization Axiis Alpha 1.0 http://axiis.org/index.html

切り替えエフェクト

ViewStack系の切り替えにいかがでしょう。 Efflex http://www.efflex.org/

HTMLスタイル

Textコンポーネント内でCSS使えます。 StyledText - Free Flex Component http://agileui.blogspot.com/2008/06/styledtext-free-flex-component.html

そのSWFはキャッシュか?

キャッシュからロードしたSWFなのか、いつ作られたのかわかります。 Flex Hack - Reading the compilation date of SWF with the magic of ByteArray http://www.igorcosta.org/?p=220

AsDocの書き方

MXML内でAsDocなコメントを書くには、 <!−−− と書きます。 ASDoc now works with Flex MXML files http://rantworld.blogs.com/flashlit/2009/02/asdoc-for-documenting-flex-mxml-files.html

GAE/JでBlazeDS

詳しくは、次回の勉強会にて! AppEngine & BlazeDS (Messaging) http://martinzoldano.blogspot.com/2009/05/appengine-blazeds-messaging.html

AS3だけでDegrafa

ごっそりASクラスをつっこんでるだけ? Degrafa for AS3-only Projects http://www.degrafa.org/blog/2009/05/degrafa-for-as3-only-projects/

チャートシリーズを動的に変える

いちいち違う画面作らなくても大丈夫。 Programmatically creating bar or column charts in Flex http://9mmedia.com/blog/?p=361

タイルリストでソート

タイル内のプロパティでソートできます。 Custom Component - SortableTileList http://www.aboutflex.net/flex/custom-component-sortabletilelist/

順番に実行

シナリオ作って順番に実行 The Sequencer : animate or automate anything in AS3 or Flex http://9mmedia.com/blog/?p=254

Zインデックス

親の領域を超える子。 clipContent または includeInLayout プロパティを触ってみよう Stacking order and Z Index in Flex with negative coordinates http://9mmedia.com/blog/?p=254

フィルタ処理のみを外出し

自前でフィルタ処理を行う例 Flex Hack - Filtering a data collection without filterFunction http://www.igorcosta.org/?p=236

複数のフィルタ処理

ArrayCollectionを拡張して複数のフィルタを適応できます。 ArrayCollection with multiple filter functions http://blog.rotundu.eu/flex/arraycollection-with-multiple-filter-functions/