+ -
当前位置:首页 → 问答吧 → mxml非可视化组件创建

mxml非可视化组件创建

时间:2010-11-16

来源:互联网

<?xml version="1.0" encoding="utf-8"?>
<rds:ServiceLocator xmlns:rds="com.adobe.cairngorm.business.*"
                                   xmlns:mx="http://www.adobe.com/2006/mxml">
       <mx:RemoteObject id="_login"
                                    destination="Login"
                                    showBusyCursor="true"/>
       
       <mx:RemoteObject id="_menuProcess"
                                    destination="MenuProcess"
                                    showBusyCursor="true"/>
道友,请问用mxml怎么创建非可视组件?
我实现数组的功能,能像rds:ServiceLocator一直放mx:RemoteObject

作者: jimmyshenghua   发布时间: 2010-11-16

在<mx:Script>塊中創建。

作者: enc0717   发布时间: 2010-11-16