Changeset 124 for trunk/buddypub
- Timestamp:
- 04/29/08 23:55:48 (8 months ago)
- Location:
- trunk/buddypub/bpclientflex
- Files:
-
- 5 added
- 3 modified
-
.actionScriptProperties (modified) (1 diff)
-
.project (modified) (1 diff)
-
src/org/cnflex/buddypub/mvc/view/container/ContentBoxCanvas.as (added)
-
src/org/cnflex/buddypub/mvc/view/container/DragHighlight.mxml (added)
-
src/org/cnflex/buddypub/mvc/view/container/Main.mxml (modified) (2 diffs)
-
src/org/cnflex/share/container (added)
-
src/org/cnflex/share/container/ContentBoxPanel.as (added)
-
src/org/cnflex/share/container/ContentBoxStateChangeEvent.as (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/.actionScriptProperties
r113 r124 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"> 6 6 <libraryPathEntry kind="4" path=""/> 7 7 <libraryPathEntry kind="1" linkType="1" path="libs"/> 8 <libraryPathEntry kind="3" linkType="1" path="/cnflexlib/bin/cnflexlib.swc" useDefaultLinkType="false"/>9 8 </libraryPath> 10 9 <sourceAttachmentPath/> -
trunk/buddypub/bpclientflex/.project
r113 r124 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
r121 r124 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" 3 xmlns:container="org.cnflex.buddypub.mvc.view.container.*" 4 xmlns:widget="org.cnflex.share.widget.*" 5 xmlns:controls="flexlib.controls.*" verticalScrollPolicy="off" horizontalScrollPolicy="off" 6 xmlns:containers="flexlib.containers.*" xmlns:view="com.river.view.*"> 2 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" 3 verticalScrollPolicy="off" horizontalScrollPolicy="off" 4 xmlns:view="org.cnflex.buddypub.mvc.view.container.*" 5 xmlns:contentbox="org.cnflex.share.container.*"> 7 6 <mx:Script> 8 7 <