Using Datavisualization.swc in my Flex Builder - apache-flex

I have upgraded my Flex Builder compiler to SDK 3.2 from SDK 3.0 and as a result unable to use AdvanceDataGrid in my application anymore. I think I need to download the 'datavisualization_SDK3.2.zip’ and add it to my build path to be able to use it again. Can anyone please provide me the link where I can download it ? Or any other suggestion in this regard.
Thanks in Advance.
Ashine.

I got this SWC inside latest Flash Builder setup #{myPath}\sdks\3.5.0\frameworks\libs in the form of 'datavisualization.swc'.
Thanks again.

Related

Flex Builder SDK

for a current project I have to work with Adobe Flex Builder 3, but need to change the used SDK. My problem is, that I don't even get the chance to do so. As you can see in the picture below there are no further options where there should be. Does anyone know this problem or is there a clue on how to solve it?
http://s1.directupload.net/file/d/2869/8v99rg8y_jpg.htm
Greetz
MD
Check that you have SDKs installed under
C:\Program Files\Adobe\Flex Builder 3\sdks

Flash Builder 4.5: could not resolve X to a component implementation

I just upgraded out Flex project to use SDK version 4.5.1.21328 and the Flash Builder to version 4.5
All of the sudden, I'm getting several red tags on the Flash Builder: "could not resolve s:State/fx:Script/whatever to a component implementation"
However, the project builds fine with Maven, and seems to work well too.
Does anyone have any information on how to remove these "problems"?
Thanks.
Finally managed to find a workaround. Adding
--namespace+=http://ns.adobe.com/mxml/2009,${flexlib}/mxml-2009-manifest.xml --namespace+=http://www.adobe.com/2006/mxml,${flexlib}/mxml-manifest.xml --namespace+=library://ns.adobe.com/flex/spark,${flexlib}/spark-manifest.xml
to the "Additional compiler arguments" in properties -> Flex Compiler seems to remove all the red markers.
Great tip. Error I was getting was:
Could not resolve <mx:RichTextEditor> to a component implementation.
I had to add the above settings and do the following to get mine to compile.
Here's what I did:
project properties->Flex Build->Path-> Library path tab. press Add SWC...
add C:/Program Files/Adobe/Adobe Flash Builder 4.5/sdks/4.5.1/frameworks/libs/mx/mx.swc
Then in the Source Path tab press add folder navigate to:
C:/Program Files/Adobe/Adobe Flash Builder 4.5/sdks/4.5.1/frameworks/projects/mx/src
then add in the namespaces as listed in the above article. That fixed it for me.
Clean.
Just as the commenter said, usually just a strange Flash Builder bug. If Project -> Clean... doesn't fix it, comment or revise question.
Your batch builder might be using a different set of library files than the IDE. Look in Project | Properties under Build Path and see what version of the SDK it's using.

Why Flash Firebug doesn't work with flex 4.5?

Why Flash Firebug doesn't work with flex 4.5?
UPDATE:
Hy!
I have Flex 4.5 and in the main application, in the script tag I write:
import ominds.Firebug;
I use flash player WIN 10,1,85,3 Debug enabled.
I export swf as 10.1.85 version.
And when I open the flashFirebug I get this:
"No SWF files with the O-Minds package found, you should import the O-Minds package into your flash files. For more information visit: o-minds.com/products/flashfirebug"
I appreciate any help (:
I'm using robotlegs if this matters...
Check out FlashFirebug 3.0, I haven't personally tried it with Flex, but it's reported to work. Here's the product homepage
http://www.o-minds.com/products/flashfirebug
hello man just get the new update "2.0" it works with flex and even you don't need to import the package anymore, and also you can debug any swf on the web :D
Have you tried updating your debugger to the latest version? As long as you're exporting to a SWF and to a valid version of Flash, it should work. I'm using the Beta Debugger for Flash 10.2 and I have no issues using Flashbug.

Flash compile error 1017

I'm getting this error when compiling a newly created application with SDK 4.1:
1017: The definition of base class Application was not found.
I can click on the SDK library path in the Flash Builder Explorer and navigate to the spark->components->Application object.
At least one other application linked to the same SDK compiles just fine.
For current time, the best solution will be:
Try to make a flex3 project, and let us know if it works.
Try to download any sample 4.1 project and try to compile, and let us know.
If you are using flex builder pack, use a plugin pack instead. Or conversely.
Try uninstall it completely and reinstall again.
Check if sdk 4.1 exist in your C:\Users\%USER%\AppData*Adobe*\ folder.
Let us know.
Thank you.

Flex drawing example error

I am new to flex and i am trying to run the code for flex drawing application example given at following path:
http://www.flashcomguru.com/components/flex_whiteboard/whiteboard_demo/srcview/index.html
But I get the following error at the compile time:
''Unable to locate specified base class 'Whiteboard.WhiteboardManager' for component class 'Whiteboard.Whiteboard'.''
Please someone suggest me that why it is coming and how i can overcome this.I am using Flash player version 10 and flex 3.0 sdk for the project.
Please help.
Thanks in advance.
You need to include the WhiteBoard.swc library in your project. If you're using Eclipse/Flex Builder go to project properties -> flex build path -> library path -> add swc. Or moving it to the libs folder should be enough.
The sources for the component are not included in that demo as it is not a free component. I didn't see a demo version either, so unless you buy it, you probably won't be able to run those sources locally.
Sounds to me like your source paths aren't set up correctly. Have a read of this article to see how source paths are set up
http://www.cove.org/ape/quickstart_fb.htm

Resources