Re: API Changes that break code

2013-07-18 Thread João Fernandes
Thanks On 18 July 2013 16:50, Kessler CTR Mark J 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] ht

RE: API Changes that break code

2013-07-18 Thread Kessler CTR Mark J
-Mark -Original Message- From: João Fernandes [mailto:joaopedromartinsfernan...@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

API Changes that break code

2013-07-18 Thread João Fernandes
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? Bo