易截截图软件、单文件、免安装、纯绿色、仅160KB

利用VC2008的插件去开发Flex和Ruby

tofino  http://www.ensemble.com/products/tofino.html
Ensemble Tofino for Visual Studio is a plugin that enables .NET
developers to create Flex front ends for their applications in the same
IDE that they normally use. Instead of using a separate text or XML
editor and manually invoking the compiler, they can move smoothly
between MXML and .NET file types within Visual Studio, and invoke Flex
build and run commands from Visual Studio menus.
Amethyst (Adobe Flex IDE) http://www.sapphiresteel.com/Download-Amethyst-Adobe-Flex-IDE
Amethyst
is SapphireSteel’s IDE for programming rich web-based and desktop applications using Adobe Flex and AIR [1
].
This page includes a link to download Amethyst (beta), plus information
on its installation and use. Please be sure to read the installation
advice before
installing Amethyst
老外的想法不得不佩服!


相关文档:

Flex:ArrayCollection转xml形式的实例

ArrayCollection转成xml类型示例
下面模拟一组数据exams,将其转化为xml形式.详细代码见下:
Xml代码
<?xml version="1.0" encoding="utf-8"?>  
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" fontSize="12"  creationComplet ......

Flex中DataGrid分页(客户端、服务端)

[原创]Flex中DataGrid分页(客户端、服务端)
  这两天做了一个Flex的DataGrid分页(paging)控件,支持客户端、服务端两种分页形式;这里着重分享一下思路,虽然是用flex做的,但只要掌握了思路,用别的编程语言也能达到同样的效果。
组件运行截图:
 
设计思路:
1,客户端、服务端
  (1)客户端分页:将 ......

Flex加载图片

Flex使用Loader和URLRequest加载本地图片示例:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute">
<mx:Script>
<![CDATA[
import mx.core.UIComponent;
import mx.controls.Alert;
import flash.display.*;
i ......

flex 制作的简单计算器

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal">
    <mx:Panel width="382" height="277" layout="absolute">
    ......

Flex 本地安全策略问题

今天在做项目的时候遇到了一个问题,访问xml文件就是成功不了。看了看以前写过的代码都可以,而这个项目中为什么就不行了呢?仔细查看了目录,是百思不得其解啊。
错误信息:*** Security Sandbox Violation ***
Connection to file:///C|/loading.swf halted - not permitted from xxxx/data.xml。这个xml是在工程里面sr ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号