childwindow Questions
6
From an Angular application is there any way that I can create a Browser's child window and show some predefined angular component in it.
Clarification : I am not looking for a Modal dialog solut...
Armful asked 6/12, 2018 at 6:52
1
I added a childWindow of a custom subclass of NSWindow to a parentWindow (also a custom subclass of NSWindow). The childWindow has the NSBorderlessWindowMask and canBecomeKeyWindow: is overridden t...
Adaptive asked 19/11, 2012 at 11:22
6
Solved
I've been puzzled by this for a while. I am writing quite a large RibbonWindow WPF application using the MVVM pattern. The screen has a RibbonBar menu along the top and the rest of it displays the ...
Lucky asked 6/5, 2011 at 20:56
8
I'm new to MVVM and trying to figure out how to close a ChildWindow with the traditional Cancel button using MVVM Light Toolkit.
In my ChildWindow (StoreDetail.xaml), I have :
<Button x:Name="...
Mireielle asked 12/4, 2011 at 15:56
1
I want to know if the user has focus on the http or https.
So everytime the user clicks on one of the childwindows - i want to know which one is "active".
I checked the W3C. The Page Visibility A...
Kauppi asked 7/6, 2013 at 22:31
1
Solved
I have a WPF window which has to behave as an overlay of a window in a third-party running application. My WPF window must be mostly transparent with some visible controls, always be positioned rig...
Mikamikado asked 8/4, 2013 at 16:10
2
Solved
I have an application on C#/WPF that I`m developing ... I have a btn named About which should open a new window that contains details about the application or whatever I will put in it.
When I cli...
Strophe asked 1/5, 2011 at 22:17
4
Solved
is it possible to make a ChildWindow like ChildWindow in Silverlight, but for WPF? I tried to adapt the Silverlight ChildWindow to WPF but ran into issues with Transformations and not being able to...
Prefix asked 8/2, 2010 at 23:23
1
In my Win32 application, a child window is created by a third party SDK.The Window creation process is transparent and I cannot associate a WndProc method with the child Window. I want to be able t...
Cultism asked 12/7, 2011 at 21:55
3
Solved
I have asked a question before about creating a child window here ... Now when I open child window, it doesn`t open centered to the parent window. How can I set it to open centered to the parent wi...
Collapse asked 2/5, 2011 at 7:2
3
I'm trying to do a confirmation dialog using Silverlight's ChildWindow object.
Ideally, I'd like it to work like MessageBox.Show(), where the entire application halts until an input is received fr...
Accounting asked 21/1, 2010 at 22:37
3
Solved
I am working on a .NET C# application that has a main Form which is MDI container. When the user maximizes a MDI child, Windows draws a control strip right under the title bar of the container Form...
Lucerne asked 11/6, 2009 at 8:54
1
Solved
Greetings! Am enjoying using MVVM light -great framework - has made my life much easier, and has removed a number of barriers that were proving difficult to overcome....
Question:
I am attempting...
Vindication asked 27/7, 2010 at 3:4
2
this is my ChildWindow xaml code:
1 <Grid x:Name="LayoutRoot">
2 <Grid x:Name="teste">
3 <Grid.ColumnDefinitions>
4 <ColumnDefinition Width="*"/>
5 <ColumnDefinition Wid...
Abijah asked 26/11, 2009 at 12:39
1
© 2022 - 2024 — McMap. All rights reserved.