yeh’s posterous

Flex lesson 1112-03

<mx:TextInput tabIndex="2"/>

做tab的跳耀

<mx:ComboBox dataProvider="{myDP}" labelFunction="getFullName"/>
項目的label來源

                var alert:Alert = Alert.show("請按下您的選擇","警示視窗",
                 Alert.OK|Alert.CANCEL|Alert.NO|Alert.YES,this,onAlertClose);
                alert.width += alert.width & 1;

&1 讓他是偶數的寬度

        <mx:LinkButton id="lbl" label="Top" x="100" y="10" focusIn="showDetail(event)" focusOut="closePopUp()"/>
離開焦點時做關閉的動作

<states>
flash  / 新文件 / 表單應用程式

click="currentState = 'thankYou'"/
states交換的方法

flash 物件 ==> 命令/匯出 xml
得到路徑的東西

flex embed xml來用

如何移除listener

Comments [0]

Flex lesson 1121-01

swc 編譯封裝??!!

可同步closeproject

flash debug版本通知初始化使用
避免被看到問題

顯示重繪區域

event.currentTarget
目前點擊焦點物件位置

沒有ID的話如(AS)就使用event.currentTarget

Flex Spy(軟體)
http://code.google.com/p/fxspy/wiki/InstallationInstructions
add swc後
<mx:Button label="001" click="FlexSpy.show()"/>

debug remote data
開TCP 7935 通訊埠
and 防火牆

Comments [0]

Flex lesson 1115-04

VO

value object
getter取值 setter設定內容
定義一個as碼

指定一個物件的用法
with(myVo){
//就不用myVo.XXXX;

}

======================

Click here to download:
src.rar (56 KB)

(download)

Comments [0]

file about fla

Click here to download:
assets.fla (110 KB)

my fla file

Comments [0]

Flex lesson 1115-03

(download)

Flex 的支援套件產生templete

firework illustrator photoshop

https://www.adobe.com/cfusion/entitlement/index.cfm?e=flex_skins

說明
http://ticore.blogspot.com/2007/10/flash-flex-skin.html

=========================================

Metadata Tags 告訴編譯器要怎麼編譯
[中括號描述]

properties->Flex Compiler的參數加上
-keep-as3-metadata+=自訂中繼標籤

Comments [0]

Flex lesson 1115-02

fla 轉 swc 輸出

做button的skin

flash那邊:屬性
匯出給actionscript使用
匯出第一個影格

匯出SWC檔案後
1.元件化
2.壓縮過

flex那邊
import skin artwork/swc browse/
選擇skin style的選項check all

完成css檔案
flex那邊Src會自動產生
.css .swc

mxml自動產生<mx:Style source="assets.css"/>

針對某個名稱做設定的css
都必須前方加點.

設定後改styleName為該CSS名稱即可

Comments [0]

Flex lesson 1115-01

FlexFormatter

http://flexformatter.googlecode.com/svn/trunk/FlexFormatter/FlexPrettyPrintCommandUpdateSite/

下載plugin

help/updateSoftware/findAndInstall/newRemote/Url...

安裝SVN

搞對齊啥的...
window/preferences/flexFormattig

Comments [0]

files01

Click here to download:
FxGridCale.mxml (4 KB)

download mxml

Comments [0]

Flex lesson 1114-12

(download)

xml使用方式

Comments [0]

Flex lesson 1114-11

Flex Effect

圖片選取進行Effects

====================

style底下的
actionScript CSS化

====================

設定panel的轉移特效
titleWindow的State的狀態轉移

=========================

(download)

(download)

(download)

Comments [0]