WEB开发网
开发学院图形图像Flash 基于flex4技术从零开发flex博客系统 : 5 数据存储... 阅读

基于flex4技术从零开发flex博客系统 : 5 数据存储之管理Greeting

 2009-05-05 12:06:18 来源:WEB开发网   
核心提示: 运行一下,没有问题,基于flex4技术从零开发flex博客系统 : 5 数据存储之管理Greeting(3),但是FxList中内容不能点选,这是由于我们没有在GreetingItemRenderer中定义点选的状态引起的

运行一下,没有问题,但是FxList中内容不能点选。

基于flex4技术从零开发flex博客系统 : 5 数据存储之管理Greeting

这是由于我们没有在GreetingItemRenderer中定义点选的状态引起的,修改GreetingItemRenderer的代码,最终代码如下:

<ItemRenderer xmlns="http://ns.adobe.com/mxml/2009">
        
    <states>
                <State name="normal"/>
                <State name="hovered"/>
                <State name="selected"/>
        </states>
        
        <Rect left="0" right="0" top="0" bottom="0">
                <fill>
                        <SolidColor color="0xffffff" 
                                color.selected="0×666666" color.hovered="0×999999" />
                </fill>
        </Rect>
        <TextBox color="0×000000" color.selected="0xffffff" 
                text="ID:{data.id},User:{data.user}, 
                Greeting:{data.greetingContent}, 
                Date:{data.date}" 
                verticalCenter="0" left="3" right="3" top="6" bottom="4" />

</ItemRenderer>

上一页  1 2 3 4 5 6 7  下一页

Tags:基于 flex 技术

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接