츨처 http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001823.html 단순 데이타 타입 int, uint, Number, Boolean, String, void, Null var value:int = 123; // int.MAX_VALUE = 2,147,483,647 , int.MIN_VALUE = -2,147,483,648 var value:unit = 4000000; var value:uint = 0x336699FF; var value:uint = new uint( 0x336699FF ); var value:Number = 123.45; // MAX_VAL..
출처 http://livedocs.adobe.com/flex/1/asdocs/mx/servicetags/HTTPService.html [Bindable] public var xlcData:XMLListCollection; public function init():void { var params:Object = new Object(); params.keyname = "freeboard"; params.qryname = "list"; httpData = new HTTPService(); httpData.url = "http://localhost:8080/examples/xmldata.jsp"; httpData.method = "POST"; httpData.resultFormat="e4x"; httpData...
참조 http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001003.html http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001004.html HTML 소스 mxml 소스 파라미터 이름으로 값 추출 myName; myHometown = Application.application.parameters.myHometown; } ]]> 파라미터 순서로 값 추출 for (var i:String in Application.applica..
출처 http://blog.jidolstar.com/17 columninfo.xml ok aaa bbb test.mxml public var httpServ:HTTPService; [Bindable] public var xlcData:XMLListCollection; public function init():void { httpServ = new HTTPService(); request("http://localhost:8080/examples/columninfo.xml"); } public function request(url:String, params:Object=null):void { this.httpServ.url = url; this.httpServ.method = "GET"; this.httpS..
출처 http://www.ihelpers.co.kr/programming/tipntech.php?CMD=view&TYPE=8&KEY=&SC=S&&CC=&PAGE=1&IDX=547 import mx.controls.dataGridClasses.DataGridColumn; private function createColumn():void { var columns : Array = grid1.columns; var tmpCol :DataGridColumn = new DataGridColumn(); tmpCol.headerText = "Test"; columns.push(tmpCol); grid1.columns = columns; }
- Total
- Today
- Yesterday
- 서울오토살롱
- Xcode
- 전예희
- flex
- Spring MVC
- JavaScript
- ble
- 레이싱모델 익스트림 포토 페스티벌
- KOBA
- Linux
- Java
- 지스타2007
- Delphi Tip
- Spring
- NDK
- oracle
- SAS
- sas2009
- Delphi
- koba2010
- 송주경
- 일본여행
- ffmpeg
- Mac
- 튜닝쇼 2008
- ubuntu
- 동경
- BPI-M4
- MySQL
- android
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |