Questions tagged [out-of-browser]

A general term describing applications which use client side web-standard technologies to create a desktop application. Synonyms include [tag:RIA].

A general term describing applications which use client side web-standard technologies to create a desktop application. Synonyms include .

Typically, these applications use technologies normally employed within websites, such as HTML and JavaScript. They could be used via a browser instance, but due to requirements (desire, design, offline access, etc.) are developed so that they can be used without the need of the browser. They typically offer better cross-platform support than typical desktop development environments.

Examples of web technologies used outside of a browser include Microsoft's Silverlight and Compiled HTML Help, Adobe Air, and JavaFX.

153 questions
4
votes
2 answers

Silverlight 4 and out of browser

Does any one know if its possible to animate app.current.mainwindow.width so that you get a nice animation with easing if you programatically resize the oob apps window. Thanks.
David
  • 560
  • 4
  • 13
4
votes
2 answers

Silverlight 3 Out of Browser - Restart "application"

We're working on a fairly complex Silverlight 3 RIA UI for our back office product. Part of the functionality of this is that the user may select themes. We're using Telerik themes and these require us to apply the theme selection at the time of…
Program.X
  • 7,250
  • 12
  • 49
  • 83
4
votes
6 answers

How to set focus on TextBox in Silverlight 4 out-of-browser popup

I have a simple ChildWindow popup in Silverlight 4 (beta). Important: This is an out-of-browser application. i want to auto set focus on a TextBox control when the window opens. I've tried a couple things : The following code doesn't seem to do…
Simon_Weaver
  • 140,023
  • 84
  • 646
  • 689
4
votes
1 answer

Can I use a company's timestamping server with self-signed certificates?

I'm interested in signing my Silverlight XAP with a self-signed certificate, so it can auto-update. I haven't tried yet, but figure I can create a certificate easily with this question/answer I found on StackOverflow. But it's not clear to me what…
Peter
  • 13,733
  • 11
  • 75
  • 122
4
votes
1 answer

SIlverlight 3 out-of-browser high DPI window size problem

My Silverlight 3 application looks perfect in and out-of-browser with DPI setting in Windows XP set to Normal size (96 DPI). After changing DPI settings to Large size (120 DPI) the application looks the same in browser but scales up out-of-browser.…
Gleb
3
votes
1 answer

Silverlight OOB Splash Screen

In my Silverlight 5 OOB main method I'm setting a custom Application.Current.MainWindow.Left and Application.Current.MainWindow.Top. When starting the application the OOB window appears briefly at the default position which is set in the…
3
votes
1 answer

Silverlight 5 Trusted Mode. Accessing FileSystem and Local drives

Is there any way, any chance at all to access entire filesystem in SL app with elevated trust? That will work both in Windows and Mac? Through AutomationFactory,PInvoke or unmanaged code? I need an app that could read local drives, folders and…
iLemming
  • 34,477
  • 60
  • 195
  • 309
3
votes
1 answer

ssl, silverlight, wcf and local install

I'm trying to get a silverlight program to install locally and still be able to access wcf data services over ssl. When I run the application in browser, everything works fine. When I run the application out of browser without ssl everything works…
dregan
  • 337
  • 1
  • 3
  • 8
3
votes
2 answers

How do I set a minimum width and height for my Silverlight 4 OOB application?

Is there a way to set a minimum width and height for my Silverlight 4 out-of-browser application?
MindModel
  • 822
  • 1
  • 10
  • 22
3
votes
1 answer

Silverlight Transparent Background in Out-of-Browser mode

I'm sure it has been asked before (but couldn't find any resources that solves my problem), I'm creating a Silverlight application where users may install and use in OOB mode, using elevated trust. I want my "windowless window"s background to be…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
3
votes
2 answers

Silverlight custom Tabcontrol Design

I am Newbie to development and am going to develop a Windows-based project using Silverlight. I chose to make an OOB app (silerlight Out Of Browser application). In my project I am going to use a TabControl. I am able to display a TabControl with…
Ash
  • 469
  • 1
  • 8
  • 23
3
votes
1 answer

Why would my Silverlight 4 Out-of-Browser application just display white?

My Silverlight application works fine when running in a browser. But when I install it as an out-of-browser application, the Window frame comes up with an appropriate icon and title, but the content of the window is just white. It is in the start…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
3
votes
3 answers

How to open window pop-up from Silverlight Out-of-Browser?

I need to open window pop-up from Silverlight Out-of-Browser application. I've added parameter in Index.html, but executing this from code behind: HtmlPage.Window.Navigate(new Uri(myUrl), "_blank",…
Jeaf Gilbert
  • 11,495
  • 19
  • 78
  • 105
3
votes
3 answers

How can I prevent the user from resizing the silverlight out-of-browser window?

I have a silverlight app which can be installed as out-of-browser. I've defined the Height and Width in the main UserControl. I've defined the same Height and Width in the OutOfBrowserSettings.xml file. But the user can still resize the…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
3
votes
2 answers

How does one change the background color for a loading out-of-browser Silverlight 3 application?

When running our Silverlight 3 application out-of-browser, startup takes a little time, but it's long enough to be noticeable. During this startup, the background of the window hosting the application displays an ugly white background color. When…
Jacob
  • 77,566
  • 24
  • 149
  • 228
1
2
3
10 11