Bingo! That was it!
The <applications> node must have an entry.

*Wrong*
<applications/>

*Right*
<applications>
  <application path="MyApp.mxml" />
</applications>

Thanks a ton. That was driving me nuts.

On Wed, Jan 6, 2010 at 8:41 AM, valdhor <valdhorli...@embarqmail.com> wrote:

>
>
> Have you tried deleting the .project and .actionScriptProperties files in
> the project folder? How about the .settings folder?
>
> The compiler settings are saved to the .actionScriptProperties file. It is
> an XML file so you can try opening it in your favorite text editor. Check to
> see if the XML is valid. Make sure that when you save it the OS or the app
> has not added a hidden extension (eg. like .txt) to the file name.
>
>
> --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, Joel
> Stransky <stranskydes...@...> wrote:
> >
> > I'm having the strangest issue with Flex Builder project properties.
> > If I right click on a project and choose properties, every section allows
> me
> > to make changes except for Flex Compiler. When I choose that section, the
> > 'Apply' and 'OK' buttons dim out. Even if I don't change anything,
> choosing
> > another section pops up an error box entitled "Could Not Accept Changes"
> > with the message, "The Currently displayed page contains invalid values"
> >
> > I've tried uninstalling/reinstalling Flex Builder 3 both with and without
> > removal of the settings file. I tried repairing permissions in Disk
> Utility
> > but nothing works.
> >
> > Has anyone seen anything like this?
> >
> > specs:
> > Mac OS X 10.6.2
> > Flex Builder 3 Professional [stand alone] (build 3.0.2.214193)
> >
> > --
> > --Joel Stransky
> > stranskydesign.com
> >
>
>  
>



-- 
--Joel Stransky
stranskydesign.com

Reply via email to