You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by João Fernandes <jo...@gmail.com> on 2013/07/18 17:37:11 UTC

API Changes that break code

Hi guys,

I've noticed with 4.10 rc there are a some changes that break our app
compilation in this case, one method went from mx_internal to public
(setSelectedIndex in ListBase) and a method added to an interface
(removeItem in IList). My question is, are this king of changes listed
anywhere?

Both are easy to fix but why making setSelectedIndex public?


-- 

João Fernandes

Re: API Changes that break code

Posted by João Fernandes <jo...@gmail.com>.
Thanks


On 18 July 2013 16:50, Kessler CTR Mark J <ma...@usmc.mil> wrote:

> Well the setSelectedIndex one was changed to match the grid/datagrid ones
> [1].  It's in the release notes for the 4.10 sdk [2].  Not sure about the
> removeItem one ATM.
>
> [1] https://issues.apache.org/jira/browse/FLEX-33477
> [2] https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES
>

Thanks, [2] does answer my question.

-- 

João Fernandes

RE: API Changes that break code

Posted by Kessler CTR Mark J <ma...@usmc.mil>.
Well the setSelectedIndex one was changed to match the grid/datagrid ones [1].  It's in the release notes for the 4.10 sdk [2].  Not sure about the removeItem one ATM.

[1] https://issues.apache.org/jira/browse/FLEX-33477
[2] https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES


-Mark

-----Original Message-----
From: João Fernandes [mailto:joaopedromartinsfernandes@gmail.com] 
Sent: Thursday, July 18, 2013 11:37 AM
To: dev@flex.apache.org
Subject: API Changes that break code

Hi guys,

I've noticed with 4.10 rc there are a some changes that break our app
compilation in this case, one method went from mx_internal to public
(setSelectedIndex in ListBase) and a method added to an interface
(removeItem in IList). My question is, are this king of changes listed
anywhere?

Both are easy to fix but why making setSelectedIndex public?


-- 

João Fernandes