baseColor was changed to chromeColor in the Flex 4 SDK. Tim
On Tue, Mar 23, 2010 at 7:54 AM, Deane Venske <[email protected]> wrote: > > > Hi Mark, > > I caught that one (it made 100% sense to me that change) my issue is that > baseColor seems to not be a valid attribute on UI components that have > always had that. > Any ideas on that? > > Thanks, > Deane > > > On 3/23/2010 8:36 AM, [email protected] wrote: > > > Hi Deane > > do a quick search across all your mxml files and in the namespace > declarations, > replace any that look like this: > > xmlns:mx="library://ns.adobe.com/flex/halo" > > with > > xmlns:mx="library://ns.adobe.com/flex/mx" > > The /halo got replaced with /mx sometime around beta 2. > > Sincerely > Mark R. Jonkman > > ----- Original Message ----- > From: "Deane Venske" <[email protected]> > To: [email protected] > Sent: Tuesday, March 23, 2010 10:31:16 AM GMT -05:00 US/Canada Eastern > Subject: [flexcoders] Flex 4 Release - Anyone else having issues? > > > > Hi guys, > > Not sure if anyone else is getting similar issues to me. I installed the > release version of the trial (after stupidly removing the beta) and I am > finding unending issues. Things like "baseColor" not being able to be > resolved or 'backgroundAlpha' is only supported by type XXXXX with the > thems(s) 'halo'. > > What is driving me insane is I refactored this app last week to start from > scratch in flash builder 4, so that I could get rid of a lot of my spaghetti > code. > > I just can't understand how you go from B2 to release and change this > much... > > Thanks, > Deane > > > >

