No announcements
Found 1987554 threads
-
0 Votes
Suspending PRISM based MVVM Windows Store app
From http://msdn.microsoft.com/en-us/library/windows/apps/xx130643.aspx : Community Prism for the Windows Runtime, like many ...Answered | 1 Replies | 2640 Views | Created by dotNet Devel - Monday, February 17, 2014 10:17 AM | Last reply by Jeff Sanders - Monday, February 17, 2014 8:33 PM -
3 Votes
WPF and MVVM with Prism 4
Any good steps by tsep turotial from begining to end in order to implement MVVM to a wpf apps ?Answered | 11 Replies | 5269 Views | Created by Serge Calderara - Friday, November 4, 2011 1:58 PM | Last reply by Sheldon _Xiao - Monday, November 14, 2011 1:13 PM -
0 Votes
WPF/ MVVM with Prism
Hi, You can use Prism MVVM framework.Answered | 8 Replies | 7829 Views | Created by S.Kumars - Thursday, January 20, 2011 10:52 AM | Last reply by Yves.Z - Monday, January 31, 2011 3:41 AM -
0 Votes
Prism Usage with WPF/MVVM
Kindly enlighten us on Prism's applicability and its advantages/disadvantages over other MVVM framework.Answered | 5 Replies | 8619 Views | Created by S.Kumars - Wednesday, January 19, 2011 2:48 PM | Last reply by Yves.Z - Monday, January 31, 2011 3:30 AM -
0 Votes
How to implement Suspend and Resume in Windows Store application .
Hi, I want to implement suspend and resume in Window store application (Windows 8.1) C# XAML, is there any good example.Answered | 5 Replies | 1377 Views | Created by Rajeev BR - Monday, March 10, 2014 1:51 PM | Last reply by Rajeev BR - Wednesday, March 12, 2014 3:15 PM -
1 Votes
PhoneCallManager.ShowPhoneCallUI crashing MVVM app
Hi when u launch the task your app goes to suspended state.Answered | 6 Replies | 985 Views | Created by muse-ette - Friday, January 23, 2015 10:01 AM | Last reply by Varun Ravindranath(KC) - Thursday, February 5, 2015 6:26 PM -
0 Votes
[UWP][Windows-10] Learn MVVM
Understanding MVVM in Universal Windows Platform (Windows 10 apps): ...Answered | 1 Replies | 1452 Views | Created by TejD - Saturday, December 5, 2015 6:15 AM | Last reply by Magnus (MM8) - Saturday, December 5, 2015 10:43 AM -
0 Votes
Use MVVM in Windows Applicaiton (Normal)
This project will give you crash course on MVVM.Answered | 2 Replies | 654 Views | Created by narayanan_1983 - Tuesday, November 19, 2013 4:43 AM | Last reply by Eason_H - Wednesday, November 20, 2013 8:27 AM -
0 Votes
How to open New window in WPF/MVVM PRISM application?
ThreadId=226253 For Multiple windows in a shellAnswered | 1 Replies | 14602 Views | Created by S.Kumars - Friday, January 28, 2011 10:21 AM | Last reply by Masudur - Monday, January 31, 2011 7:33 AM -
0 Votes
When is the use of PRISM useful?
Hi C8Z0, I think it is based on your specific scenario, as we know, PRISM is a heavy pattern, if you need a light project pattern, I do not suggest you ...Answered | 4 Replies | 4095 Views | Created by C8Z0 - Thursday, June 23, 2011 2:45 PM | Last reply by C8Z0 - Friday, June 24, 2011 8:45 AM -
0 Votes
App suspended state
Hovhannes Sanoyan I was thinking that I'm the only WIndows Store developer in Armenia.Answered | 2 Replies | 1575 Views | Created by Metroappdevelopers - Sunday, December 9, 2012 7:53 AM | Last reply by MigrationUser 1 - Sunday, December 9, 2012 8:40 AM -
0 Votes
Understanding Prisms
>What is prism?Answered | 2 Replies | 388 Views | Created by Rakkk - Thursday, April 30, 2015 10:32 AM | Last reply by Magnus (MM8) - Thursday, April 30, 2015 12:07 PM -
0 Votes
Windows Dialogs + Pure MVVM
Prism does have an event aggregator but it is for communicating between view ...Answered | 6 Replies | 487 Views | Created by Darren Rockett - Friday, June 19, 2015 10:46 AM | Last reply by Darren Rockett - Friday, June 19, 2015 12:25 PM -
0 Votes
Windows Modern App Suspend callback in C++ with no XAML
It's good to know that the suspend only kicks in 5 to 10 seconds after switching away, because it was suggested that time was the actual suspend time for the app ( something ...Answered | 5 Replies | 4116 Views | Created by David Goemans - Friday, February 1, 2013 10:10 AM | Last reply by MikeBMcL - Wednesday, February 6, 2013 10:47 AM -
0 Votes
Help on Prism 4
(for Myexp) Prism is an Inversion of Control (IOC) framework.Answered | 5 Replies | 5875 Views | Created by redDevil26 - Tuesday, February 15, 2011 7:07 AM | Last reply by Sheldon _Xiao - Wednesday, February 23, 2011 9:59 AM -
0 Votes
Should Prism RequestNavigate work with no UI?
Do you really need to use PRISM at all?Answered | 7 Replies | 962 Views | Created by Eric3333 - Monday, October 12, 2015 8:08 PM | Last reply by Magnus (MM8) - Wednesday, October 14, 2015 1:48 PM -
0 Votes
Suspending a D3D app
http://code.msdn.microsoft.com/windowsapps/Metro-style-DirectX-7c64aa8d#content http://msdn.microsoft.com/en-us/library/windows/apps/Hh780560.a ...Answered | 1 Replies | 2851 Views | Created by henador - Sunday, August 19, 2012 3:40 PM | Last reply by James Dailey - MSFT - Tuesday, August 21, 2012 12:28 AM -
0 Votes
[UWP]Porting WPF+Prism 5.0 based application to UWP app using PCL library
Also, it doesn't officially support UWP (Windows 10).Answered | 1 Replies | 1135 Views | Created by Muralidhar Chowdary - Monday, December 21, 2015 8:43 AM | Last reply by Magnus (MM8) - Monday, December 21, 2015 2:34 PM -
1 Votes
Open and close windows in MVVM?
You will have a LOT of commands in a wpf app and some way of defining a bindable icommand easily is going to make your life easier.Answered | 6 Replies | 6592 Views | Created by Tomer Agmon - Tuesday, January 12, 2016 7:18 PM | Last reply by Magnus (MM8) - Wednesday, January 13, 2016 5:47 PM -
0 Votes
App doesn't suspend
Are you running your app from VS?Answered | 1 Replies | 1830 Views | Created by mykola semerenko - Tuesday, November 6, 2012 5:18 PM | Last reply by Tim Greenfield - Tuesday, November 6, 2012 5:50 PM - Items 1 to 20 of 1987554 Next ›
No announcements