Category Archives: Flex

有关Flex,ActionScript,AIR…

Flex 开源框架Athena —- Remote Object 管理利器

雅典娜框架是一个针对Flex企业级应用开发的对象关系映射(ORM)框架,  适用于Java作为服务器端的应用. 服务器端使用MetaData配置数据结构, 极大简化了Flex/Flash RIA 应用程序开发流程.
image
Demo演示http://athenasource.org/flex/videog

More…

Posted in ActionScript, Flex | Tagged , , , | Leave a comment

Flex 自定义Event 低级错误一例: 未重写Clone方法, 导致类型转换失败

自定义Event必须及时重写Clone与toString方法….

Posted in ActionScript, Flex | Tagged , , , | Leave a comment

Flex Android 开发教程:Flex for Android in 90 Minutes

  • Part 1: Creating a Basic Mobile Application
  • Part 2: Using Mobile Item Renderers
  • Part 3: Navigating and Passing Information between Views
  • Part 4: C

More…

Posted in Flex | Tagged , | Leave a comment

Flex中设置鼠标样式

image
上面是一个Render, 一个由image, label等组成的Box.
默认状态下鼠标划过时为普通状态或字符编辑状态, 为了使鼠标滑过时样式变为手型, 可使用:
useHandCursor = true;
buttonMode = true;
mouseChildren = fal

More…

Posted in Flex | Tagged , , | Leave a comment

Flex Build时包含Localization文件

最近Build新工程, 在Build文件中已经包含了locale文件, 但Build出来仍旧只是英文…后来想起来是自己的flex-config文件没有改…:(.如果要在Build中包含Localization, 则需要对flex-config.xml进行配置: 将要build

More…

Posted in Flex | Tagged , | Leave a comment