Regular Flex project
--- In [email protected], "madflexcoder" <[EMAIL PROTECTED]> wrote: > > Is this in a flex library project or a regular flex project that your > css is in? > > > --- In [email protected], "ben.clinkinbeard" > <ben.clinkinbeard@> wrote: > > > > I can't seem to get my ClassReference directive to work unless the CSS > > file is at the root of my project. When the CSS file is > > assets/css/someStyles.css for instance, I get a "definition could not > > be found" error. If the file is top-level it works fine. Is there some > > kind of syntax I am unaware of or is this simply not possible? This is > > how the directive looks now: > > > > windowControlsClass: ClassReference("windowControls.WindowsXPControls"); > > > > windowControls.WindowsXPControls is the package relative to the root > > of the project. > > > > Thanks, > > Ben > > >

