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
0
votes
0 answers

Silverlight OOB Read COM port data received eventhandler crashes

I'm trying read data of RFID scanner using Silverlight4. I know I can do so as Silverlight4 supports reading client COM ports in OOB mode and using Elevated permissions. RFID scanner works fine when I read the data by simple win app however when I…
Ahmed Fayed
  • 141
  • 2
  • 10
0
votes
1 answer

Copy silverlight out of browser application

After a user installs a silverlight app out of the browser, can they copy the application to another computer? If so, are there any good strategies to avoid this? Thank you.
Artur Carvalho
  • 6,901
  • 10
  • 76
  • 105
0
votes
2 answers

Silverlight OOB Application Path Portability

Silverlight Out-of-browser applications get installed to a seemingly random location: AppData\LocalLow\Microsoft\Silverlight\OutOfBrowser\2333572144.www.microsoft.com for example. Currently, I am simply storing this path, which works perfectly well…
jaws
  • 1,952
  • 4
  • 20
  • 27
0
votes
1 answer

How to browse an image using OpenFileDialog and save it in images folder - Silverlight OOB - VB

I'm developing an Silverlight OOB application using VB, and I need to implement a method where the user select an image (.png) by an OpenFileDialog file and it saves this image in Images folder in the project, because it's not possible to set a…
0
votes
1 answer

Custom Font in Silverlight OOB

Can anyone give me a hand on how to use Custom fonts in a Silverlight app in OOB? It works in the browser correctly. Furthermore, the font is working and referenced correctly as the designer renders what I am after, but when running the app it is…
beefy
  • 3
  • 3
0
votes
0 answers

Silverlight OOB method hanging

I am researching a problem related to a method call hanging with my silverlight 5 OOB app. Please see this piece of code. SourceNodeList and CustomerNodeList are ObservableCollections. System.Diagnostics.Debug.WriteLine("Loading Tree…
dparker
  • 1,082
  • 1
  • 9
  • 14
0
votes
1 answer

How to position silverlight OOB top and left position during runtime?

In silverlight out of browser, after login from the silverlight login page, I would like to adjust the position of it. I have tried my luck setting Application.Current.MainWindow.Left and Application.Current.MainWindow.Top but unfortunately it is…
DEN
  • 1,893
  • 7
  • 27
  • 51
0
votes
1 answer

Http-post parameters and display response in a browser using Silverlight and JavaScript

While doing Silverlight's interoperability with JavaScript I've faced a strange behaviour in my Silverlight Out-of-Browser (OOB) application. My goal is to http-post some data to the specific site. We can post data using WebClient or HTTPWebRequest…
Robertas
  • 1,164
  • 3
  • 11
  • 26
0
votes
1 answer

How to change the update-URL of a Silverlight OOB application

Once a Silverlight application has been installed as an out-of-browser application, I know I can update it by calling the Application.Current.CheckAndDownloadUpdateAsync() method. This will check the URL where the XAP was originally downloaded and…
Peter
  • 13,733
  • 11
  • 75
  • 122
0
votes
1 answer

Silverlight OOB application uncaught exception on offline startup

I've got a Silverlight 5 application that can work in browser and out of browser. When run out of browser, it should be able to use previously downloaded data (XMLs and JPGs) to work without an Internet connection. Currently it works, but I've got…
jv42
  • 8,521
  • 5
  • 40
  • 64
0
votes
1 answer

Can a Silverlight OOB App still be run from a Web Site

Hi everybody at stackoverflow, I've created a small application which is designed and written in Silverlight 5 (vb). I chose to use the out of browser settings (oob)for the application because I did not want to use a whole page just for a small…
0
votes
1 answer

How do you install silverlight Floating windows into visual studio 2010

Hi every one at stackoverflow, I've just recently downloaded the latest file for silverlight floatable windows and I'm not sure how to install it into visual studio 2010 (I'm a "newbie"). The project I'm undertaking at present is in silverlight 5…
0
votes
1 answer

Is it possible to render Silverlight elements on top of a Web Browser control (in OOB mode)

I would like to be able to hide and reveal Web Browser controls using other Silverlight elements and various transitions. It appears that any Web Browser controls are always rendered last on the page. Is there any way to get other elements to…
iCollect.it Ltd
  • 92,391
  • 25
  • 181
  • 202
0
votes
1 answer

Does silverlight 5 out of browser application run on Windows XP and similar doubts

Does a OOB app built on Silverlight 5 work on a Windows XP machine? I have read that .NET 4.5 apps don't work on Windows OS-es before Vista, so considering Silverlight 5 is a recent release, just wondering if such apps can run on XP machines. Can a…
nawfal
  • 70,104
  • 56
  • 326
  • 368
0
votes
1 answer

Is it Possible To change the Title of the application in Out-of-Browser mode in silverlight

I have a silverlight 4.0 application where I need to change the Window Title of the application after login to the application according to the User in the Out-of-Browser mode. Is it Possible ? I have gone through the following…
Chitta
  • 185
  • 2
  • 15
1 2 3
11
12