|
|
I am trying to internationalize the Help SettingFlyout of the scenario 2, But I am having problems to discover where I have to put the command WinJS.Resources .processAll(); and what else need to be configured. I already put it into the onloaded and into the scenario2AddSet tingsFlyout method, but the resource is not loaded in the Help, but works fine in the file 2-AddFlyoutToCh arm.html. I am trying to change the line <div class="win-labe l">Help</div> for <div class="win-labe l"><span data-win-res="{ textContent: 'greeting'}"></ span></div> in the file 2-SettingsFlyou t-Help.html, and I have a resource file with the string "greeting" : "Hello World!". Any clue about what is happening? Thank you for the attention, Anderson Neves
Go to the AddSettingsScenario class and add the following lines in the onSettingsComma nd method: await CurrentApp.Requ estProductPurch aseAsync("Featu reName", false); SecondaryTile.E xists("somestri ng"); Reopening the Settings flyout crashes at some point...this thing is preventing my app from certifying
When you open last scenario, you can see the textbox in the lower part of the settings panel. But if you use only virtual keyboard, It covers this textbox. How to make it visible during typing?
If I build the sample C++ code Visual Studio Express 2012 RC stops with error C2039: 'WindowCreatedEventArgs' : is not a member of 'Windows::UI::X aml'
The Xaml example shows setting command links when the settings charm is invoked but it does not show any settings panes when the command links are clicked. Please show an example of how to associate a setting pane defined in Xaml.
Currently the SettingsFlyout controller seems only to be available from WinJS: http://msdn.microsoft.com/en-u s/library/windo ws/apps/hh70125 3.aspx For a quick workaround, there's a 3rd party solution available in XAML: http://kuchenze it.wordpress.co m/2012/03/26/fl yout-control-fo r-windows-8-met ro-xamlc/
Consider this solution (discussion, library, and source): http://w8isms.blogspot.com/201 2/07/charmflyou t-another-charm ing.html
It still not show any settings panes when the command links are clicked? Can provide some sample for it?
The C# sample now includes a XAML example of how to create a settings flyout and attach it to the settings charm.