2008-08-01から1ヶ月間の記事一覧

画面キャプチャの便利クラス

あ、知らなかったImageSnapshotって。Taking screenshots in Flex 3 using the ImageSnapshot.captureImage() method http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/

iPhone?

これ本当かなぁ・・?もしそうならiPhone買います。 Flash Player 10 Mobile for iPhone? http://onrails.org/articles/2008/08/27/flash-player-10-mobile-for-iphone

FlexのEnterprise IDE Plugin

EclipseプラグインとしてFlexBuilderの機能拡張をします。 なかなか良い感じ。今はβ版です。 Enterprise IDE Perspective. Enhanced AS3, MXML, and Cairngorm wizards. e4x editor and expression builder. UML Model generation from Flex project AS3 cla…

コンパイル時の切り替え

コンパイルオプションでどのコードブロックを使うか指定できます。 Using conditional compilation http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html これを応用してFlexとAIRを同じソースで管理しようというもの。 Common code …

次は1.5なのかな?

AIR

AIRは次に1.5になるらしい。 Video - See Flash 10, Flex 4, AIR 1.5, FXG, Thermo, Degrafa and more http://gregorywilson.wordpress.com/2008/08/25/video-see-flash-10-flex-4-air-15-fxg-thermo-degrafa-and-more/

Flex4.0、AIR2.0、Thermo1.0に会えるかも!?

私も毎年参加しているので告知したいと思います。 世界のAdobeオタクが集まる祭典です。(笑) 去年はみんなMacBook片手に床に座っていましたよ。 多くの人がFlexを使っている雰囲気がありました。 今年も新製品のリリースを実況生中継!? 日程:2008年11月…

Flex SDK 3.1 と Flex Builder 3.0.1

出た。 Introducing Flex SDK 3.1 and Flex Builder 3.0.1 http://www.adobe.com/devnet/flex/articles/sdk3_fb301.html

ポップアップで複数選択

ポップアップウィンドウで複数のチェックボックスなどを選択して親ウィンドウに知らせる方法。 Pop-up Multiple Selection Control http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=10343

モジュールの動的ロード

モジュールを動的にロードとアンロードします。 ModuleManager and IModuleInfo - loading Flex Modules dynamically http://lowpitch.com/blog/2008/08/17/modulemanager-and-imoduleinfo-loading-flex-modules-dynamically/

DegrafaでCSS

これは指定しやすい FLEX: Advanced CSS with Degrafa http://www.mikehuntington.com/?p=31

子画面から変化を知らせる

カスタムイベントをdispatchして知らせます。またはアプリケーションのトップを参照します。 Flex: Calling Methods of the Parent From a Custom Component http://www.sanative.net/blog/post.cfm/flex-calling-methods-of-the-parent-from-a-custom-compo…

見せたり消したり

値が入っているかいないかで見せるか見せないか自動的に判断してくれます。 Preserve Bindings in Flex By Using Bindable Variables Inline With Functions For Properties http://frankieloscavio.blogspot.com/2008/08/preserving-bindings-in-flex-while…

赤ちゃん向け

カバーフローでメニューを選びます。 Peekaboo Paperie’s Own Announcement http://blog.pxldesigns.com/2008/08/peekaboo-paperies-own-announcement/

地図活用

についてのプレゼンです。 Maps in Flash and Flex Presentation http://www.sdfug.org/san-diego-flash-users-group/flash/maps-in-flash-and-flex-presentation/

カンファレンス会場

地図と連動したFlexアプリ iacc http://www.iacconline.org/index.cfm

BMVミュージアム

アートです。 Opening of BMW Museum http://www.artcom.de/index.php?option=com_acnews&task=view&id=331&Itemid=136&page=0&lang=en

BMWミュージアム

アートです。 Opening of BMW Museum http://www.artcom.de/index.php?option=com_acnews&task=view&id=331&Itemid=136&page=0&lang=en

FlashPlayer10 RC

出るのはや。 Flash Player 10 Release Candidate http://labs.adobe.com/downloads/flashplayer10.html

コンストラクタプロパティ

Object.constructor プロパティについて Using Object.constructor Is Another Way To Do Type Checking http://frankieloscavio.blogspot.com/2008/08/using-objectconstructor-is-another-way.html

3DからAS3

はきだせるようですよ。 Export your Blender objects straight to Away3D, Papervision3D and Sandy! http://www.rozengain.com/blog/?p=51

スキンからインスタンスへ

へぇ。 Accessing the component instance from a Flex skin http://www.bigroom.co.uk/blog/accessing-the-component-instance-from-a-flex-skin

JavaでAMFクライアント

AMF自体はオープンだからクライアント側にどんな技術持ってきてもOKです。 Java AMF Client http://opensource.adobe.com/wiki/display/blazeds/Java+AMF+Client

Cairngorm

エンタープライズ向けとなっていますが、あまり使っていません。 Cairngorm http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm

URLパーサー

URLを解析します。 URLParser: a parser to get value of host, protocol, port, parameters from an URL using regular expression http://ntt.cc/2008/08/07/urlparser-a-parser-to-get-value-of-host-protocol-port-parameters-from-an-url-using-regular…

ベストオブオープンソース2008

2008年版にて受賞したようです。 Best of Open Source Software Awards 2008 http://www.infoworld.com/article/08/08/04/32TC-bossies-2008_1.html

ESCで閉じる

ポップアップ時にESC押しますよね。 Closing a pop up window using the keyboard in Flex http://blog.flexexamples.com/2008/08/04/closing-a-pop-up-window-using-the-keyboard-in-flex/

フォント一覧

あれ、これって出せましたっけ? Displaying different fonts in a dropdown menu on a ComboBox control in Flex http://blog.flexexamples.com/2008/07/31/displaying-different-fonts-in-a-dropdown-menu-on-a-combobox-control-in-flex/

自動スクロール

画面の端でマウスをクリックするとスクロールしてくれます。 AutoScrollManager Class: Scroll scrollbar when mouse is moving in a specified area and mouse button is down http://ntt.cc/2008/08/01/autoscrollmanager-class-scroll-scrollbar-when-mou…

PHPのZendでAMF

使えるようになったようです。 Adobe Contributing AMF Support to Zend Framework http://blogs.adobe.com/flex/archives/2008/07/adobe_contributing_amf_support.html

Silverlightのココがいいココがダメ

後で概要載せます。 Silverlight: The good, the bad and the ugly http://www.webkitchen.be/2008/07/17/silverlight-the-good-the-bad-and-the-ugly/