I developed windows phone 8.1 winrt app with Prism framework, In non debug mode using FileOpenPicker contract crashes the app. It terminates the app.
Here is the code which crashes:
var picker...
Id #10736 | Release:
None
| Updated: Sep 5, 2015 at 5:14 AM by mun24 | Created: Sep 5, 2015 at 5:14 AM by mun24
Hello,
We have a view that opens a UserControl (UC1) as a popup using InteractionRequest<INotification>.
UC1ViewRequest.Raise(new UC1ViewModel
{
Title = "User Control 1"
});
UC1 has a but...
Id #10735 | Release:
None
| Updated: Aug 11, 2015 at 2:10 AM by tkthatikonda | Created: Aug 11, 2015 at 2:10 AM by tkthatikonda
Hi,
I have a wpf prism based application. My shell is divided into two region
NavigationRegion - listbox - (Contains Views Menu1View, Menu2View, Menu3View)
DetailRegion. - contentcontrol
Eac...
Id #10734 | Release:
None
| Updated: Jul 21, 2015 at 9:55 AM by shardaiyer | Created: Jul 21, 2015 at 9:55 AM by shardaiyer
Hi!
Microsoft.Practices.Prism.PubSubEvents.dll causes a compiler warning in my project, because it depends on System and System.Core with Version 2.0.5.0:
There was a conflict between "System.Cor...
Id #10733 | Release:
None
| Updated: Jul 28, 2015 at 9:53 AM by luetm | Created: Jun 3, 2015 at 9:45 AM by luetm
DelegateCommand & WeakEventManager assume there is only 1 UI thread. Need multiple UI thread support to meet performance requirements for multi-monitor complex UI apps.
Id #10732 | Release:
None
| Updated: Sep 10, 2015 at 6:27 PM by tlechner | Created: Apr 25, 2015 at 11:58 PM by prattnel
Having cloned the repository, it presents itself as ReadOnly. Having remove that constraint I discover that the folders are a bunch of shortcuts that trigger a copy of visual studio to load, ostens...
Id #10731 | Release:
None
| Updated: Mar 23, 2015 at 6:04 AM by G1 | Created: Mar 23, 2015 at 6:04 AM by G1
The source shows as a sequence of black diamonds interspersed with letters and numbers as though the code page for the source code is non-standard. Essential, spaces and non-alphanumeric characters...
Id #10730 | Release:
None
| Updated: Mar 23, 2015 at 5:47 AM by G1 | Created: Mar 23, 2015 at 5:47 AM by G1
When you set ViewModelLocator.AutoWireViewModel="True" in xaml you get the error "Your views must implement IView" even when your view already has IView set.
This can be seen in the BasicMVVMQuic...
Id #10729 | Release:
None
| Updated: Aug 2, 2015 at 10:47 PM by TheNymf | Created: Mar 9, 2015 at 2:52 PM by leftler
I have checked source code of RegionNavigationService, and It seems there is no such mechanism. I think it would be a good idea to Dispose view/view model when IRegionMemberLifetime.KeepAlive is fa...
Id #10728 | Release:
None
| Updated: May 11, 2015 at 7:18 AM by ThomasGulbrandsen | Created: Mar 7, 2015 at 8:01 AM by jalalx
I'm using PRISM and Unity extensions.
A WPF button command invokes the following code and displays dialog :
private void LaunchDialog()
{
Bootstrapper bootstrapper = new Bootstrapper();
...
Id #10727 | Release:
None
| Updated: Mar 3, 2015 at 1:24 PM by sans_india85 | Created: Mar 3, 2015 at 1:04 PM by sans_india85