Classes like MvvmAppBase and FlyoutView should assume Window.Current.Content to be an IFrameFacade instead of an instance of Frame. This would allow for more extensibility for example, the scenario...
Id #10 | Release:
None
| Updated: Wed at 7:16 PM by dukeps | Created: Wed at 7:16 PM by dukeps
very good
Id #9 | Release:
None
| Updated: May 4 at 7:52 AM by AngkorWu | Created: May 4 at 7:52 AM by AngkorWu
The fwlink in the source files is no longer valid
http://go.microsoft.com/fwlink/?LinkId=234227
redirects to Microsoft home page
Id #8 | Release:
None
| Updated: Apr 26 at 6:38 PM by DCherubini | Created: Apr 21 at 6:50 PM by chunlin
It is possible to make a part of it portable to target WinRT and WP8.
It would be very useful.
Id #7 | Release:
None
| Updated: May 9 at 11:45 PM by shaggygi97 | Created: Apr 6 at 12:41 AM by blainew
Hey, when we start our app using the build in protocol like app:// or something. Its going to crash due to the fact that the NavigationService is null at the method OnActivated(), do u have any ide...
Id #6 | Release:
None
| Updated: Apr 4 at 3:24 PM by Naokai | Created: Apr 4 at 3:24 PM by Naokai
Hi,
I've downloaded the package to my Windows 8 Pro. I run the installer and I receive the Accept/Cancel dialogue and then nothing.
Any ideas on how to resolve this?
Id #5 | Release:
None
| Updated: Mar 7 at 7:45 PM by DCherubini | Created: Feb 24 at 9:19 AM by nzdunic
public async Task<Uri> SaveExternalDataAsync(string cacheKey, Uri dataUrl)
{
StorageFile file = await _cacheFolder.CreateFileAsync(cacheKey, CreationCollisionOption.ReplaceExisting);
...
Id #3 | Release:
None
| Updated: Jan 21 at 6:23 AM by JuanBlanco | Created: Jan 21 at 6:23 AM by JuanBlanco
Create a base class for FlyoutViewModel and FlyoutView which instantiates the close command and wiring of actions in the view to view model. Of course keep an example of a FlyoutView which does not...
Id #2 | Release:
None
| Updated: Mar 13 at 2:29 AM by dukeps | Created: Jan 21 at 6:13 AM by JuanBlanco