Changeset 130 for trunk/buddypub
- Timestamp:
- 04/30/08 23:55:18 (8 months ago)
- Location:
- trunk/buddypub/bpclientflex
- Files:
-
- 3 modified
-
.actionScriptProperties (modified) (1 diff)
-
.project (modified) (1 diff)
-
src/org/cnflex/buddypub/mvc/view/container/Main.mxml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/.actionScriptProperties
r126 r130 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:/ Projects/melinky/httproot/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:/FlexLession/www/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
r126 r130 20 20 <name>bin-debug</name> 21 21 <type>2</type> 22 <location>D:/ Projects/melinky/httproot/swf</location>22 <location>D:/FlexLession/www/swf</location> 23 23 </link> 24 24 </linkedResources> -
trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/view/container/Main.mxml
r127 r130 30 30 </mx:HBox> 31 31 <mx:HBox paddingBottom="0" paddingTop="5" width="100%" height="100%" paddingLeft="10" paddingRight="10"> 32 <view:ContentBoxCanvas width="100%" minHeight=" 600" height="100%" >32 <view:ContentBoxCanvas width="100%" minHeight="300" height="100%" > 33 33 <view:displayItems> 34 34
