Changeset 113 for trunk/buddypub

Show
Ignore:
Timestamp:
04/28/08 18:52:00 (8 months ago)
Author:
silver
Message:
 
Location:
trunk/buddypub/bpclientflex
Files:
3 modified

Legend:

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

    r112 r113  
    66      <libraryPathEntry kind="4" path=""/> 
    77      <libraryPathEntry kind="1" linkType="1" path="libs"/> 
     8      <libraryPathEntry kind="3" linkType="1" path="/cnflexlib/bin/cnflexlib.swc" useDefaultLinkType="false"/> 
    89    </libraryPath> 
    910    <sourceAttachmentPath/> 
  • trunk/buddypub/bpclientflex/.project

    r109 r113  
    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/org/cnflex/buddypub/mvc/view/container/Main.mxml

    r112 r113  
    11<?xml version="1.0" encoding="utf-8"?> 
    2 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" xmlns:container="org.cnflex.buddypub.mvc.view.container.*" xmlns:widget="org.cnflex.share.widget.*" xmlns:controls="flexlib.controls.*" xmlns:containers="flexlib.containers.*"> 
     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.*"  
     6        xmlns:containers="flexlib.containers.*" xmlns:view="com.river.view.*"> 
    37        <mx:Script> 
    48                <![CDATA[ 
     
    3438        <mx:HBox paddingBottom="20" paddingTop="10"> 
    3539                <mx:VBox width="300">    
     40                         
     41                        <view:ResizeableAndClosePanel title="test001"> 
     42                                <mx:Label text="1111"/> 
     43                        </view:ResizeableAndClosePanel> 
     44            <view:ResizeableAndClosePanel title="test002"/> 
     45            <view:ResizeableAndClosePanel title="test003"/> 
     46            <view:ResizeableAndClosePanel title="test004"/> 
     47             
    3648                        <widget:MessageBox title="当前播放列表"/>                      
    3749                        <widget:MessageBox title="我的收藏夹"/>