Changeset 107 for trunk/buddypub

Show
Ignore:
Timestamp:
04/25/08 17:31:12 (9 months ago)
Author:
silver
Message:
 
Location:
trunk/buddypub/bpclientflex
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/buddypub/bpclientflex/.actionScriptProperties

    r92 r107  
    11<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
    22<actionScriptProperties mainApplicationPath="index.mxml" version="3"> 
    3   <compiler additionalCompilerArguments="-locale en_US -services &quot;D:\FlexLession\AppDevelopment\workspace\bpclientflex\src\services-config.xml&quot;" copyDependentFiles="true" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderLocation="D:/FlexLession/www/swf" outputFolderPath="bin-debug" rootURL="http://localhost/swf" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> 
     3  <compiler additionalCompilerArguments="-locale en_US -services &quot;D:\FlexLession\AppDevelopment\workspace\bpclientflex\src\services-config.xml&quot;" copyDependentFiles="true" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderLocation="D:/Projects/melinky/httproot/swf" outputFolderPath="bin-debug" rootURL="http://localhost/swf" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> 
    44    <compilerSourcePath/> 
    55    <libraryPath defaultLinkType="3"> 
  • trunk/buddypub/bpclientflex/.project

    r92 r107  
    2020                        <name>bin-debug</name> 
    2121                        <type>2</type> 
    22                         <location>D:/FlexLession/www/swf</location> 
     22                        <location>D:/Projects/melinky/httproot/swf</location> 
    2323                </link> 
    2424        </linkedResources> 
  • trunk/buddypub/bpclientflex/src/assets/css/buddypub_style.css

    r106 r107  
    1414        textSelectedColor: #FF6633; 
    1515        color: #009DFF; 
    16         rollOverColor: #FFBB99; 
     16        rollOverColor: #D0DDDD; 
    1717} 
    1818TextInput 
  • trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/view/container/Main.mxml

    r105 r107  
    2626                <mx:Spacer width="100%"/> 
    2727                <mx:TextInput id="searchBox" width="250" text="在此输入你关注的字眼" color="#BABABA"  
    28                         focusThickness="0" focusIn="focusSearch(event)" focusEnabled="false" paddingLeft="5" /> 
     28                        focusThickness="0" focusIn="focusSearch(event)" focusEnabled="false" paddingLeft="2" /> 
    2929                <mx:Image id="searchBtn" source="@Embed(source='assets/pic/search.gif')" enabled="false"  
    3030                        buttonMode="true" useHandCursor="true" click="searchKeyword()"/> 
     
    3232        <mx:HBox paddingBottom="20" paddingTop="20"> 
    3333                <mx:VBox width="300"> 
    34                         <!-- Define each panel using a VBox container. --> 
     34                        <!--                     
    3535            <container:ContentBox label="当前播放列表"> 
    3636                <mx:Label text="Accordion container panel 1"/> 
     
    4444                <mx:Label text="Accordion container panel 3"/> 
    4545            </container:ContentBox> 
    46  
     46                        --> 
    4747                </mx:VBox> 
    4848                <mx:ViewStack minHeight="400" width="100%">