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
Related
I have a problem with Flash, so that Flash Builder shows an error icon on my project (and I can't run my project) but there's no error I'm sure -> I's working on this project and there's not any error in it AND flash builder doesn't show any error on any file. Any helps? How can I resolve this problem?
Note: I'm using Flex SDK 4.6 and BlazeDS...
Sometimes when odd things like this happen, you can fix them by cleaning the project or the workspace.
You can clean the project by selecting "Clean" from the project menu in Flash Builder.
To clean the work space, you want to first shut down Flash Builder. Then relaunch Flash Builder using the '-clean' command line argument.
Per the comments on the original question, your solution was the latter.
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.
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.
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.
I'm a little bit confused.
I want to start learn Flex3 with Eclipse and the FlexPlugin .
But I can't find the link.
Is the Standalone version of FlexBuilder free ?
How do i set up the Enviorement ?
Do i have to download the FlexBuilder ( free?)
Or do i have to download Eclipse and then add the plugin ( link ? )
Can anyone help me :(
Flex Builder Standalone will work as is just download and use, but no version of flex builder is free, you get a trail version of 30 days or so.
For Flex Builder plugin version you need to first download Eclipse from eclipse.org and then download the Flex plugin. On installation of the flex plugin, the wizard will prompt you to point it the eclipse (unzipped) location, it will take care of installing the plugins.
The plugin version is useful if you want to work on java based projects, if you just want to learn flex use Flex Builder Standalone version.
Flex Builder is not free. You can use Flash Develop together with flex sdk (both are free) to get syntax highlighting and code completion in mxml/AS files.
Actually, you can get hold of Flex Builder for free, assuming you fit into one of two categories, if you are unemployed or in education (educator or student)
See freeriatools.
Adobe Flex Builder is not free but you can download trial. Flex SDK is free though and will be enough at least for hello world examples.