active questions tagged wpf - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T09:44:56Z http://stackoverflow.com/feeds/tag/wpf http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1945157/render-canvas-or-wpf-control-in-asp-net-mvc 0 render canvas or wpf control in asp.net mvc santose 2009-12-22T09:22:59Z 2009-12-22T09:25:19Z <p>is their any way to render the canvas or rectangle in wpf in asp.net mvc as an image.</p> <p>I need to render the wpf control in mvc as an image.</p> <p>I have tried and only blank image is rendering..</p> http://stackoverflow.com/questions/1939063/wpf-visualstudios-watchlist-like-control 0 WPF VisualStudio's WatchList-like control lerax 2009-12-21T09:17:54Z 2009-12-22T09:23:03Z <p>Hi all!</p> <p>I am implementig a simple interpreter and I am looking for a control to represent my variables in a watch list, just like in Visual Studio (tree structure + table):</p> <p><img src="http://lh4.ggpht.com/%5FSsXBaZmDHB8/Sy8-FtBGykI/AAAAAAAADYY/f3mO914%5FUQY/watch.JPG" alt="alt text"></p> <p>Do you know any controls for this purpose? If no, give some ideas how it can be implemented.</p> <p>Regards, Lerax</p> http://stackoverflow.com/questions/1943179/how-to-disable-controls-in-windows-media-player-in-wpf 0 How to disable controls in Windows Media Player in WPF paradisonoir 2009-12-21T23:00:00Z 2009-12-22T09:04:26Z <p>I was just wondering if there is a way to disable controls such as ctr Left/Right arrows or Alt+left/right arrows in AxWindowsMediaPlayer. I am using it in WindowsFormsHost in my WPF project. I would like to capture these controls and handle them myself. When I use this block, I don't have any way to prevent it by using e.handeld =true or other ways</p> <pre><code> void MediaPlayer_KeyDownEvent(object sender, AxWMPLib._WMPOCXEvents_KeyDownEvent e) { } </code></pre> <p>Any suggestion how to disable it and continue with my own controls. The important part is it bubbles up somewhere and freezes the GUI if I use such commands. </p> <p>thanks</p> http://stackoverflow.com/questions/1944577/wpf-net-interop-or-graphic-card-driver-problems-wrapper-win32-window-in-wpf-wi 1 [WPF].NET Interop or Graphic Card driver Problems, Wrapper win32 window in WPF window. whunmr 2009-12-22T06:50:41Z 2009-12-22T09:03:51Z <p>Recently our application encountered a strange problem.</p> <p>The application has a win32 window in the WPF window, when resize the WPF window, the problem occurred. but only on some computers with specified GraphicCard.</p> <p><strong>StackTrace:</strong></p> <pre><code>Exception object: 0000000002ab2c78 Exception type: System.OutOfMemoryException Message: プログラムの実行を続行するための InnerException: &lt;none&gt; StackTrace (generated): SP IP Function 0048D94C 689FB82F PresentationCore_ni!System.Windows.Media.Composition.DUCE+Channel.SyncFlush()+0x80323f 0048D98C 681FEE37 PresentationCore_ni!System.Windows.Media.Composition.DUCE+CompositionTarget.UpdateWindowSettings(ResourceHandle, RECT, System.Windows.Media.Color, Single, System.Windows.Media.Composition.MILWindowLayerType, System.Windows.Media.Composition.MILTransparencyFlags, Boolean, Boolean, Boolean, Int32, Channel)+0x127 0048DA38 681FEAD1 PresentationCore_ni!System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean, System.Nullable`1&lt;ChannelSet&gt;)+0x301 0048DBC8 6820718F PresentationCore_ni!System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean)+0x2f 0048DBDC 68207085 PresentationCore_ni!System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr)+0x185 0048DC34 681FFE9F PresentationCore_ni!System.Windows.Interop.HwndTarget.HandleMessage(Int32, IntPtr, IntPtr)+0xff 0048DC64 681FD0BA PresentationCore_ni!System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)+0x3a 0048DC88 68C6668E WindowsBase_ni!MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)+0xbe 0048DCD4 68C665BA WindowsBase_ni!MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)+0x7a 0048DCE4 68C664AA WindowsBase_ni!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Boolean)+0x8a 0048DD08 68C6639A WindowsBase_ni!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Boolean, System.Delegate)+0x4a 0048DD50 68C64504 WindowsBase_ni!System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate, System.Object, Boolean, System.Delegate)+0x44 0048DD70 68C63661 WindowsBase_ni!System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Boolean)+0x91 0048DDB4 68C635B0 WindowsBase_ni!System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority, System.Delegate, System.Object)+0x40 0048DDD8 68C65CFC WindowsBase_ni!MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)+0xdc StackTraceString: &lt;none&gt; HResult: 8007000e </code></pre> <p>Also, I found some related links: <a href="http://www.actiprosoftware.com/support/Forums/ViewForumTopic.aspx?ForumTopicID=3849" rel="nofollow">relatedA</a>, <a href="http://social.msdn.microsoft.com/Forums/en-IE/wpf/thread/0dc4100a-be99-4682-b757-18249f728f2b" rel="nofollow">relatedB</a></p> <p><strong>1.</strong>Is there any way to avoid or handle this problem?</p> <p><strong>2.</strong>How to find out the real problem?</p> <p>Thank you for your answer or comments!</p> http://stackoverflow.com/questions/1944633/cant-fully-style-a-listbox-scrollviewer-in-wpf 0 Can't fully style a ListBox/Scrollviewer in WPF DJScrib 2009-12-22T07:06:16Z 2009-12-22T07:12:53Z <p>I'm using custom Scrollbars we created using standard ControlTemplates, however when I apply them to a ListBox there is a corner in the bottom right which I am unable to find any way to override.</p> <p>Unfortunately I can't post a picture until I get more points. But the corner I'm referring to is when both a vertical and horizontal scrollbar appear, there is a space in the bottom right that is filled with an off-white color that I am unable to ovrerride</p> http://stackoverflow.com/questions/1935728/request-for-the-permission-of-type-system-web-aspnethostingpermission-in-wpf-xba 0 Request for the permission of type 'System.Web.AspNetHostingPermission in WPF XBAP Josh 2009-12-20T12:39:50Z 2009-12-22T06:42:28Z <p>Hello everyone,</p> <p>I'm simply running a small piece of code in a button click event of a WPF application.</p> <p>The code simply connects to the database to retrieve images and display on the form.</p> <p>But,I get this Request for the permission of type 'System.Web.AspNetHostingPermission Exception..</p> <p>Please help me with this.... Thanks so much...</p> http://stackoverflow.com/questions/1937881/basic-wpf-question-how-to-add-a-custom-property-trigger 0 Basic WPF question: How to add a custom property trigger? jay 2009-12-21T02:35:09Z 2009-12-22T06:34:09Z <p>I am using Expresion Blend 3 and created a new user control in my project. I want a storyboard to run if a custom property of that user control is triggered like with the ones shown here in the list..</p> <p><img src="http://i49.tinypic.com/24eakjt.png" alt="alt text"></p> <p>I learnt you need a dependency property, but my understanding there is limited. Here's the basic code I set up with property "IsAwesome" as an example..</p> <pre><code>Partial Public Class simpleControl Public Sub New() MyBase.New() Me.InitializeComponent() End Sub Public Shared ReadOnly IsAwesomeProperty As DependencyProperty = _ DependencyProperty.Register("IsAwesome", GetType(Boolean), GetType(simpleControl)) Public Property IsAwesome() As Boolean Get Return DirectCast(Me.GetValue(IsAwesomeProperty), Boolean) End Get Set(ByVal value As Boolean) Me.SetValue(IsAwesomeProperty, value) End Set End Property End Class </code></pre> <p>However, my property doesn't show in that list. What am I missing? Or is my entire approach wrong? Any help or advice would be appreciated!</p> <p>Cheers</p> http://stackoverflow.com/questions/963772/select-the-item-in-combobox-with-key-up-in-wpf 0 Select the item in combobox with key/up in WPf Sharath 2009-06-08T07:25:49Z 2009-12-22T06:00:02Z <p>How to select the items in comboxbox using key up/down?</p> <p>I tried to handle it in PreviewKeyDown event. But it is not working.</p> http://stackoverflow.com/questions/1329481/send-keys-to-wpf-browser-control 0 Send keys to WPF Browser control Jobi Joy 2009-08-25T16:41:56Z 2009-12-22T01:37:12Z <p>Can I programatically send [UserID]{TAB}[Password]{CARRIAGE RETURN} to a webbrowser control which has a userID, password and Sign-in button there. I wanted to use my own virtual keyboard in my application. Any tips here?</p> http://stackoverflow.com/questions/1943081/relaycommand-not-firing-on-menuitem-click-wpf-mvvm 1 RelayCommand not firing on MenuItem click WPF MVVM Nathan W 2009-12-21T22:35:44Z 2009-12-22T01:24:27Z <p>Hi all,</p> <p>I have menu item on my WPF form that runs a import routine, I have bound the command property to a ICommand property in my view model but for some reason the method won't fire.</p> <p>This is the xaml:</p> <pre><code>&lt;Menu Height="21" Margin="0,-2,0,0" VerticalAlignment="Top" Grid.ColumnSpan="2"&gt; &lt;MenuItem Header="File" Command="{Binding ImportFileCommand}"&gt;Import&lt;/MenuItem&gt; &lt;/Menu&gt; </code></pre> <p>And this is in my view model:</p> <pre><code> private ICommand importfilecommand; public ICommand ImportFileCommand { get { if (this.importfilecommand == null) { this.importfilecommand = new RelayCommand(parm =&gt; ImportFile()); } return this.importfilecommand; } } private void ImportFile() { OpenFileDialog dialog = new OpenFileDialog(); dialog.Filter = "Tab Files (*.tab)|*.tab*"; if (dialog.ShowDialog() == true) { // MessageBox.Show(dialog.FileName); } } </code></pre> <p>This is the pattern that I have used for all my buttons on the form but the menu item just won't work. Am I missing something or does menu items have to be done differently?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1911794/wpf-and-linq-sql-how-and-where-to-keep-track-of-changes 1 WPF and LINQ/SQL - how and where to keep track of changes? Groky 2009-12-16T01:54:56Z 2009-12-22T00:02:14Z <p>I have a WPF application built using the MVVM pattern:</p> <ul> <li>My Models come from LINQ to SQL.</li> <li>I use the Repository Pattern to abstract away the DataContext.</li> <li>My ViewModels have a reference to a Model.</li> <li>Setting a property on the ViewModel causes that value to be written through to the Model.</li> </ul> <p>As you can see, my data is stored in my Model, and changes are therefore tracked by my DataContext.</p> <p>However, <a href="http://stackoverflow.com/questions/196253/linq-to-sql-where-does-your-datacontext-live">in this question</a> I read:</p> <blockquote> <p>The guidelines from the MSDN documentation on the DataContext class are what I would recommend following:</p> <p>In general, a DataContext instance is designed to last for one "unit of work" however your application defines that term. A DataContext is lightweight and is not expensive to create. A typical LINQ to SQL application creates DataContext instances at method scope or as a member of short-lived classes that represent a logical set of related database operations.</p> </blockquote> <p>How do you track your changes? In your DataContext? In your ViewModel? Elsewhere?</p> http://stackoverflow.com/questions/1938898/ironpython-trouble-building-a-wpf-shadereffect 0 IronPython: Trouble building a WPF ShaderEffect Matthew Moloney 2009-12-21T08:35:58Z 2009-12-21T23:29:59Z <p>I'm trying to build an extensible program where users, among other things, can build their own shader effects.</p> <p>Google searching got me this far;</p> <pre><code>class Test(ShaderEffect): inputProperty = ShaderEffect.RegisterPixelShaderSamplerProperty("Input", type(Test()), 0) </code></pre> <p>But I still get the error;</p> <blockquote> <p>TypeError: cannot access protected member RegisterPixelShaderSamplerProperty without a python subclass of ShaderEffect.</p> </blockquote> <p>Any help would be greatly appreciated.</p> <p>The best source on the net I could find <a href="http://ironpython.net/ironpython/documentation/dotnet/dotnet.html#accessing-protected-members-of-base-types" rel="nofollow">is linked here</a></p> http://stackoverflow.com/questions/206495/wpf-listbox-show-button-in-itemtemplate-on-mouseover 5 WPF Listbox Show Button in ItemTemplate on MouseOver NabilS 2008-10-15T21:09:15Z 2009-12-21T23:12:51Z <p>I have a listbox containing and image and a button. By default the button is hidden. I want to make the button visible whenever I hover over an item in the listbox. The XAML I am using is below. Thanks</p> <pre><code>&lt;Window.Resources&gt; &lt;Style TargetType="{x:Type ListBox}"&gt; &lt;Setter Property="ItemTemplate"&gt; &lt;Setter.Value&gt; &lt;DataTemplate&gt; &lt;Border BorderBrush="Black" BorderThickness="1" Margin="6"&gt; &lt;StackPanel Orientation="Horizontal"&gt; &lt;Image Source="{Binding Path=FullPath}" Height="150" Width="150"/&gt; &lt;Button x:Name="sideButton" Width="20" Visibility="Hidden"/&gt; &lt;/StackPanel&gt; &lt;/Border&gt; &lt;/DataTemplate&gt; &lt;/Setter.Value&gt; &lt;/Setter&gt; &lt;/Style&gt; &lt;/Window.Resources&gt; </code></pre> http://stackoverflow.com/questions/1941790/how-can-i-create-a-datatemplate-for-a-collection 0 How can I create a DataTemplate for a collection? Russ 2009-12-21T18:30:39Z 2009-12-21T22:36:06Z <p>I would like to be able to create a DataTemplate to be used when a collection is passed into a control.</p> <p>I am building a single control, that when passed an object, or a collection of objects, the view of the user control conforms to the template defined for the object type.</p> <p>for example, this is a user control I have, that switches views when an object is passed into the .Content property.</p> <pre><code>&lt;UserControl x:Class="Russound.Windows.UI.UserControls.MAX.OMS_Main_Screen.OMSContextSwitcher" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Entities="clr-namespace:Russound.Components.ReturnAuthorization.Entities;assembly=Russound.Components" xmlns:Return_Authorization="clr-namespace:Russound.Windows.UI.UserControls.Return_Authorization" xmlns:CallLog="clr-namespace:Russound.Windows.UI.UserControls.CallLog" xmlns:Entities1="clr-namespace:Russound.Components.Membership.Entities;assembly=Russound.Components" xmlns:Membership="clr-namespace:Russound.Windows.UI.UserControls.Membership" xmlns:Entities2="clr-namespace:Russound.Components.Commerce.MAX.Entities;assembly=Russound.Components" xmlns:OMS_Main_Screen="clr-namespace:Russound.Windows.UI.UserControls.MAX.OMS_Main_Screen" xmlns:Entities3="clr-namespace:Russound.Components.CallLog.Entities;assembly=Russound.Components" MinHeight="600" MinWidth="700"&gt; &lt;UserControl.Resources&gt; &lt;ResourceDictionary&gt; &lt;ResourceDictionary.MergedDictionaries&gt; &lt;ResourceDictionary Source="/Russound.Windows;component/UI/RussoundDictionary.xaml"/&gt; &lt;/ResourceDictionary.MergedDictionaries&gt; &lt;DataTemplate DataType="{x:Type Entities3:Case}" &gt; &lt;CallLog:CaseReadOnlyDisplay DataContext="{Binding}" /&gt; &lt;/DataTemplate&gt; &lt;DataTemplate DataType="{x:Type Entities:RAMaster}"&gt; &lt;Return_Authorization:RaMasterUi DataContext="{Binding}" /&gt; &lt;/DataTemplate&gt; &lt;DataTemplate DataType="{x:Type Entities1:RussUser}"&gt; &lt;Membership:CMCControlWpf DataContext="{Binding}" /&gt; &lt;/DataTemplate &gt; &lt;DataTemplate DataType="{x:Type Entities2:MaxCustomer}"&gt; &lt;OMS_Main_Screen:MaxCustomerConfigWpf DataContext="{Binding}" /&gt; &lt;/DataTemplate &gt; &lt;/ResourceDictionary&gt; &lt;/UserControl.Resources&gt; &lt;/UserControl&gt; </code></pre> <p>I would like to be able to do something like </p> <pre><code>&lt;DataTemplate DataType="{x:Type IEnumerable&lt;MaxCustomer&gt;}"&gt; &lt;OMS_Main_Screen:MaxCustomerConfigWpf DataContext="{Binding}" /&gt; &lt;/DataTemplate &gt; </code></pre> <p>but I always get a compiler error, so I am at somewhat of a loss.</p> http://stackoverflow.com/questions/1939345/wpf-should-a-user-control-have-its-own-viewmodel 1 WPF - Should a user control have it's own ViewModel? AWC 2009-12-21T10:29:11Z 2009-12-21T21:07:04Z <p>I have a window made up of several user controls and was wondering should each user control have it's own ViewModel or should the window as a whole have only one ViewModel?</p> <p>Cheers</p> <p>AWC</p> http://stackoverflow.com/questions/1940143/xaml-wpf-book-recommendation 1 XAML/WPF Book Recommendation Swim 2009-12-21T13:38:51Z 2009-12-21T20:52:56Z <p>I am looking for a good (excellent?) WPF/XAML book. A couple of things would be preferable: </p> <ol> <li>Oriented largely towards programming on the desktop.</li> <li>In depth and digs into advanced topics.</li> </ol> <p>Can you give a recommendation and tell why?</p> http://stackoverflow.com/questions/1854952/binding-of-textblock-inside-custom-control-to-dependency-property-of-the-same-cus 1 Binding of TextBlock inside Custom Control to dependency property of the same Custom Control rem 2009-12-06T10:07:00Z 2009-12-21T20:43:41Z <p>I have a custom control with a TextBlock inside it:</p> <pre><code>&lt;Style TargetType="{x:Type local:CustControl}"&gt; &lt;Setter Property="Template"&gt; &lt;Setter.Value&gt; &lt;ControlTemplate TargetType="{x:Type local:CustControl}"&gt; &lt;Border Background="Blue" Height="26" Width="26" Margin="1"&gt; &lt;TextBlock x:Name="PART_CustNo" FontSize="10" Text="{Binding Source=CustControl,Path=CustNo}" Background="PaleGreen" Height="24" Width="24" Foreground="Black"&gt; &lt;/TextBlock&gt; &lt;/Border&gt; &lt;/ControlTemplate&gt; &lt;/Setter.Value&gt; &lt;/Setter&gt; &lt;/Style&gt; </code></pre> <p>And this Custom control has a dependency property:</p> <pre><code> public class CustControl : Control { static CustControl() { DefaultStyleKeyProperty.OverrideMetadata(typeof(CustControl), new FrameworkPropertyMetadata(typeof(CustControl))); } public readonly static DependencyProperty CustNoProperty = DependencyProperty.Register("CustNo", typeof(string), typeof(CustControl), new PropertyMetadata("")); public string CustNo { get { return (string)GetValue(CustNoProperty); } set { SetValue(CustNoProperty, value); } } } </code></pre> <p>I want the value of "CustNo" property be transfered in "Text" property of TextBlock in each instance of the Custom Control. But my:</p> <pre><code>Text="{Binding Source=CustControl,Path=CustNo}" </code></pre> <p>isn't working.</p> <p>Isn't working also with Path=CustNoProperty:</p> <pre><code>Text="{Binding Source=CustControl,Path=CustNoProperty}" </code></pre> http://stackoverflow.com/questions/1942360/wpf-combobox-databinding 0 Wpf Combobox DataBinding neki 2009-12-21T20:15:52Z 2009-12-21T20:38:47Z <p>hello everyone it is me again! i've got few problems too. i am deveoping an training software that's why i am asking lots of questions.i hope you help me. thanks in advance. my problems are as follows: </p> <p><strong>First of all:</strong> i have a register window that has a combobox. i have binded it an access datasource. the problem is when i select an item, it doesnt select. it writes System.data.Datarow.(i want it list names like mike,susan ect.)</p> <p><strong>how can i fix it?</strong> where is the problem?</p> <pre><code>public Register() { this.InitializeComponent(); Select(); } public void Select() { DataView view; OleDbConnection con = new OleDbConnection(connectionstring); con.Open(); string sql = "Select * from UserInformation"; OleDbCommand cmd = new OleDbCommand(sql, con); OleDbDataAdapter da = new OleDbDataAdapter(cmd); DataSet ds = new DataSet(); da.Fill(ds, "UserInformation"); view = ds.Tables[0].DefaultView; RegCombo.ItemsSource = view; con.Close(); } </code></pre> <p>XAML Code:</p> <pre><code>&lt;ComboBox IsSynchronizedWithCurrentItem="True" Margin="0,22.447,46.92,0" SelectedItem="{Binding Path=UserName}" VerticalAlignment="Top" Height="29" Grid.Column="3" Grid.Row="1" IsEditable="True" IsDropDownOpen="False" MaxDropDownHeight="266.666666666667" FontSize="16" x:Name="RegCombo" FontWeight="Normal" &gt; &lt;ComboBox.ItemTemplate&gt; &lt;DataTemplate&gt; &lt;TextBlock Text="{Binding Path=UserName}"&gt;&lt;/TextBlock&gt; &lt;/DataTemplate&gt; &lt;/ComboBox.ItemTemplate&gt; &lt;/ComboBox&gt; </code></pre> http://stackoverflow.com/questions/1568741/scaling-resizing-the-diameter-of-all-bubbles-on-a-bubble-chart-in-wpf-or-silverl 0 Scaling/resizing the diameter of all bubbles on a bubble chart (in WPF or Silverlight) unknown (yahoo) 2009-10-14T20:21:39Z 2009-12-21T20:34:44Z <p>I have a bubble chart in a WPF application with LOTS of points in a BubbleSeries. The automatically drawn sizes of the bubbles result in so much overlap of the plotted bubbles, that most of the bubble points are obscured. The drawn bubble size does not change if I alter the data reduce the SizeValues of all the plotted points (some sort of hidden logic seems to be determining how to automatically scale the SizeValues when drawing the bubbles). </p> <p>How can I reduce the diameter of every bubble by 75% (so each bubble's diameter is one fourth the normal automatic size)?</p> <p>Thanks, Alan</p> <p>[I am working with the charting/data visulaization controls in the June 2009 WPF control toolkit, but I think the same question and answer probably applies to Silverlight 3 bubble charts.]</p> http://stackoverflow.com/questions/1866566/useful-wpf-utilities 11 Useful WPF utilities luvieere 2009-12-08T12:09:24Z 2009-12-21T20:09:04Z <p>What are some useful utilities that help you when writing WPF applications? I know about <a href="http://blois.us/Snoop/" rel="nofollow">Snoop</a> for visual debugging of WPF applications at runtime, and <a href="http://blog.wpfwonderland.com/2008/10/08/shazzam-wpf-pixel-shader-effect-testing-tool-now-available/" rel="nofollow">Shazzam</a> - a WPF pixel shader effect testing tool.</p> <p>I'd like to know about other such applications and what are they useful at.</p> http://stackoverflow.com/questions/1939263/wpf-is-it-a-good-idea-to-keep-the-viewmodel-agnostic-of-wpf 2 WPF - Is it a good idea to keep the ViewModel agnostic of WPF? AWC 2009-12-21T10:10:51Z 2009-12-21T19:52:53Z <p>In the subject really, I want to know people's experience of trying to keep all WPF concerns out of ViewModels in WPF.</p> <p>Cheers</p> <p>AWC</p> http://stackoverflow.com/questions/1894329/wpf-how-to-signal-an-event-from-viewmodel-to-view-without-code-in-codebehind 2 WPF: how to signal an event from ViewModel to View without code in codebehind? Tomáš Kafka 2009-12-12T18:42:58Z 2009-12-21T19:32:45Z <p>Hi, I have quite simple (I hope :)) problem: </p> <p>In MVVM, View usually listens on changes of ViewModel's properties. However, I would sometimes like to listen on event, so that, for example, View could start animation, or close window, when VM signals. </p> <p>Doing it via bool property with NotifyPropertyChanged (and starting animation only when it changes from false to true) is possible, but it feels like a hack, I'd much prefer to expose event, as it is semantically correct.</p> <p>Also, I'd like to do it without code in codebehind, as doing <code>viewModel.myEvent += handler</code> there would mean that I'd have manually unregister the event in order to allow View to be GC'd - WPF Views are already able to listen on properties 'weakly', and I'd much prefer to program only declaratively in View.</p> <p>The standard strong event subscription is also bad, because I need to switch multiple ViewModels for one View (because creating View every time takes too much CPU time).</p> <p>Thank you for ideas (if there is a standard solution, a link to msdn will suffice)!</p> http://stackoverflow.com/questions/1941508/c-wpf-visualbrush-and-opacitymask 1 C#, WPF - VisualBrush and OpacityMask Jonathan.Peppers 2009-12-21T17:37:05Z 2009-12-21T19:27:41Z <p>I'm needing to create a UserControl, that has a portion of the control's background transparent. The transparent portion is cutout in the shape of a Border with CornerRadius of 2--it's required because of the design.</p> <p>Here is my code that is not working:</p> <pre><code> &lt;UserControl Margin="1" x:Name="Box"&gt; &lt;UserControl.Resources&gt; &lt;Style TargetType="UserControl"&gt; &lt;Setter Property="Height" Value="16" /&gt; &lt;/Style&gt; &lt;/UserControl.Resources&gt; &lt;Grid&gt; &lt;Border CornerRadius="2" BorderThickness="0"&gt; &lt;Border.Background&gt; &lt;SolidColorBrush Color="Black" Opacity=".3" /&gt; &lt;/Border.Background&gt; &lt;Border.OpacityMask&gt; &lt;VisualBrush&gt; &lt;VisualBrush.Visual&gt; &lt;Grid Background="Black" Width="{Binding ElementName=Box, Path=ActualWidth}" Height="{Binding ElementName=Box, Path=ActualHeight}"&gt; &lt;Grid.ColumnDefinitions&gt; &lt;ColumnDefinition Width="50" /&gt; &lt;ColumnDefinition /&gt; &lt;/Grid.ColumnDefinitions&gt; &lt;Border Grid.Column="1" Margin="1" CornerRadius="2" Background="Transparent" BorderThickness="0" /&gt; &lt;/Grid&gt; &lt;/VisualBrush.Visual&gt; &lt;/VisualBrush&gt; &lt;/Border.OpacityMask&gt; &lt;/Border&gt; &lt;Grid&gt; &lt;Grid.ColumnDefinitions&gt; &lt;ColumnDefinition Width="50" /&gt; &lt;ColumnDefinition /&gt; &lt;/Grid.ColumnDefinitions&gt; &lt;TextBlock VerticalAlignment="Center" TextAlignment="Right" FontSize="10" Margin="2" Foreground="White" Text="Property" /&gt; &lt;TextBlock Grid.Column="1" VerticalAlignment="Center" TextAlignment="Center" FontSize="10" Margin="2" Text="Value" /&gt; &lt;/Grid&gt; &lt;/Grid&gt; &lt;/UserControl&gt; </code></pre> <p>I made a few changes, so you guys should be able to drop this straight into XamlPad.</p> <p>For some reason my VisualBrush that is set to the Border's OpacityMask is not working at all. The OpacityMask is just displaying everything fully visible. For a test, I dropped a quick LinearGradientBrush in and it worked as expected.</p> <p>Is there some issue using VisualBrush and OpacityMask together? What is going wrong here?</p> <p>Here is a screenshot of what I'm trying to achieve:</p> <p><img src="http://monitor.utopiaselfscan.com/Screen.png" alt="ScreenShot"></p> <p>The UserControl are the headers saying Entity No, Progress, Hours, etc. They are black with 30% transparency and have a rounded rectangle opacity mask cutout. I normally use images to render stuff like this, b/c our graphic artist can get crazy with glass-looking effects.</p> http://stackoverflow.com/questions/722700/wpf-treeview-inside-a-combobox 2 WPF: TreeView inside a ComboBox Joe 2009-04-06T18:55:52Z 2009-12-21T19:07:18Z <p>I'm trying to put a TreeView inside a ComboBox in WPF so that when the combo box is dropped, instead of a flat list the user gets a hierarchical list and whatever node they select becomes the selected value of the ComboBox.</p> <p>I've searched quite a bit for how to accomplish this but the best I could find was only peices of potential soltuions that, because I'm ridiculously new to WPF, I couldn't make work. </p> <p>I have enough knowledge of WPF and databinding that I can get my data into the treeview and I can even get the treeview inside of the combo box, however what I've been able to accomplish doesn't behave properly at all. I've attached a screenshot to show what I mean. In the screenshot the combo box is "open", so the treeview on the bottom is where I can select a node and the treeview "on top" is being drawn on top of the combobox where I want the text/value of the selected node in the tree to be displayed.</p> <p>Basically what I don't know how to do is how do I get the treeview's currrently selected node to return its value back up to the combobox which then uses it as its selected value?</p> <p>Here is the xaml code I'm currently using:</p> <pre><code> &lt;ComboBox Grid.Row="0" Grid.Column="1" VerticalAlignment="Top"&gt; &lt;ComboBoxItem&gt; &lt;TreeView ItemsSource="{Binding Children}" x:Name="TheTree"&gt; &lt;TreeView.Resources&gt; &lt;HierarchicalDataTemplate DataType="{x:Type Core:LookupGroupItem}" ItemsSource="{Binding Children}"&gt; &lt;TextBlock Text="{Binding Path=Display}"/&gt; &lt;/HierarchicalDataTemplate&gt; &lt;/TreeView.Resources&gt; &lt;/TreeView&gt; &lt;/ComboBoxItem&gt; &lt;/ComboBox&gt; </code></pre> <p>Screenshot URL because I can't get it to inline in the post: <a href="http://www.fixedvancouver.com/pics/TreeInComboBox1.JPG" rel="nofollow">http://www.fixedvancouver.com/pics/TreeInComboBox1.JPG</a> </p> http://stackoverflow.com/questions/1941759/wpf-how-to-tell-when-databinding-has-finished 3 wpf how to tell when databinding has finished? Andy Clarke 2009-12-21T18:23:43Z 2009-12-21T18:37:35Z <p>Hi,</p> <p>I've got a custom control which has a DependencyProperty MyAnimal - I'm binding an Animal Property on my ViewModel to the MyAnimal DependencyProperty.</p> <p>I've stuck a TextBox on the Control so I can trigger an Event - whenever I trigger the event the MyAnimal property has been set - however if I put a break point on the Setter of the MyAnimal property it never gets fired!</p> <p>I guess I'm missing something fundamental about WPF Dependency Properties/Binding?!</p> <p>And so my question is, if I can't use the Setter how can I find out when its been set? If I put if I put a break point after InitializeComponent() its null and I had a look to see if theres an Event a can hook up to - DatabindingFinished or similar? but can't see what it would be ...</p> <p>Can anyone assist please?</p> <p>Thanks,</p> <p>Andy</p> <pre><code>public partial class ControlStrip { public ControlStrip() { InitializeComponent(); } public Animal MyAnimal { get { return (Animal)GetValue(MyAnimalProperty); } set { SetValue(MyAnimalProperty, value); } } public static readonly DependencyProperty MyAnimalProperty = DependencyProperty.RegisterAttached("MyAnimal", typeof (Animal), typeof (ControlStrip)); private void TextBox_TextChanged(object sender, System.Windows.Controls.TextChangedEventArgs e) { var myAnimal = MyAnimal; MessageBox.Show(myAnimal.Name); } } </code></pre> http://stackoverflow.com/questions/1938288/wpf-mediaelement-stops-when-losing-visibility-override 0 WPF MediaElement stops when losing visibility, override Nate Gates 2009-12-21T04:59:13Z 2009-12-21T18:13:29Z <p>Hey guys, I have a situation where a MediaElement may loose visibility, which cause the video to stop, I want to override this behavior and let it continue in the background. Thoughts?</p> http://stackoverflow.com/questions/1561431/triggering-data-validation-in-wpf 2 Triggering data validation in WPF unknown (google) 2009-10-13T16:37:14Z 2009-12-21T18:07:21Z <p>I have a problem in WPF with validation.<br /> I have a user control which has few textboxes, which are binding to datamodel.<br /> The validation is implemented with IDataErrorInfo. </p> <p>I want the validation to be triggered only when the user press the button "Submit data", so I used <code>UpdateSourceTrigger="Explicit"</code> with the binding of all those text boxes.</p> <p>Everything working fine, and the validation only triggered when the user push the button, where I update the datasources.</p> <p>But that user control can be hidden or shown, and when I changed the visibility from display/ to hidden and then back to display, the validation is triggered.</p> <p>Is there a way to control the validation on that stage?</p> http://stackoverflow.com/questions/1938514/pixel-shader-effect-examples 1 Pixel Shader Effect Examples Chris Nicol 2009-12-21T06:25:26Z 2009-12-21T16:50:11Z <p>I've seen a number of pixel-shader effect examples, stuff like swirl on an image. But I'm wondering if anyone knows of any examples or tutorials for more practical uses of shader effects?</p> <p>I'm not saying that a swirl effect doesn't have it's uses, it's just that many of the examples I've found have the basic effect explained and don't go into how it might be used subtly with another effect or transition to produce a wonderful effect. There's a video <a href="http://channel9.msdn.com/shows/Continuum/WPFFXDemo/" rel="nofollow">here</a>, that outlines all the WPF Effects Library, but I'm not sure how I would use some of them in a practical context.</p> <p>For example, when Flash 8 came out with effects like blur, I found a wonderful video that showed how to use the blur effect to create a cool effect with speeding text, that video inspired many ideas of what I could do with the effects in Flash 8. I'm looking for something similar with Pixel Shader Effects.</p> http://stackoverflow.com/questions/1875277/inserting-a-new-object-into-l2s-table-and-databinding-to-it-prior-to-submitchange 1 Inserting a new object into L2S table and databinding to it prior to SubmitChanges() in WPF Kieran Benton 2009-12-09T16:57:46Z 2009-12-21T16:39:46Z <p>Hi, I'm just getting started with Linq-to-SQL and data binding in WPF, most of which works like a dream so far!</p> <p>I've got (what I though was) a common scenario:</p> <p>a) Query list of records from a table via datacontext and bind to the current user control </p> <pre><code>this.DataContext = db.ClientTypes; </code></pre> <p>b) Have the user see a bound ListView and some bound detail controls to make changes to the existing records, with a <code>db.SubmitChanges(ConflictMode.FailOnFirstConflict);</code> to push the changes back to the DB. No problem.</p> <p>c) User wants to add a new record, so we:</p> <pre><code>ClientType ct = new ClientType(); ct.Description = "&lt;new client type&gt;"; db.ClientTypes.InsertOnSubmit(ct); </code></pre> <p>However at this point I dont want to call <code>db.SubmitChanges</code> as I want the user to be able to update the properties of the object (and even back out of the operation entirely), but I want them to be able to see the new record in the bound ListView control. Thinking I just needed to re-run the query:</p> <pre><code>ClientType ct = new ClientType(); ct.Description = "&lt;new client type&gt;"; db.ClientTypes.InsertOnSubmit(ct); // Rebind the WPF list? this.DataContext = db.ClientTypes; listView1.SelectedItem = ct; listView1.ScrollIntoView(ct); </code></pre> <p>However this doesn't work, the newly created record is not part of the returned list. I'm not sure if this is because of caching within L2S or if I'm just going about this the wrong way. Is there a better way to accomplish this?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1939266/wpf-combox-findname-doesnt-work 1 WPF Combox.FindName() doesn't work Steffen Schindler 2009-12-21T10:12:07Z 2009-12-21T15:23:52Z <p>Hi,</p> <p>I've got two comboboxes. The items of the first one i'm filling in Xaml with:</p> <pre><code>&lt;ComboBox Name="ddl_pageType" Width="200" BorderThickness="5"&gt; &lt;ComboBoxItem Name="Website" Content="Webseite"/&gt; &lt;ComboBoxItem Name="CNIProg" Content="Seite"/&gt; &lt;/ComboBox&gt; </code></pre> <p>and the function ddl_pageType.FindName("Website"); works.</p> <p>The second combobox i'm filling with:</p> <pre><code> ddl_cniProg.SetBinding(TextBlock.TextProperty, new Binding()); ddl_cniProg.ItemsSource = progList; </code></pre> <p>where proglist is List. Here the function ddl_cniProg.FindName(string) doesn't work.</p> <p>What do i have to do to get an item from dd_cniprog? </p>