Questions tagged [silverlight-embedded]

16 questions
2
votes
1 answer

How to add Silverlight in Windows CE 6.0?

I want to add Silverlight in my win ce . Can anybody tell how to add the Silverlight application? And what are the thing I want to add in the catalog menu. Please tell me the steps for this.
vinoth
  • 21
  • 1
  • 3
1
vote
1 answer

UI development for windows (desktop + web application) and windows CE

I am working on a project where there is requirement of GUI to be created in Silverlight. Some key requirements are: Extremely rich GUI Real time visualization process graphics Support multiple themes Support different display size Support charting…
1
vote
2 answers

Windows CE Silverlight Setup

I have an embedded device,its includes windows CE 6.0 Build 3112.I want to run silverlight application on this device.I downloaded silverlight application,when I want to install it says "Silverlight is not valid application windows CE" so what can i…
Bahadır EKİCİ
  • 1,069
  • 1
  • 10
  • 24
1
vote
1 answer

Silverlight for Windows Embedded: How to propagate custom property value from xaml to VS project embedded application

I am working on a Silverlight for Windows Embedded project. I defined a custom user control which consists of a TextBlock control and an image control. I want to specify different text in different instance of the custom control. So I did the…
0
votes
1 answer

Windows Embedded Compact 7 application development with both managed and unmanaged code

I'm about to write an application for a embedded device with an nvidia Tagra2 running Windows Embedded Compact 7. There are the following requirements: Query data from an internet server via a REST-API using secured HTTPS communication. Map this…
0
votes
0 answers

AddRef on IUnknown(IXRApplication) crashing

I am debugging a larger issue but I have narrowed down to a specific scenario. Firstly: XamlRuntimeInitialize(); IXRApplication* pApp; res=GetXRApplicationInstance(&pApp); This works fine, Then: IUnknown*…
MDK
  • 495
  • 1
  • 6
  • 18
0
votes
2 answers

silverlight support in vs2010

hi i need some clarification about silverlight. I want develop one silverlightapplication for win ce6.0. so that my question is visualstudio2010 .net framework will no support for wince. is silverlight will support in visual studio2005 and tel me…
0
votes
1 answer

Determining XAML parse error locations on CE

We're evaluating using Silverlight on C++ for an embedded project and are prototyping some screens for a demonstration. What I'm finding is that Expression Blend will create XAML files that work fine on the desktop but, when porting them over to the…
danielweberdlc
  • 452
  • 1
  • 8
  • 16
0
votes
0 answers

ComboBox direction control

I want to see if i can set the direction that the combo boxes will pop up when the user clicks on them. I am developing this for WEC7 Platform Builder project with Silverlight for Embedded Application project. My main issue is, i have some combo box…
Javia1492
  • 862
  • 11
  • 28
0
votes
1 answer

How to use OPENGL API in wince 6.0 r3 platform builder

How to use the following interface in wince 6.0 r3 for implementing hardware acceleration for graphics in silverlight IRenderer ICustomSurface ICustomGraphicsDevice
Abhineet
  • 6,459
  • 10
  • 35
  • 53
0
votes
1 answer

How to implement code for multiple buttons using c++ in Silverlight for Windows Embedded

I have referred the following link: Silverlight for Windows Embedded By referring this link i created a demo application which consist of two buttons created using Microsoft expression blend 2 tools. And then written a code referring the above site.…
Abhineet
  • 6,459
  • 10
  • 35
  • 53
0
votes
1 answer

iMX31 dependencies?

I am beginner in an silverlight application. So at first i looked on demo application which is provided by wince 6.0 r3 at location WINCE600\PUBLIC\COMMON\OAK\DEMOS\XAMLPERF - this contains c++ code and …
Abhineet
  • 6,459
  • 10
  • 35
  • 53
0
votes
3 answers

Silverlight for windows embedded

This is my xaml file.
Abhineet
  • 6,459
  • 10
  • 35
  • 53
0
votes
0 answers

Button Behaviors Expression blend 3

I am using Expression Blend 3 and the Silverlight for Windows Embedded Application project type. What i want to do is have a button where when it is clicked, it will bring a popup box with other buttons to select. Sort of buttons embedded in a…
0
votes
1 answer

Parse HTML in Silverlight for Windows Embedded

I'm trying to show some files (html format) in a page of my application. If anyone has an example on how to do this, even remotely related, I would be grateful. So far I haven't found anything in my searches so I welcome any links,…
1
2