Acropolis 7월 CTP

Acropolis Team Blog  Acropolis July CTP available now [Kathy Kam] (소식)

Download details: Microsoft Code Name "Acropolis" Product and Documentation (다운로드)

코드명 Acropolis의 7월 CTP가 공개되었습니다. 새로운 기능들은 다음과 같습니다:

Let me go a little more indepth about each of the features:

- 전환 애니메이션 향상

1) TabLayoutPanes에서 페이지를 바꿀때 전환 애니메이션을 추가할 수 있음:

 <Windows:TabLayoutPane Parts="{Binding Part.NavigationManager.ActiveParts}"> 
    <Windows:TabLayoutPane.Transition> 
        <WindowsTransitions:RotateTransition Contained="True"/> 
    </Windows:TabLayoutPane.Transition> 
</Windows:TabLayoutPane> 

2) Transtion 태그를 만들어서 PartPane에 지정할 필요 없이 다음과 같이 하면 됨:
CTP1 때는:

<Windows:PartPane Name="RootPart">

<Windows:PartPane.Transition>

<WindowsTransitions:RotateTransition/>

</Windows:PartPane.Transition>

</Windows:PartPane>

7월 CTP의 개선:

 <Windows:PartPane Name="RootPart" Transition="RotateTransition"/>

- 더 나은 디자인 타임 지원

디자인 타임을 위해 다양한 향상이 있었습니다. 예를 들면, 테마를 선택하기 위해서 Applicaion Designer를 사용할 수 있습니다. (이전에는 제대로 작동하지 않는^^콤보박스였습니다.)

- 향상된 커스텀 테마 지원

CTP1에서는 커스텀 테마를 만들 수 있었지만 이를 위해서 프레임웍 코드를 복사해와서 사용해야했습니다. 7월 CTP에서는 그럴 필요 없이 커느텀 테마를 사용하기 위해서 테마를 등록하고 XAMl 형태의 오버라이드를 지정하면 됩니다. 정확한 내용을 위해서 따로 포스팅을 하겠다고 합니다. 이외에 고객분들이 말씀하신 다양한 내용들을 수정하였습니다.

- 커뮤니티 피드백으로부터 받은 다양한 버그 수정