热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Flex图表是否可以在免费的FlexSDK中使用?-AreFlexchartsavailableinthefreeFlexSDK?

HmmmmItappearsthatchartsareonlyavailablethroughtheFlexSDKthatcomesbuilt-inwithFle

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.

嗯...看起来图表只能通过Flex Builder内置的Flex SDK获得。这是一个问题,因为我想使用Flex 3.3,而Flex Builder附带3.2。

Eclipse is also ticking me off, and I prefer to use a different IDE (FlashDevelop).

Eclipse也让我感到厌烦,我更喜欢使用不同的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?

有什么方法吗?还有什么不包含在我应该注意的免费SDK中吗?

6 个解决方案

#1


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.

这些图表仅适用于专业的Flex Builder插件。但是,如果您拥有FB许可证,则没有理由不能将这些库用于FlashDevelop。

#2


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".

您可以从Adobe网站下载数据可视化组件:http://www.adobe.com/cfusion/entitlement/index.cfm?e = flex3sdk - 这是在页面底部的下载,查找“Adobe Flex” 3.3数据可视化组件“。

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.

但是,即使您可以下载组件,仍然需要许可证才能在您的应用程序中使用它们。除非在使用MXMLC进行编译时使用有效的数据可视化许可证,否则组件将在其上显示水印。

#3


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.

正如riaflexer所提到的,如果您需要Adobe图表组件,您可以从Adobe下载这些组件,并将它们安装到您的Flex Builder副本中 - 前提是您已拥有图表组件的许可证。

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 SDK一起使用的图表和数据可视化组件,那么您应该查看Axiis数据可视化框架。它是一个开源数据viz框架,可用于创建您能想到的任何类型的图表组件。此外,由于它是在Degrafa之上构建的,因此可以非常轻松地自定义图表的外观。它仍处于alpha状态,但到目前为止似乎仍然运行良好。

#4


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.

从2010年2月19日发布的公告中可以看出,flex图表库已经大致从flex 4的发布开源。

#5


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应用程序进行单元测试的唯一方法。

#6


according to Flex 3 SDK Release notes,

根据Flex 3 SDK发行说明,

Flex Charting package enhancements – Flex 3 improves the Charting package with a number of enhancements. The axis system can now support multiple axes, and the DateTimeAxis allows for work-week filtering. A new data-oriented graphics API allows you to draw data coordinates, leaving the chart to render everything in its proper screen position. There are new formatting options and added interaction capabilities for all of the existing charts. Available only with Flex Builder Professional.

Flex Charting软件包增强功能 - Flex 3通过许多增强功能改进了Charting软件包。轴系统现在可以支持多个轴,DateTimeAxis允许工作周过滤。新的面向数据的图形API允许您绘制数据坐标,让图表将所有内容呈现在正确的屏幕位置。所有现有图表都有新的格式选项和添加的交互功能。仅适用于Flex Builder Professional。

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...

我期待使用命令行或FlashDevelop来执行Flex 3,但似乎并未涵盖所有功能。您可能希望安装Flex Builder 3,在安装时跟踪它以查看它添加到系统中的值(如注册表项),然后在卸载时卸载并删除这些条目...但这太多了......


推荐阅读
  • 在将 Android Studio 从 3.0 升级到 3.1 版本后,遇到项目无法正常编译的问题,具体错误信息为:org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processDemoProductDebugResources'。 ... [详细]
  • Irish budget airline Ryanair announced plans to significantly increase its route network from Frankfurt Airport, marking a direct challenge to Lufthansa, Germany's leading carrier. ... [详细]
  • Android与JUnit集成测试实践
    本文探讨了如何在Android项目中集成JUnit进行单元测试,并详细介绍了修改AndroidManifest.xml文件以支持测试的方法。 ... [详细]
  • 实践指南:使用Express、Create React App与MongoDB搭建React开发环境
    本文详细介绍了如何利用Express、Create React App和MongoDB构建一个高效的React应用开发环境,旨在为开发者提供一套完整的解决方案,包括环境搭建、数据模拟及前后端交互。 ... [详细]
  • 在Effective Java第三版中,建议在方法返回类型中优先考虑使用Collection而非Stream,以提高代码的灵活性和兼容性。 ... [详细]
  • 探讨低代码行业发展现状,分析其未能催生大型企业的原因,包括市场需求、技术局限及商业模型等方面。 ... [详细]
  • Flutter 核心技术与混合开发模式深入解析
    本文深入探讨了 Flutter 的核心技术,特别是其混合开发模式,包括统一管理模式和三端分离模式,以及混合栈原理。通过对比不同模式的优缺点,帮助开发者选择最适合项目的混合开发策略。 ... [详细]
  • 在Java开发中,保护代码安全是一个重要的课题。由于Java字节码容易被反编译,因此使用代码混淆工具如ProGuard变得尤为重要。本文将详细介绍如何使用ProGuard进行代码混淆,以及其基本原理和常见问题。 ... [详细]
  • 万事开头难,凡事都有套路,勇敢迈出第一步就成功一大半了。本节将带领初学者们迈出属于自己的一小步。本书的开发工具采用AndroidStudio࿰ ... [详细]
  • 在软件开发过程中,经常需要将多个项目或模块进行集成和调试,尤其是当项目依赖于第三方开源库(如Cordova、CocoaPods)时。本文介绍了如何在Xcode中高效地进行多项目联合调试,分享了一些实用的技巧和最佳实践,帮助开发者解决常见的调试难题,提高开发效率。 ... [详细]
  • Hyperledger Fabric 1.4 节点 SDK 快速入门指南
    本文将详细介绍如何利用 Hyperledger Fabric 1.4 的 Node.js SDK 开发应用程序。通过最新版本的 Fabric Node.js SDK,开发者可以更高效地构建和部署基于区块链的应用,实现数据的安全共享和交易处理。文章将涵盖环境配置、SDK 安装、示例代码以及常见问题的解决方法,帮助读者快速上手并掌握核心功能。 ... [详细]
  • 本文详细介绍了如何在 Ubuntu 16.04 系统上配置 Qt 5.5 的交叉编译环境,特别针对 i.MX6 平台进行了优化设置。内容涵盖从基本的软件安装到高级配置的全过程。 ... [详细]
  • 深入理解Java SE 8新特性:Lambda表达式与函数式编程
    本文作为‘Java SE 8新特性概览’系列的一部分,将详细探讨Lambda表达式。通过多种示例,我们将展示Lambda表达式的不同应用场景,并解释编译器如何处理这些表达式。 ... [详细]
  • Logging all MySQL queries into the Slow Log
    MySQLoptionallylogsslowqueriesintotheSlowQueryLog–orjustSlowLog,asfriendscallit.However,Thereareseveralreasonstologallqueries.Thislistisnotexhaustive:Belowyoucanfindthevariablestochange,astheyshouldbewritteninth ... [详细]
  • 实现系统调用
    实现系统调用一、实验环境​本次操作还是基于上次编译Linux0.11内核的实验环境进行操作。环境如下:二、实验目标​通过对上述实验原理的认识,相信 ... [详细]
author-avatar
魔术师-文放
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有