windows-8.1

image slideshow with dispatcher timer in windows store apps

谁说我不能喝 提交于 2019-12-11 11:16:06
问题 I want to make slideshow image with dispatcher timer in my windows store apps. But, i have a problem: if the image has reached the final image, the slideshow do not want to repeat the slideshow from the first image, but the second image directly. For example: I have 5 images and when it reaches the fifth picture, slideshows do not want a repeat of the first image, but the second image directly. Here is my xaml: <Image x:Name="sceneriesBtn" IsDoubleTapEnabled="False" VerticalAlignment="Bottom"

How to fix preinstalled driver on Windows 8.1

北慕城南 提交于 2019-12-11 10:34:29
问题 Same situation as described in Preinstalling Driver on Windows 8.1 Fails. But is there a fix how to reinstall the same driver package (no guid change) without reinstalling 8.1? Situation: On a fresh Windows 8.1 installation (no upgrade from 8.0), our USB devices can't be installed. Behavior can be reproduce with a VM: create registry entries with class guid from inf file to show correct USB icon and create own group in device manager: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class

How to bind my ObservableCollection two way to a ListView Extension WinRT Xaml Toolkit

跟風遠走 提交于 2019-12-11 08:43:52
问题 I have a Windows 8.1 application with a ListView and I am using ListViewExtensions from WinRt Xaml Toolkit(Obtained latest from Nuget) to bind BindableSelection Here is my XAML <ListView ItemsSource="{Binding AllItems}" SelectionMode="Multiple" ext:ListViewExtensions.BindableSelection="{Binding SelectedItems, Mode=TwoWay}"> <ListView.ItemTemplate> <DataTemplate> <TextBlock Text="{Binding}" /> </DataTemplate> </ListView.ItemTemplate> </ListView> In my ViewModel I have the following

Bluetooth connection between Universal app and medical device - UUID and CODFilter

左心房为你撑大大i 提交于 2019-12-11 08:09:16
问题 I'm implementing an Universal app on both Windows 8.1 and Windows Phone 8.1 platforms, which should connect with devices like scale or blood pressure monitor by bluetooth technology. Unfortunatelly, I have difficulty in the discovering process and according to that I've no chance to pair and connect to the device. I've found the thread about this issue, but unfortunatelly it's associated with Android. From the post above: Describing the medical device: The device is using Service Discovery

New website not showing default page in IIS 8.5

谁说我不能喝 提交于 2019-12-11 08:07:36
问题 I’m having trouble trying to view my default page or other web application on a newly created site (New Test Site) on IIS 8.5 for Windows 8.1. I included a directory that contains an html page (test.html) outside of the ‘inetpub’ folder. Add website window Physical Path: C:\royalcenters Type: http IP Address: All Unassigned Port: 80 I already arranged the ‘test.html’ page to the top of the list of ‘Default Document’ tab. List of default pages However, when I ran the new website on a web

Do x:Static extensions work in WinRT-XAML?

狂风中的少年 提交于 2019-12-11 08:04:48
问题 Edit: This is continue of this topic:Disable blue border for selected Listview item 2 I wanted to do this in app for Windows 8.1: <ListView x:Name="gui_listView" HorizontalAlignment="Left" Height="610" Margin="48,54,0,0" VerticalAlignment="Top" Width="256" SelectionChanged="gui_listView_SelectionChanged" SelectionMode="Extended"> <ListView.Resources> <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="Transparent"/> </ListView.Resources> </ListView> But microsoft

Listview fails to display text of list items when item count exceeds 400 items

风流意气都作罢 提交于 2019-12-11 07:56:47
问题 I am observing that the Listview in my app fails to display the text of listview items when the item count exceeds 400 items. My guess is that this is a memory issue with the phone and not a pattern with larger devices. I assume that I will need to only add a fraction of the items that my listview's itemsource is based on. What is the best approach for managing a listview that's responsible for displaying large amounts of data? Here's my XAML: <ListView x:Name="ContactList" ScrollViewer

Is it possible to use tile templates with secondary tiles in a Windows Store App?

百般思念 提交于 2019-12-11 07:50:03
问题 The title is the whole question: Is it possible to use tile templates with secondary tiles in a Windows Store App? Also can secondary tiles animate? It looks like the answer is no, even in Windows 8.1 but maybe I am just missing something. Here is a link to the Tile Template: http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.notifications.tiletemplatetype.aspx Here is a link to the SecondaryTile class: http://msdn.microsoft.com/library/windows/apps/br242183 It's weird because

Unable to cast object of type 'System.Management.Automation.PSCustomObject' to type 'System.Collections.IEnumerable'

落爺英雄遲暮 提交于 2019-12-11 07:15:29
问题 After installing Update 4 to Visual Studio 2012, when I try to add a controller right-clicking on the Controllers folder in the Solution Explorer and selecting "Add -> Controler" I am getting following exception: Unable to cast object of type 'System.Management.Automation.PSCustomObject' to type 'System.Collections.IEnumerable'. This is how Visual Studio is presenting the error: This error is happening only for brand new projects, fortunately I am not getting this error in my projects that

not able to see oracle services in windows services after upgrading to win 8.1

心不动则不痛 提交于 2019-12-11 06:54:23
问题 I had oracle 11g database installed on my machine (OS win8). It was working fine. This week I upgraded my laptop from win 8 to 8.1. Now I am not able see oracle database services in windows services. Consequently I am not able to start oracle and connect to DB. Tried couple of things like >oradim -STARTUP -SID ORCL DIM-00011: The specified service does not exist. O/S-Error: (OS 1060) The specified service does not exist as an installed servic e. Is there any way to start the oracle ? or Do I