Write your Flex application (MXML).
写Flex应用(mxml)。
mxml file created in the maps folder.
它只是在maps文件夹中创建的一个 .mxml文件。
Defining the application user interface in MXML.
用mxml定义应用程序用户界面。
MXML file to look like the code shown in listing 3.
根据清单3中的代码修改WebServiceFlex .mxml文件。
MXML is a powerful declarative XML format that helps.
MXML是一个强大的声明性xml格式,有助于。
Modify the jsonrpcserializing. MXML file as shown in listing 10.
根据清单10修改jsonrpcserializing.mxml文件。
The code for the FXG component is similar to that of an MXML component.
FXG组件的代码与MXML 组件的代码类似。
To compile your MXML file, issue the following command: MXMLC hello.mxml.
要编译mxml文件,发出以下命令:mxmlc hello . mxml。
The root element of an MXML document is a subclass of the Application class.
一个MXML文档的根元素是application类的一个子类。
Next, take a look at Listing 14, which is the MXML to generate the pie chart.
接下来,看看清单14,这是用于生成饼状图的mxml。
The layout and UI components are defined in an XML-based language called MXML.
布局和UI组件在一种基于XML的语言MXML中定义。
As my Flex skills progress, I am developing an appreciation for the beauty of MXML.
随着我Flex技能的进步,我对MXML之美越来越欣赏。
The code sample in Listing 1 demonstrates MXML markup for a Flex DataGrid component.
列表1中的代码示例演示了FlexDataGrid组件的MXML标记。
Then, Flex Builder 3 will generate a primary MXML with the same name of new project.
之后,FlexBuilder3将生成一个主MXML,名称与新项目的名称相同。
In other words, being able to do more in MXML means that less ActionScript code is required.
换句话说,能够使用MXML做更多的工作意味着需要更少的ActionScript代码。
First, you can create applications using a combination of MXML markup and ActionScript code.
首先,您可以使用MXML标记和ActionScript代码创建应用程序。
Second, once you've written a Flex application, you compile the code using the MXML compiler.
其次,编写完Flex应用程序之后,使用MXML编译器编译代码。
MXML is an XML-based markup language that is primarily used to layout application display elements.
MXML是一种基于XML的标记语言,主要用于应用程序的外观布局。
The first step in declaring a web service using MXML is to select the web services WSDL definition.
使用MXML描述Web服务的第一步是选择Web服务的WSDL定义文件。
ActionScript provides flow control and object manipulation features that are not available in MXML.
ActionScript提供了MXML内所没有的流控制和对象处理特性。
The bottom line is none of the frameworks is doing enough to leverage the declarative nature of MXML.
关键是所有框架在利用MXML的声明性本质上做的都不够好。
It lets you configure your application declaratively in MXML and does most of the boring things for you.
它只是让你用MXML声明的方式来对应用程序进行配置,大部分令人厌烦的工作它会替你完成。
Up until this point, we focused on defining the MXML elements needed to invoke a web services operation.
直到现在,我们都集中在定义调用一个Web服务操作所需要的MXML元素。
Using the compiler, you can compile these .mxml files and ActionScript files to Adobe Flex applications.
使用编译器,您可以将 .mxml文件和ActionScript 文件编译为AdobeFlex应用程序。
Now open your command prompt, navigate to the project folder, and compile the MXML source file once more.
现在,打开命令提示符并导航到项目文件夹,然后再次编译mxml源文件。
Support for using MXML tags to specify controllers in MXML files instead of a separate ActionScript file.
支持使用MXML标签在MXML文件中指定控制器来代替单独的ActionScript文件。
Go to that directory at the command prompt and run the batch file with the MXML filename as the argument.
在命令提示下来到目录,用mxml文件名称作为变量开始运行批文件。
Using Mate, the mxml view definitions become really simple and uncluttered with anything but the view code.
通过使用Mate,mxml的视图定义变得非常简单和干净,其中只包含视图代码。
These include MXML elements and attributes which values are independent of the specific SOAP binding settings.
这些包括了 MXML元素和相应的属性,这些属性的值不依赖于专门的SOAP绑定设置。
While there are several ways to work with UIs in Flex, you will use MXML components to layout your application.
尽管用Flex创建用户界面有好几种方法,但您将使用MXML组件来组织应用程序的布局。
应用推荐