Outlook Example in CTP Samples

Hi

I was going through Outlook example and I noticed that in Email part designer I am not able to see NavigationManager but if we see XAML it is actually there.

It is some bug or I need to know something.

Thanks

AllTec

[257 byte] By [AllTec] at [2008-2-26]
# 1

Hi AllTec,

Thanks for your feedback. So when you say "I am not able to see NavigationManager" - what do you actually see in the top section of the designer?

This is what I see: http://www.bulankou.com/files/navmgr.jpg

Thanks!

AlexBulankou at 2007-9-28 > top of Msdn Tech,.NET Development,Acropolis...
# 2

yeah, why it is unnaned navigation manager rather than Single or Multipart?

Thanks

AllTec

AllTec at 2007-9-28 > top of Msdn Tech,.NET Development,Acropolis...
# 3

It shows in the designer as "Unnamed" navigation manager because there's no name specified for it, i.e. the designer UI displays the name, not the type. if you add a name to your navigation manager, e.g.

<AcropolisApplication.NavigationManager>

<Afx:SinglePartNavigationManager x:Name="myNavigationManager"/>

</AcropolisApplication.NavigationManager>

the name will appear in the UI.

Thanks!

AlexBulankou at 2007-9-28 > top of Msdn Tech,.NET Development,Acropolis...
# 4

That's right :-) Thanks

AllTec

AllTec at 2007-9-28 > top of Msdn Tech,.NET Development,Acropolis...

.NET Development

Site Classified