Re: [flexcoders] To Adobe Folks - General Question About Using Deprecated Tags

2009-03-16 Thread Josh McDonald
I can't speak for Adobe, but as a *general* rule (ignoring the JDK),
deprecated means "it's not going away in a point-release, but it's going
away" So you souldn't count on it in 4, but you're probably fine for updates
of 3. But either way, there's nothing forcing you to upgrade your app to a
new SDK version anyway.

Again, I don't speak for Adobe :)

Also, if you need the deprecated API to get around a valid bug in the SDK,
make sure to make a note of it in Jira so the Adobe guys can keep it in
mind.

-Josh

2009/3/17 EddieBerman 

>   I posted a related question here a few days back ("ColumnCharts -
> problem adding a LineSeries to ColumnChart w/o SecondSeries"), but this
> question is a bit more general.
>
> In order get past this bug -
> https://bugs.adobe.com/jira/browse/FLEXDMV-1957, I'm likely going to need
> to use the deprecated SecondSeries tag. My question is how safe is using
> this, or any of the other deprecated tags, methods, etc. I read what I could
> find in the docs, but what I saw seemed more focused on layout style
> differences.
>
> Is there an expectation that support could be dropped in future versions,
> or are these warnings simply there to point us to the newer, improved-upon
> replacements.
>
> Thanks,
> Eddie B.
>
>  
>



-- 
"Therefore, send not to know For whom the bell tolls. It tolls for thee."

Josh 'G-Funk' McDonald
  -  j...@joshmcdonald.info
  -  http://twitter.com/sophistifunk
  -  http://flex.joshmcdonald.info/


[flexcoders] To Adobe Folks - General Question About Using Deprecated Tags

2009-03-16 Thread EddieBerman
I posted a related question here a few days back ("ColumnCharts - problem 
adding a LineSeries to ColumnChart w/o SecondSeries"), but this question is a 
bit more general.

In order get past this bug - https://bugs.adobe.com/jira/browse/FLEXDMV-1957, 
I'm likely going to need to use the deprecated SecondSeries tag. My question is 
how safe is using this, or any of the other deprecated tags, methods, etc.  I 
read what I could find in the docs, but what I saw seemed more focused on 
layout style differences.

Is there an expectation that support could be dropped in future versions, or 
are these warnings simply there to point us to the newer, improved-upon 
replacements.

Thanks,
Eddie B.