[flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread Deane Venske
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 X 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


Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread mark . jonkman
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 de...@venske.net 
To: flexcoders@yahoogroups.com 
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 X 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 



 

Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread mark . jonkman
Unfortunately no. My only thought had been that namespace change which has 
caught me a few times on older projects made in beta 1 that I've opened 
recently. 

I'm assuming you've cleaned all the projects. I tend to do more AS projects 
versus Flex MXML stuff so I'm not much of a help on that. sorry. 

Sincerely 
Mark R. Jonkman 

http://bitsbytesandsawdust.blogspot.com/ 



- Original Message - 
From: Deane Venske de...@venske.net 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, March 23, 2010 10:54:21 AM GMT -05:00 US/Canada Eastern 
Subject: Re: [flexcoders] Flex 4 Release - Anyone else having issues? 



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, mark.jonk...@comcast.net 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 de...@venske.net 
To: flexcoders@yahoogroups.com 
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 X 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 





 

Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread Tim Statler
baseColor was changed to chromeColor in the Flex 4 SDK.

Tim

On Tue, Mar 23, 2010 at 7:54 AM, Deane Venske de...@venske.net 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, mark.jonk...@comcast.net 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 de...@venske.net
 To: flexcoders@yahoogroups.com
 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 X 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