Changeset 107 for trunk/buddypub
- Timestamp:
- 04/25/08 17:31:12 (9 months ago)
- Location:
- trunk/buddypub/bpclientflex
- Files:
-
- 4 modified
-
.actionScriptProperties (modified) (1 diff)
-
.project (modified) (1 diff)
-
src/assets/css/buddypub_style.css (modified) (1 diff)
-
src/org/cnflex/buddypub/mvc/view/container/Main.mxml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/.actionScriptProperties
r92 r107 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <actionScriptProperties mainApplicationPath="index.mxml" version="3"> 3 <compiler additionalCompilerArguments="-locale en_US -services "D:\FlexLession\AppDevelopment\workspace\bpclientflex\src\services-config.xml"" 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 "D:\FlexLession\AppDevelopment\workspace\bpclientflex\src\services-config.xml"" 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"> 4 4 <compilerSourcePath/> 5 5 <libraryPath defaultLinkType="3"> -
trunk/buddypub/bpclientflex/.project
r92 r107 20 20 <name>bin-debug</name> 21 21 <type>2</type> 22 <location>D:/ FlexLession/www/swf</location>22 <location>D:/Projects/melinky/httproot/swf</location> 23 23 </link> 24 24 </linkedResources> -
trunk/buddypub/bpclientflex/src/assets/css/buddypub_style.css
r106 r107 14 14 textSelectedColor: #FF6633; 15 15 color: #009DFF; 16 rollOverColor: # FFBB99;16 rollOverColor: #D0DDDD; 17 17 } 18 18 TextInput -
trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/view/container/Main.mxml
r105 r107 26 26 <mx:Spacer width="100%"/> 27 27 <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" /> 29 29 <mx:Image id="searchBtn" source="@Embed(source='assets/pic/search.gif')" enabled="false" 30 30 buttonMode="true" useHandCursor="true" click="searchKeyword()"/> … … 32 32 <mx:HBox paddingBottom="20" paddingTop="20"> 33 33 <mx:VBox width="300"> 34 <!-- Define each panel using a VBox container. -->34 <!-- 35 35 <container:ContentBox label="当前播放列表"> 36 36 <mx:Label text="Accordion container panel 1"/> … … 44 44 <mx:Label text="Accordion container panel 3"/> 45 45 </container:ContentBox> 46 46 --> 47 47 </mx:VBox> 48 48 <mx:ViewStack minHeight="400" width="100%">
