Changeset 3157 for platform/flex

Show
Ignore:
Timestamp:
12/15/07 11:39:06 (5 years ago)
Author:
xcezx
Message:
  • platform/flex/SpeedCubeTimer/trunk/SpeedCubeTimes.{as,mxml,swf}: スクランブル手順の文字サイズ変更と、 Label -> TextInput? への変更。
Location:
platform/flex/SpeedCubeTimer/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • platform/flex/SpeedCubeTimer/trunk/SpeedCubeTimer.as

    r3125 r3157  
    11import flash.utils.Timer; 
    22import flash.events.TimerEvent; 
     3import flash.events.FocusEvent; 
    34 
    45import mx.controls.Alert; 
  • platform/flex/SpeedCubeTimer/trunk/SpeedCubeTimer.mxml

    r3125 r3157  
    1212    Label { fontSize: 96pt; fontFamily: "Trebuchet MS"; } 
    1313    Alert { fontSize: 14pt; fontFamily: "Trebuchet MS"; } 
    14     .caption { fontSize: 14pt; } 
     14    TextInput { borderStyle: none; backgroundColor: transparent; } 
     15    .caption { fontSize: 12pt; } 
    1516  </mx:Style> 
    1617 
     
    2526 
    2627  <mx:Label id="counter" /> 
    27   <mx:Label id="scramble" styleName="caption" /> 
     28  <mx:TextInput id="scramble" styleName="caption" editable="false" /> 
    2829 
    2930</mx:Application>