WPF Popup doesn't close even if I open new screen from menu - wpf-controls

I have a WPf popup inside Usercontrol which I open & closed by binding IsOpen property. Problem which I am facing is that popup doesn't close even if I open a new screen from menu using hotkey and its showing on top of new screen. I tried to set StaysOpen="False" but its not working.
Popup IsOpen="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=IsPopupOpen, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
HorizontalAlignment="Center" VerticalAlignment="Center" PopupAnimation="Fade" HorizontalOffset="30" StaysOpen="False">
Thanks,

Related

Chrome extension popup window not showing tooltip like arrow

While developing chrome extension I found out that the popup window which open doesn't have arrow pointing to icon like tooltip popup window snapshot while the documentation shows the window with arrow document popup window snapshot. Is it removed? How can I replicate it

vaadin combobox suggestion popup displays outside of vaadin window in liferay

I have a vaadin-liferay portlet. I am using vaadin Window component which is having vertical scroll as it has more content inside. A combobox is added inside the window. But when the combobox suggestion popup opened its position is changed according to the browser scroll not according to vaadin window scroll. Please help

Using Chrome Extension contextMenu, how to open a small view right next to the context menu on click?

This question has a couple bits to it. Basically I want to make the context menu behave like a sidebar that pops out a box with html.
Get the height and location of a users context menu?
Open an interactable html view next to the menu without closing the menu?
Close both the menu and popout on off-click.
So a user can right click on the page,
and then click the contextMenu item to open a page that can hold html

Why there is no PopUp for TextBox with InputScope is Number

Hi I am Using VS2012 for Win8 for WinRT app development. I had tried the InputScope for textbox.
When I run the app in Emulator, there is no PopUp Number like Wp to select when textbox is clicked. Did I miss anything?
<TextBox TextWrapping="NoWrap" FontSize="38" Text="" InputScope="Number" Height="60" Width="103" Margin="100,10,0,10" />
Thanks
To test InputScope property of textbox with on-screen keyboard, the app needs to be open in simulator with touch mode selected.

prevent popup from opening new window in Ie6

I create a popup using window.open in IE6. Created popup contains a link to other page, which i want to show in the same popup window, but after clicking on the link, the target page is displayed in another brand new popup, so i have 2 popups opened at that moment.
How can i make a new page loaded in the same popup that holds a link to it?
p.s.
a href="somepage.html" target="_self"
didn't help
Using
a onclick="window.location.href = 'http://www.whatever.com/'"
is an option ?

Resources