timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Flyout appears below ad #199

Closed aschearer closed 11 years ago

aschearer commented 11 years ago

I have a Live SDK AdControl on the right-hand side of the screen. When I open the settings page hosted using Callisto's flyout the page appears below the ad.

dotMorten commented 11 years ago

This is a known airspace issue with the ad SDK. Try calling .Suspend() on the ad control when the fly out opens, and .Resume() when it closes again.

aschearer commented 11 years ago

Thanks for the follow up. I've simply moved the ad to the left hand side for now but will keep your recommendation in mind. Sounds like the bug is with the ad SDK.