jerryj
12-20-2006, 09:57 PM
Hi,
I just started studying Flex.
When I, in Flex Builder 2, try to add some actinscript in an mxml file that handles an event, like
<mx:Button label="click me" click="mx.controls.Alert.show('clicked')"/>
in
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute" >
<mx:Label text="HelloDolly" />
<mx:Button label="click me" click="mx.controls.Alert.show('clicked')"/>
</mx:Application>
I get this error: Errors exist in required project(s).
I guess this has something to do with not being able to import the Alert window. I looked at the Frameworks path under Preferences > >> Linked Resources and it looks okay.
Does anyone have an idea what could be wrong? Oh, and where is that Error log Flex Builder advices me to look at??
thank you,
Jerryj.
I just started studying Flex.
When I, in Flex Builder 2, try to add some actinscript in an mxml file that handles an event, like
<mx:Button label="click me" click="mx.controls.Alert.show('clicked')"/>
in
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute" >
<mx:Label text="HelloDolly" />
<mx:Button label="click me" click="mx.controls.Alert.show('clicked')"/>
</mx:Application>
I get this error: Errors exist in required project(s).
I guess this has something to do with not being able to import the Alert window. I looked at the Frameworks path under Preferences > >> Linked Resources and it looks okay.
Does anyone have an idea what could be wrong? Oh, and where is that Error log Flex Builder advices me to look at??
thank you,
Jerryj.