Yet another blog about WPF, Surface, SL, MVVM, NUI.... - Tag - WPF - Comments http://blog.lexique-du-net.com/index.php? In this blog we talk about WPF, Natural User Interface(NUI), Microsoft Surface, WIndows 7, Multitouch, Touchless, JavaFX, MVVM, patterns, tips, tricks .... and a lot of other things ! en Mon, 26 Feb 2024 15:40:43 +0100 Jonathan ANTOINE, All rights reserved http://blogs.law.harvard.edu/tech/rss Dotclear MVVM : How to keep collections of ViewModel and Model in sync - Zar http://blog.lexique-du-net.com/index.php?post/2010/03/02/M-V-VM-How-to-keep-collections-of-ViewModel-and-Model-in-sync#c3476 urn:md5:58d665934014e91f44e18b766dfbb8a7 Mon, 11 Feb 2013 05:19:41 +0100 Zar <p>Nice Post, Thanks.</p> How to scale around a specific point and not the center of the Element - Martin Berger http://blog.lexique-du-net.com/index.php?post/2009/10/11/How-to-scale-around-a-specific-point-and-not-the-center-of-the-Element#c3475 urn:md5:04a3699214e5c1fb97a23dd70599030a Fri, 07 Dec 2012 10:20:03 +0100 Martin Berger <p>Hello,</p> <p>what is this last line supposed to perform?</p> <pre> if (scaleDelta &gt; 1.0) _myObjectToScale.Center += new Vector(newCenterXD, newCenterYD); else _myObjectToScale.Center += new Vector(newCenterXD, newCenterYD);</pre> <p>scaleDelta can be less or greater that 1.0, same code will execute.</p> MVVM : How to keep collections of ViewModel and Model in sync - sanjuro http://blog.lexique-du-net.com/index.php?post/2010/03/02/M-V-VM-How-to-keep-collections-of-ViewModel-and-Model-in-sync#c3474 urn:md5:4d5dd04e6f35b8a705e726c267051e90 Mon, 29 Oct 2012 15:50:38 +0100 sanjuro <p>I agree with Nathan, Syncer should be implemented in .NET by default, but i would name it ProxyObservableCollection <img src="themes/default/smilies/smile.png" alt=":)" class="smiley" /></p> Calculate the real difference between two angles, keeping the correct sign - AlexL http://blog.lexique-du-net.com/index.php?post/Calculate-the-real-difference-between-two-angles-keeping-the-sign#c3473 urn:md5:3acb23ecf73534a53ce14f51bab20096 Mon, 22 Oct 2012 00:06:35 +0200 AlexL <p>Thanks, this helped me out big time!</p> Calculate the real difference between two angles, keeping the correct sign - JonathanANTOINE@falsemail.com http://blog.lexique-du-net.com/index.php?post/Calculate-the-real-difference-between-two-angles-keeping-the-sign#c3143 urn:md5:a79c6c1e6fe66c9b485cb1c572e7f01f Fri, 06 Apr 2012 09:02:50 +0200 JonathanANTOINE@falsemail.com <p>Cool !</p> XAML to PNG converter... - JonathanANTOINE@falsemail.com http://blog.lexique-du-net.com/index.php?post/2009/06/25/XAML-to-PNG-converter...#c3142 urn:md5:9faf138f9353e5f0c40beaf2eb8d0c74 Fri, 06 Apr 2012 09:02:24 +0200 JonathanANTOINE@falsemail.com <p>You are welcome <img src="themes/default/smilies/smile.png" alt=":)" class="smiley" /></p> Execute a command on a specified control when clicking on a button - JonathanANTOINE@falsemail.com http://blog.lexique-du-net.com/index.php?post/2010/06/16/Execute-a-command-on-a-specified-control-when-clicking-on-a-button#c3141 urn:md5:737067a8e99048e225e592dc519e84bc Fri, 06 Apr 2012 09:01:17 +0200 JonathanANTOINE@falsemail.com <p>You have to use the code in the&nbsp;<span style="background-color: rgb(238, 238, 238); font-family: monospace; line-height: 15px; text-align: left; ">ReceiveWeakEvent to do this <img src="themes/default/smilies/smile.png" alt=":)" class="smiley" /></span></p> Execute a command on a specified control when clicking on a button - Jeremy McLain http://blog.lexique-du-net.com/index.php?post/2010/06/16/Execute-a-command-on-a-specified-control-when-clicking-on-a-button#c3140 urn:md5:cf06e8b5892980812265fe5761445744 Thu, 05 Apr 2012 23:12:27 +0200 Jeremy McLain <p>How would you do this portion from code behind?</p> <pre> &lt;Button Content="Delete selected" tools:ExecuteCommandOnControl.RoutedCommand="{x:Static igDP:DataPresenterCommands.DeleteSelectedDataRecords}" tools:ExecuteCommandOnControl.Target="{Binding ElementName=dataGrid}" /&gt;</pre> XAML to PNG converter... - sktime http://blog.lexique-du-net.com/index.php?post/2009/06/25/XAML-to-PNG-converter...#c3139 urn:md5:997cb0a3967dabeb6b201bf73750a46a Tue, 13 Mar 2012 18:06:21 +0100 sktime <p>thanks!</p> Calculate the real difference between two angles, keeping the correct sign - tigrou http://blog.lexique-du-net.com/index.php?post/Calculate-the-real-difference-between-two-angles-keeping-the-sign#c3137 urn:md5:448db09b9bfe1cf48764bf68f7a0dffe Thu, 12 Jan 2012 13:18:30 +0100 tigrou <p>Perfect ! just what i was looking for. Tested and works successfully !</p> MVVM - How to integrate the Office Ribbon respecting the pattern (especially the commands) - online writing http://blog.lexique-du-net.com/index.php?post/2010/02/28/MVVM-How-to-integrate-the-Office-Ribbon#c3133 urn:md5:3d81c5145cf4ce910b906d5b44273b08 Fri, 16 Dec 2011 16:52:49 +0100 online writing <p>I am very interested in this sphere and reading this post I have known many new things, which I have not known before. Thanks for publishing this great article here.</p> MVVM : How to keep collections of ViewModel and Model in sync - David http://blog.lexique-du-net.com/index.php?post/2010/03/02/M-V-VM-How-to-keep-collections-of-ViewModel-and-Model-in-sync#c3127 urn:md5:04fb361ee7f4e82ae23c1ad4b5fc8348 Sat, 17 Sep 2011 18:37:08 +0200 David <p>Great post. Thanks!</p> Migrate the Jetpack theme from Silverlight to WPF - Fredrik Duwell http://blog.lexique-du-net.com/index.php?post/2010/10/14/Migrate-the-Jetpack-theme-from-Silverlight-to-WPF#c3121 urn:md5:da93773210002931355e537526bb4bda Mon, 01 Aug 2011 17:01:40 +0200 Fredrik Duwell <p>Isn't there any other way to make it work? I've been trying to make it expand, but when I click on the expander the arrow toggles, but the content doesn't show up!</p> Migrate the Jetpack theme from Silverlight to WPF - Jonathan ANTOINE http://blog.lexique-du-net.com/index.php?post/2010/10/14/Migrate-the-Jetpack-theme-from-Silverlight-to-WPF#c3120 urn:md5:80d6df6900191684cd3ad76a8c6ed0b2 Sun, 31 Jul 2011 22:06:18 +0200 Jonathan ANTOINE <p>@<a href="http://blog.lexique-du-net.com/index.php?post/2010/10/14/Migrate-the-Jetpack-theme-from-Silverlight-to-WPF#c3118" rel="nofollow">Fredrik Duwell</a>&nbsp;: Hey, the Expander can't be migrated because it does not have the same property thant the SL's one. You may try using the one is the amazingWPFControls codeplex project...&nbsp;</p> XAML to PNG converter... - Jonathan ANTOINE http://blog.lexique-du-net.com/index.php?post/2009/06/25/XAML-to-PNG-converter...#c3119 urn:md5:b3fe0ae20561f89589f8670aca7689d1 Sun, 31 Jul 2011 22:04:40 +0200 Jonathan ANTOINE <p>@<a href="http://blog.lexique-du-net.com/index.php?post/2009/06/25/XAML-to-PNG-converter...#c3117" rel="nofollow">Digital</a>&nbsp;: Hey, Thanks for reading my blog. The source code is attached to the post ... <img src="themes/default/smilies/smile.png" alt=":-)" class="smiley" /></p> Migrate the Jetpack theme from Silverlight to WPF - Fredrik Duwell http://blog.lexique-du-net.com/index.php?post/2010/10/14/Migrate-the-Jetpack-theme-from-Silverlight-to-WPF#c3118 urn:md5:f9a174f178f088a3fc53f1f7f6df64b1 Sun, 31 Jul 2011 20:53:54 +0200 Fredrik Duwell <p>Hi again!<br /> Couldn't you complete this UI? I'd need the expander, but it doesn't work - any ideas?</p> <p>/ Fredrik</p> XAML to PNG converter... - Digital http://blog.lexique-du-net.com/index.php?post/2009/06/25/XAML-to-PNG-converter...#c3117 urn:md5:d9818e92c8b9228d58b079f2adbdb708 Sat, 30 Jul 2011 22:56:47 +0200 Digital <p>where can I download the source?</p> [ping] Amazing WPF Controls / JetPack Theme updated ! - DotNetKicks.com http://blog.lexique-du-net.com/index.php?post/2011/06/13/Amazing-WPF-Controls-/-JetPack-Theme-updated-%21#c3114 urn:md5:e42eb5b7fea2cd28dd88bbd50db7683f Mon, 13 Jun 2011 14:09:37 +0200 DotNetKicks.com <p><a href="http://www.dotnetkicks.com/wpf/Amazing_WPF_Controls_JetPack_Theme_updated">Amazing WPF Controls / JetPack Theme updated !</a></p> <!-- TB --> <p>You've been kicked (a good thing) - Trackback from DotNetKicks.com...</p> [ping] Amazing WPF Controls / JetPack Theme updated ! - DotNetShoutout http://blog.lexique-du-net.com/index.php?post/2011/06/13/Amazing-WPF-Controls-/-JetPack-Theme-updated-%21#c3113 urn:md5:6d600255d73c933b7eb658883a6805fe Mon, 13 Jun 2011 14:09:22 +0200 DotNetShoutout <p><a href="http://dotnetshoutout.com/Jonathan-ANTOINEs-blog-Amazing-WPF-Controls-JetPack-Theme-updated-Yet-another-blog-about-WPF-Surface-SL-MVVM-NUI">Jonathan ANTOINE's blog - Amazing WPF Controls / JetPack</a></p> <!-- TB --> <p>Thank you for submitting this cool story - Trackback from DotNetShoutout...</p> Migrate the Jetpack theme from Silverlight to WPF - Jonathan ANTOINE http://blog.lexique-du-net.com/index.php?post/2010/10/14/Migrate-the-Jetpack-theme-from-Silverlight-to-WPF#c3112 urn:md5:ddb02b325faa917e1457627d7a4b1581 Mon, 13 Jun 2011 13:49:44 +0200 Jonathan ANTOINE <p>@<a href="http://blog.lexique-du-net.com/index.php?post/2010/10/14/Migrate-the-Jetpack-theme-from-Silverlight-to-WPF#c2961" rel="nofollow">CK</a>&nbsp;: Hey, I updated the project on codeplex, it should be working now <img src="themes/default/smilies/smile.png" alt=":)" class="smiley" /></p>