Questions tagged [silverlight-oob]

Silverlight-based application that provides support for running outside the browser (Out-of-Browser).

Out-of-browser applications are subject to the same security sandbox restrictions as ordinary in-browser applications. Some of these restrictions can be relaxed by configuring the application to require elevated trust.

168 questions
1
vote
2 answers

How should OOB Silverlight 4 app show unhandled errors to UI? (HtmlPage)

I have a SL OOB app (it only runs OOB) and was wondering about the ReportErrorToDOM code in the app.xaml.css: From what I understand, HtmlPage wont work in OOB as there is no DOM/HTML? Is that why this code is wrapped in a TryCatch block? (this is…
Rodney
  • 5,417
  • 7
  • 54
  • 98
1
vote
2 answers

Silverlight OOB (Out of Browser) Using Facebook Graph API

I'm building an out of browser Silverlight app and trying to use the Facebook Graph API, but I'm having trouble getting through the authentication round trip. I've gone through their Desktop Application Authentication…
1
vote
2 answers

Building a trusted Silverlight OOB app on a build server

I am trying to build an Out Of Browser Silverlight app with Elevated permissions required. I've followed these instructions to create a code signing certificate and I've checked the box to 'Sign the Xap File' in the properties pane in VS2010. I'm…
vanillaike
  • 135
  • 1
  • 8
1
vote
1 answer

How do I use COM objects in an OOB Silverlight 4.0 application?

I am contemplating building an out of browser Silverlight application. One of the reasons it has to be OOB is because I need to access an old school ActiveX/COM object and that is only allowed OOB. I am having trouble finding any examples on how…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
1
vote
1 answer

Capturing trace/debug information from a Silverlight OOB app running on a Mac

I'm having a problem with a trusted Silverlight 4 OOB app when it runs on a Mac. In order to debug I'd really like to be able to capture the debug/trace information output by the app. (The problem is in in code running in a background thread so…
Matt Lacey
  • 65,560
  • 11
  • 91
  • 143
1
vote
1 answer

Silverlight 4 screenshot OOB

Currently I'm trying to do create an out of browser application that captures the whole screen. Not just the Silverlight application. Now I know that this is not possible with plain Silverlight & C#, but you need to do some dllimports and stuff, it…
Anemoia
  • 7,928
  • 7
  • 46
  • 71
1
vote
0 answers

How to run Chrome/Firefox/Webkit engine on a Silverlight OOB browser control

I am maintaining a Silverlight application that runs Out-of-Browser (OOB). I want to be able to display an Angular webpage inside of it using a WebBrowser control. (This is required to maintain the sidebar menu for all other application…
Nexxas
  • 883
  • 1
  • 8
  • 14
1
vote
1 answer

Fullscreen richtextbox in silverlight

I have a dataform with a richtextbox In it. The user can type some text and have some editing capability, but I'd like to give the user the option to expand the editor to fullscreen to have more richtextbox editing options. How can I implement a…
Jakob
  • 4,784
  • 8
  • 53
  • 79
1
vote
2 answers

Licensing in a Silverlight 4 application

Does anyone have any experience or suggestions for providing basic licensing support for a Silverlight 4 application? I'm especially interested in the case where the application is running out-of-browser. I'd like to be able to provide some sort of…
HullCitySteve
  • 1,281
  • 11
  • 13
1
vote
0 answers

ActiveX in OOB Silverlight5 app

I'm trying to use an ActiveX control in an out-of-browser Silverlight5 application. This code (for in-browser) works: Host Html page: