Can anyone tell that what is the substitute of CaretBrush property of textbox, which is available in WPF & Windows Phone in windows store application?
Related
I've been struggling to add a calendar control to my windows phone 8.1 silverlight application but i found nothing, i used syncfusion calendar control once but it was a windows phone 8.1 application not silverlight one, please anyone can provide a useful information?
You could take a look at the Calendar control for WindowsPhone Silverlight from ComponentOne. You could download it from https://www.componentone.com/Downloads/Download/?downloadID=133 and refer to its documentation at : http://helpcentral.componentone.com/nethelp/WPCalendar/
I need to add a RichTextBox or RichTextBlock to my Windows Phone App. I started developing my app in Windows Phone Sileverlight 8.1. I could add "<RichTextBox> </RichTextBox>" in xaml page, and it shows the RichTextBox control in the designer. But when I install the application in my Windows Phone, the RichTextBox control is not working, means we cannot insert any text in the box.
Please help me to resolve this problem. Is there any alternative toolkit for getting RichTextBox/RichTextBlock in my app.
i am developing a C#/XAML windows 8 Metro app,
The application works properly on a Windows 8 machine and emulator, but not on the Surface RT tablet. For example, I have a combobox in one of my screens and I bind the data to the combobox and set a default item by
combobox.selectedItem = "some test";
This data appears in the Windows 8 desktop machine and emulator, but the combobox is showing empty on a Surface RT tablet.
Does the combobox control have any problem on a Windows RT tablet?
I a used AnyCPU Configuration, built in Release mode and tested that package on the device which is generated. For the Surface RT do I need to generate an ARM build?
There's not enough information to answer this problem. I would guess that whatever source you use to populate your combo boxes is not accessible from the devices. If it's some sort of file on your computer, that won't work and you need to send it over as a resource. If it's a service call, you may have an authentication issue.
You might try it from a different desktop machine if one is available. This may or may not confirm my guesses.
I am converting my windows phone app to windows 8. i am unable to found child windows control in windows 8. can any one help on this.
Windows Store Apps has Popup control. You can host any controls within it.
Popup class
XAML Popup sample
Making a Popup Window in C# Windows Metro (WinRT)
We have created a C# windows form application that uses an ActiveX control to display video stream. Now we are planning to develop the same application in windows phone.
Is it possible to use ActiveX controls (OCX Files) in windows phone development?
No its not. You can only use Silverlight and XNA on Windows Phone.
You already have a Media content available using Silverlight that you can use to stream Video. You can find more information here:
http://msdn.microsoft.com/en-us/library/ff426928(v=VS.95).aspx
It can get as simple as something like this: