利用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
老外的想法不得不佩服!
相关文档:
1、自定义组件
2、自定义事件
3、结合使用
一、自定义组件(使用的是Flex组件,ActionScript组件相对麻烦点,可视化差点)
该组件由一个TextArea和两个Button组成,如图:
代码:
MyComponent.mxml
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width=" ......
润乾即时报表不仅可以通过拖拽的方式轻松实现各种常见类型的web报表制作,而且在展现报表时还提供了灵活的Flex工具条,可以通过Flex工具条实现调整列宽、排序和过滤显示数据等功能。下面就先简单的介绍一下如何使用Flex工具条实现数据按某列排序。 我们设计一个简单类型的报表,报表查看如下图 现在我们设置数据按照 雇员 ......
[原创]Flex中DataGrid分页(客户端、服务端)
这两天做了一个Flex的DataGrid分页(paging)控件,支持客户端、服务端两种分页形式;这里着重分享一下思路,虽然是用flex做的,但只要掌握了思路,用别的编程语言也能达到同样的效果。
组件运行截图:
设计思路:
1,客户端、服务端
(1)客户端分页:将 ......