Are you creating a SWF or an AIR release?
Either way, you need to setup a new build target, then you should have the
menu option for it.
-Nick
On Mon, Jun 1, 2015 at 10:24 AM, Dany Dhondt wrote:
> I have succeeded to migrate from Flash Builder to IntelliJ succesfully.
> The final hurdle came u
I have succeeded to migrate from Flash Builder to IntelliJ succesfully.
The final hurdle came up though:
Exporting a release build doesn't seem straightforward!
So far, I know of this possible solutions:
1. Using ANT
2. Using MAVEN and FlexMojos
3. Using this:
http://stackoverflow.com/questions
Well seems to me it could only be one thing and that is a swc is not setup
correctly that contains the RichTextEditor and it's namespace.
I am guessing the error in laymans is actually say, RichTextEditor is not a
DisplayObject and a FormItem can only have display object children.
But the above i
Thanks Mike, that brought me a step further!
I'm facing another problem now:
I used the spark RichTextEditor. When I imported this into FB, the namespace
created was
xmlns:ns="http://flex.apache.org/experimental/ns";
In my mxml:
IJ says that 'Element ns:RichTextEditor is not all
Make sure you have the dependencies correct in your build configs and not
just your library setup. There are two parts of IJ, the module setup and
run/debug target setup.
Mike
On Thu, May 28, 2015 at 10:51 AM, Dany Dhondt wrote:
> Hi all,
>
> Due to the IntelliJ traffic recently, I finally deci