チェンジセット 1482
- コミット日時:
- 2008/10/02 07:00:19 (5 年前)
- ファイル:
-
- as3/gunyarapaint/trunk/gunyarapaint/src/gplogplayer.mxml (更新) (1 diff)
- as3/gunyarapaint/trunk/gunyarapaint/src/gunyarapaint.as (更新) (2 diffs)
- as3/gunyarapaint/trunk/gunyarapaint/src/gunyarapaint.mxml (更新) (2 diffs)
- as3/gunyarapaint/trunk/picokakiko/src/picokakiko.as (更新) (1 diff)
- as3/gunyarapaint/trunk/picokakiko/src/picokakiko.mxml (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/trunk/gunyarapaint/src/gplogplayer.mxml
r1472 r1482 154 154 ]]> 155 155 </mx:Script> 156 <mx:Label x="313" y="11" text="ver.2008 060201"/>156 <mx:Label x="313" y="11" text="ver.2008100201"/> 157 157 </mx:Application> as3/gunyarapaint/trunk/gunyarapaint/src/gunyarapaint.as
r1481 r1482 1 private const DEBUG:Boolean = true;1 private const DEBUG:Boolean = false; 2 2 3 3 import flash.events.Event; … … 46 46 if (DEBUG) { 47 47 versionLabel.text += 'debug'; 48 } 49 50 parameters['oekakiId'] = 26; 51 parameters['baseImgUrl'] = 'http://dic.dev.nicovideo.jp/oekaki_layers/26'; 52 parameters['baseImgInfoUrl'] = 'http://dic.dev.nicovideo.jp/oekaki_info/26'; 53 48 /* 49 parameters['oekakiId'] = 26; 50 parameters['baseImgUrl'] = 'http://dic.dev.nicovideo.jp/oekaki_layers/26'; 51 parameters['baseImgInfoUrl'] = 'http://dic.dev.nicovideo.jp/oekaki_info/26'; 52 */ 53 } 54 54 55 this.enabled = false; 55 56 if (parameters['postUrl'] && parameters['cookie'] && parameters['magic'] && parameters['redirectUrl']) { as3/gunyarapaint/trunk/gunyarapaint/src/gunyarapaint.mxml
r1308 r1482 12 12 </mx:Script> 13 13 <mx:Canvas id="toolCanvas" x="0" y="0" width="685" height="102"> 14 <mx:Label id="versionLabel" x="238" y="9" text="ver.2008 060201"/>14 <mx:Label id="versionLabel" x="238" y="9" text="ver.2008100201"/> 15 15 <mx:Label x="28" y="7" text="名前"/> 16 16 <mx:TextInput id="fromTextInput" x="55" y="3" maxChars="32" fontSize="14" focusThickness="0"/> … … 41 41 </gpcontrol:GPLayerWindowControl> 42 42 <mx:Button id="windowsResetButton" x="10" y="101" label="ウィンドウ初期状態" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17"/> 43 <mx:Button id="passwordButton" x="117" y="101" label="ふっかつのじゅもん" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17" />43 <mx:Button id="passwordButton" x="117" y="101" label="ふっかつのじゅもん" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17" enabled="false"/> 44 44 </mx:Application> as3/gunyarapaint/trunk/picokakiko/src/picokakiko.as
r1472 r1482 52 52 } 53 53 54 private function getMMLHandler( data:ByteArray):void {55 mml.text = data.toString();54 private function getMMLHandler(com:Com):void { 55 mml.text = com.data.toString(); 56 56 mml.enabled = true; 57 57 playButton.enabled = true; 58 58 } 59 59 60 private function completePostMMLHandler(com:Com , data:ByteArray, errStr:String):void {61 if ( errStr) {60 private function completePostMMLHandler(com:Com):void { 61 if (com.errStr) { 62 62 // error 63 Alert.show( errStr, ALERT_TITLE);63 Alert.show(com.errStr, ALERT_TITLE); 64 64 postPicoButton.enabled = true; 65 65 } else if (com.data.toString()) { as3/gunyarapaint/trunk/picokakiko/src/picokakiko.mxml
r1343 r1482 10 10 <mx:Script source="picokakiko.as"> 11 11 </mx:Script> 12 <mx:Label x="10" y="383" text="ver.2008 091101"/>12 <mx:Label x="10" y="383" text="ver.2008100201"/> 13 13 <mx:Label x="28" y="7" text="名前"/> 14 14 <mx:TextInput id="fromTextInput" x="61" y="3" maxChars="32" fontSize="14" width="154"/>

