还有其他人使用 Flare 工具包吗?我需要一些帮助!
我正在尝试很棒的 Flare 工具包,但是按照教程几乎完成之后,我就陷入了困境。我正在使用 Flex 构建器,其中包含的库文件(Visualization.as)中似乎存在错误,并且我无法采取任何措施来修复它 - 我什至无法调试该错误,因为我已经在这篇文章中写了,因为 Flex生成器不显示错误消息。所以这就是问题所在。我希望得到一些指导和建议。
I am trying out the fantastic Flare toolkit, but following the tutorial almost out the gate, I got stuck. I am using Flex builder and there seems to be an error in one of the included library files (Visualization.as), and there isn't anything I can do to fix it -- I can't even debug the error, as I already wrote in this post, because Flex Builder doesn't show the error messages. So that is the problem. I'd appreciate some direction and advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我希望这可能有所帮助:但首先为什么不能调试?
无论如何,我正在像你一样做。尝试再次下载工具包并创建一个新项目,然后按照教程建议将flare导入到您的项目中:
1.
在导航器窗格中,右键单击“Tutorial”项目的顶部文件夹
2.
单击上下文菜单中的“属性”
3.
在出现的对话框中,单击左侧面板中的“ActionScript Build Path”(它应该是从顶部开始的第三项)
4.
单击右侧面板中的“库路径”选项卡
5.
单击“添加项目”按钮
6.
您现在应该看到项目列表,包括耀斑。
7.
选择“耀斑”,然后单击“确定”
让我知道这是否有帮助
I hope this may help: but first why can't you debug ?
Anyhow I am doing as you are. Try downloading the toolkit again and making a fresh project then follow the tutorial advice on importing flare into your project:
1.
In the Navigator pane, right click the top folder of the “Tutorial” project
2.
Click “Properties” in the context menu
3.
In the resulting dialog, click “ActionScript Build Path” in the left panel (it should be the 3rd item from the top)
4.
Click the “Library path” tab in the right panel
5.
Click the “Add Project” button
6.
You should now see a list of projects, including flare.
7.
Select “flare” and then click “OK”
Let me know if this helps