`
shlei
  • 浏览: 288752 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

为什么会出现警告:Data binding will not be able to detect assignments to “**”

    博客分类:
  • FLEX
阅读更多
当我们做类的绑定时,有可能会出现Data binding will not be able to detect  assignments to 的错误,为什么呢?
首先我们了解一下FLEX编译文件的步骤:
flex在编译mxml文件的时候,会先编译非<mx:script>那包含的那一部分,在这个时候找不到这个变量就会报个worning,如果你在变量上有[Bindable]标记,那么就会先跳过编译,等程序运行时再取。
在class上面加[Bindable]等同于给所有pulich属性和get/set方法加上[Bindable],这是简化写法。
但是注意,public var myTest:Test = new Test (0,2); 如果myTest不加[Bindable],就说明这个mxml里的myTest属性是没有绑定的。类内部属性的绑定特性不能代表类实例的绑定特性。

转自http://ria.args.cn/?p=341
分享到:
评论

相关推荐

    Android Data Binding

    3. **生成绑定类**:编译时,Data Binding会自动生成一个绑定类,用于在Java代码中访问和操作布局中的元素。 4. **数据绑定表达式**:例如,`@{user.name}`表示从`user`对象中获取`name`属性并显示在UI上。 二、...

    Microsoft SharePoint 2010 Developer Reference

    They can be customized to meet specific business needs and can be linked to content types to enforce data consistency. **Site Columns** These define fields that can be reused across multiple lists ...

    WPF Data Binding with LINQ to SQL

    These tutorials describe how to map your classes to your tables manually (rather than with an automated tool like SqlMetal) so that you can have support for M:M relationships and data binding against ...

    MapX 5.0开发手册

    **6.3 How to Add Your Data to a Map** - **数据加载步骤:** 选择数据源、创建数据集、绑定数据等。 - **加载过程:** 涉及的API调用和技术要点。 **6.4 Using the Dataset Object** - **数据集对象:** 用于存储...

    cli guide and Reference

    - **Error Handling**: DB2 CLI provides better error handling mechanisms, allowing developers to detect and handle errors more efficiently. - **Performance**: By using prepared statements, DB2 CLI ...

    Msdn Magazine Feb. 2012

    - **Introduction to Model Binding**: Explanation of what model binding is and why it is important in web development. - **Types of Model Binders**: Overview of different types of model binders ...

    asp.net core英文版教程

    - **Model Binding**:模型绑定的工作原理。 - **Model Validation**:模型验证的策略。 - **Formatting Response Data**:响应数据格式化的技巧。 - **Custom Formatters**:自定义格式化器的使用。 - **File ...

    HelixToolkit.WPF文档

    **定义**: 如果对象不为空,则转换为Visibility.Visible;否则转换为Visibility.Collapsed。 **属性**: - **无特定属性** **方法**: - **无特定方法** ##### 5.4 SelfProvider **定义**: 一种特殊的...

    JIDE Desktop Application Framework(桌面应用框架) 开发员技术手册

    - **Polymorphic Resource Binding**:自动绑定资源包到对象。 - **ObjectFormat**:简化本地化。 - **Command Line Parsing**:命令行参数的捕获和解析。 - **Environment Variables**:环境变量的访问。 - **File...

    Ethercat-Ighmaster.txt

    (2)编译Ethercat 一定要保证所用编译器与内核与硬件平台一致,否则会出现内核模块不能使用或者其它未知问题 (3)内核源码要先编译通过,否则Ethercat模块将不能编译通过,因为Ethercat模块依赖于内核本身驱动模块。

    JGoodies Binding

    **JGoodies Binding** 是一个Java用户界面设计库,它专注于数据绑定技术,使得开发者能够更轻松地在Java Swing组件和应用程序模型之间建立双向数据绑定。这个库是JGoodies系列库的一部分,由Karsten Lentzsch开发,...

    WPF Binding 学习笔记

    - **简化Path**:如果数据源本身就是一个数据项,Path可简写为`{Binding}`或`{Binding .}`。 3. **C#与XAML的交互**: - **资源与变量**:C#代码能访问XAML声明的变量,但反之不行。要在XAML中创建绑定,需要将...

    salesforce dev 501 Notes

    - **Governance Limits**: Triggers must be designed to handle large volumes of data within the execution limits imposed by Salesforce. - **Best Practices**: Avoiding common pitfalls like infinite loops...

    ADF的data binding

    4. **Binding Context**:Binding Context是整个应用程序的上下文,它包含所有Binding Containers和Data Controls的信息。Binding Context提供了一个全局视图,使得在多个界面间共享数据和资源成为可能。 一个典型...

    Data Binding with Windows Forms 2.0 Programming Smart Client Data Applications with .NET

    8. **高级数据绑定技术**:涵盖Entity Framework、Linq to SQL等现代数据访问技术,这些技术简化了数据绑定过程,并提供了更强大的功能。 9. **设计时支持**:讨论Visual Studio IDE提供的设计时工具和特性,如数据...

    Flex Data Binding详解

    1. **属性值改变时**:当绑定源的属性值发生更改时,Flex会检测到这种变化并自动更新目标属性。 2. **初始化事件时**:在绑定源发出`initialize`事件时,数据绑定也会执行一次。这意味着在组件初始化期间,若设置了...

    WPF 高级.pdf

    - **数据绑定 (Data Binding)**:WPF支持强大的数据绑定机制,使得用户界面能够自动更新来自不同来源的数据变化。 #### XAML概述 XAML是一种声明式的语言,用于定义和实例化WPF应用程序中的UI元素。它不仅可以用于...

Global site tag (gtag.js) - Google Analytics