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:

<s:FormItem label="Standaard inhoud:">
   <ns:RichTextEditor id="rte"
                  creationComplete="initRte()"
                  change="rte_changeHandler(event)"
                  width="90%" height="400"/>
      
</s:FormItem>


IJ says that 'Element ns:RichTextEditor is not allowed here'.
What could be wrong here?

Thx for the help

Dany

> Op 28-mei-2015, om 16:54 heeft Michael Schmalle <teotigraphix...@gmail.com> 
> het volgende geschreven:
> 
> 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 <archeme...@mac.com> wrote:
> 
>> Hi all,
>> 
>> Due to the IntelliJ traffic recently, I finally decided to migrate my FB
>> projects to IJ.
>> 
>> I migrated a large project and several libraries. All were converted to
>> modules in IJ.
>> 
>> Setup went really well but my first run didn't succeed yet due to several
>> errors:
>> 
>> Error:(184, 0) [TelraamAdmin (module client)]: Error code: 1046: Type was
>> not found or was not a compile-time constant: ITargetBrowser.
>> Error:(100, 0) [TelraamAdmin (module client)]: Error code: 1046: Type was
>> not found or was not a compile-time constant: LicenseTargetRoot.
>> 
>> And so on....
>> 
>> It are all interfaces and/or classes I created in other modules
>> (libraries).
>> The 'types are not found' but all classes are linked (I can command-click
>> them and they do open!).
>> I must be overlooking something but don't know what.
>> 
>> Any idea's?
>> 
>> Thx,
>> 
>> Dany

Reply via email to