免费的 Flex SDK 中是否提供 Flex 图表?
嗯嗯... 图表似乎只能通过 Flex Builder 内置的 Flex SDK 获得。 这是一个问题,因为我想使用 Flex 3.3,而 Flex Builder 附带了 3.2。
Eclipse 也让我很恼火,我更喜欢使用不同的 IDE (FlashDevelop)。
有什么办法解决这个问题吗? 还有什么是我应该注意的免费 SDK 中未包含的内容吗?
Hmmmm...
It appears that charts are only available through the Flex SDK that comes built-in with Flex Builder. This is a problem, since I want to use Flex 3.3, and Flex Builder came with 3.2.
Eclipse is also ticking me off, and I prefer to use a different IDE (FlashDevelop).
Any way around this? And is there anything else that isn't included the the free SDK that I should be aware of?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
这些图表仅适用于专业的 Flex Builder 插件。 但是,如果您拥有 FB 许可证,则没有理由不能将这些库与 FlashDevelop 一起使用。
The charts are only available with the professional Flex Builder plugin. If you have a FB license, however, there is no reason you can't use the libraries with FlashDevelop.
您可以从 Adobe 网站下载数据可视化组件:http:// /www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk - 这是页面底部的下载,查找“Adobe Flex 3.3 数据可视化组件”。
但是,即使您可以下载这些组件,您仍然需要许可证才能在应用程序中使用它们。 除非在使用 MXMLC 编译时使用有效的数据可视化许可证,否则这些组件将在其上显示水印。
You can download the Data Visualization components from the Adobe website here: http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk - It's the download at the bottom of the page, look for "Adobe Flex 3.3 Data Visualization Components".
However, even though you can download the components, you will still need a license to use them in your applications. The components will display a watermark over them unless a valid data visualization license is used when compiling with MXMLC.
正如 riaflexer 所提到的,如果您需要 Adobe 图表组件,您可以从 Adobe 下载这些组件,并将它们安装到您的 Flex Builder 副本中 - 前提是您已经拥有图表组件的许可证。
但是,如果您正在寻找可与免费 Flex SDK 一起使用的图表和数据可视化组件,则应该查看 Axis 数据可视化框架。 它是一个开源数据可视化框架,可用于创建您能想到的几乎任何类型的图表组件。 此外,由于它构建在 Degrafa 之上,因此自定义图表的外观相当容易。 它仍处于 alpha 阶段,但到目前为止似乎仍然运行良好。
As mentioned by riaflexer, if you need the Adobe charting components, you can download those from Adobe, and install them into your copy of Flex Builder - provided that you already have a license for the charting components.
However, if you're looking for charting and data visualization components that you can use with the free Flex SDK, you should take a look at the Axiis Data Visualization Framework. It's an open source data viz framework that can be used to create just about any type of charting component you could think of. Also, since it's built on top of Degrafa, it's fairly easy to customize the look of your charts. It's still in alpha, but it still seems to work pretty well so far.
Flex 图表库大约从 Flex 4 发布前后开始开源,正如您从 2010 年 2 月 19 日的公告中看到的那样 此处。
The flex charting libraries have been made open source from roughly around the release of flex 4, as you can see from the announcement on February 19, 2010 here.
内存分析器和自动测试工具仅适用于专业版。 测试工具仍处于起步阶段,但它们看起来越来越好,而且每天都在进步,而且它们是对 Flex 应用程序进行单元测试的唯一方法。
The memory profiler and automated testing tools are only available with the professional version. The test tools are still in their infancy, but they are looking better and better and every day, but are the only way to do unit testing of Flex apps.
根据 Flex 3 SDK 发行说明,
我期待使用命令行或 FlashDevelop 来实现 Flex 3,但似乎并未涵盖所有功能。
您可能想要安装 Flex Builder 3,在安装时对其进行跟踪,以查看它向系统添加了哪些值(例如注册表项),然后在卸载时卸载并删除这些项...但这工作量太大了...
according to Flex 3 SDK Release notes,
I was looking forward to doing Flex 3 using command line or FlashDevelop, but it seems not all features are covered.
You might wanna install Flex Builder 3, track it while it is installing to see what values it is adding to the system like registry entries, and then uninstall and remove those entries when doing uninstall... but that's too much work...