Tagged Questions
The out-of-browser tag has no wiki summary.
13
votes
1answer
1k views
Launch Silverlight Out-of-Browser from browser post-installation
I am building a prototype application in Silverlight 4 Beta and I am using the Out-of-Browser (OOB) functionality. I need the OOB functionality to be able to access the local file system, and I would ...
8
votes
2answers
362 views
Disable resizing out of browser Silverlight 4 Window [closed]
Possible Duplicate:
How can I prevent the user from resizing the silverlight out-of-browser window?
Is there any way to actually remove the ability to maximize/resize the out of browser ...
7
votes
1answer
376 views
Isolated Storage, OOB, and Removing the App
What happens to the files created by Isolated Storage when the OOB app is removed? Do they remain or are the files also deleted? From what I can deduct the files would be maintained so they can be ...
7
votes
4answers
2k views
Silverlight 3 - Can I run Out-of-browser inside another application
The new Silverlight 3 beta includes the ability to run Out-of-Browser applications. The demos so far show this only inside a special frame. Does anyone know how I can run Siverlight 3 controls ...
5
votes
4answers
674 views
Out of browser silverlight application vs a traditional desktop application
If I understand correctly, Microsoft Silverlight is a lightweight .NET implementation meant to run on the client side, inside a browser. So now I hear about "out of browser" silverlight applications ...
4
votes
2answers
464 views
XAP Caching in Out of Browser (OOB) Silverlight Applications
When a Silverlight 4 application is installed and run out-of-browser (OOB), is it possible to have the application automatically recognize updates to the .xap file (and either automatically install or ...
4
votes
4answers
2k views
Uninstall out-of-browser silverlight application programmatically
How to uninstall out-of-browser silverlight 4 application programmatically instead of using the contextmenu (e.g. if I want to replace the context menu)?
Edit
I have found in "Installing Silverlight ...
4
votes
2answers
1k views
Silverlight 4 launch a trusted application into the browser?
I just lost 5 hours looking for a answer which i haven't been able to find :p
First, I'd like to force a trusted application (i need to access the file system) to display into the browser. Based on ...
4
votes
2answers
252 views
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.
4
votes
2answers
1k views
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 ...
4
votes
2answers
305 views
Multiple Out-of-Browser Applications in One Application
I'm looking at a scenario where I need to create a single "master" Silverlight application and then add "child" applications for an out-of-browser Silverlight application.
The scenario is something ...
4
votes
6answers
6k views
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 ...
4
votes
1answer
4k views
Silverlight 3 - Out of browser HtmlPage.Window.Navigate
Silverlight 3 allows you to run your application out of the browser, which installs a link on your desktop/start menu.
The problem is we are currently using
System.Windows.Browser.HtmlPage.
...
3
votes
2answers
190 views
Access host or URL info in Silverlight out-of-browser
I'm building a Silverlight app which will be deployable to different websites easily, and from within the application, I need to access the domain/host that the Silverlight is hosted at. So, I know ...
3
votes
2answers
420 views
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 ...
3
votes
3answers
839 views
Silverlight 4 OOB + Browser HTTP Stack + Client Certificates = FAIL?
I'm having an issue where IIS 7.5 (on Windows 7 64-bit) is failing when I call it from an out-of-browser Silverlight 4 app using SSL and a client certificate, with the message "The I/O operation has ...
3
votes
4answers
764 views
Download a zip folder from a remote server and unzip folder from a silverlight application
How can i download a zipped folder from a remote server and unzip the entire files in the folder and store them in isolated storage space from a silver light 3 or 4 out of browser application. Any ...
3
votes
0answers
772 views
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 ...
2
votes
1answer
63 views
Silverlight 4 Out-Of-Browser issues: app displays blank (white) screen, no exceptions thrown, no breakpoints hit
I'm having issues with Silverlight 4 Out-Of-Browser, as specified in the title.
What I did:
Update project settings to enable Out-Of-Browser. This enabled OOB, but when I ran the app in this way it ...
2
votes
1answer
51 views
Signed XAP deployed to IIS is still Unverified for the user (client machine)
Just a problem. I was able to deploy my signed silverlight OOB on IIS on our Server. However despite that the signed xap was deployed to IIS, when accessing the app on the other machine (client) the ...
2
votes
2answers
121 views
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?
2
votes
1answer
190 views
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 ...
2
votes
3answers
289 views
How to pass data from Silverlight OOB application to asp.net website?
I created silver-light 4.0 application in that user can enter their username and password.
After submit this secret data(username, password ) from SL application,
it submitted to website with query ...
2
votes
2answers
516 views
VS2010 - Debugging a silverlight 4 OOB with breakpoints in the WCF services
I created a silverlight 4 app , and chose to host it in a ASP.NET Web Application.
I added a Silverlight-enabled WCF Service to the Web Application Project.
The Web Application project is now set to ...
2
votes
1answer
429 views
Resume download of file in Silverlight 4 OOB
I have a Silverlight 4 out-of-browser application that needs to be able to resume the download of an external file if the download is interrupted for any reason. I would like to be able resume ...
2
votes
1answer
533 views
Moonlight 4 out-of-browser
I'm trying to launch some of my existing Silverlight apps out-of-browser on Unbuntu and Moonlight 4 Preview. Install the apps was pretty sweet using Firefox and Chrome.
I received the same error ...
2
votes
1answer
185 views
Silverlight 4 OOB Updating
I've built a silverlight 4 app that is soon to be deployed but I'm having some trouble with the updating.
The versioning number system I'm using is
Major = year
Minor = month
Revison = day
Build = ...
2
votes
0answers
200 views
Silverlight OOB App Won't Install on OS X
I've built an Out-Of-Browser application using Silverlight, which if right-clicked while running in-browser gives you the "Install BlaBla Application onto this computer" option.
This works just fine ...
2
votes
1answer
547 views
Silverlight window.external.notify() securityproblem?
in my silverlight application I am using the webBrowser control.
I call following javascript function on the page i'm navigating to.
function notify() {
window.external.notify("Close");
...
2
votes
2answers
919 views
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 <param name="enablehtmlaccess" value="true" /> in Index.html, but executing this from code behind:
...
2
votes
1answer
249 views
How to Make ESC exits full-screen mode in Trusted Application?
One consequence of the keyboard-restriction change is that pressing ESC will not exit full-screen mode in trusted applications. This enables you to use the ESC key for other functionality. However, ...
2
votes
2answers
945 views
Pass command line arguments to OOB Silverlight 4 application
I need to launch a Silverlight 4 OOB app through an existing WinForms application (using System.Diagnostics.Process to execute sllauncher.exe). I was hoping there would be some way to make ...
2
votes
3answers
664 views
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 ...
2
votes
2answers
2k views
Silverlight 4 OOB application access HTML DOM of the page in WebBrowser control
Does anybody know if it is possible to access and manipulate an element in the html page that is rendered by the Silverlight 4 WebBrowser control.
The scenario is like this. The user launches a ...
2
votes
2answers
686 views
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 ...
2
votes
2answers
2k views
Problems with debugging in Silverlight 4 using Out of Browser and WCF RIA Services
With Visual stuido 2010, it's simple to set up SL4 to debug with an out-of-browser installed app. I followed the instructions from here and everything seems to set up fine. Debugging from the ...
2
votes
1answer
1k views
Open page in silverlight out of browser
Is there any way to open a page in the browser by clicking the app in out-of-browser mode?
Thank you
2
votes
2answers
541 views
Silverlight 3 Out of the Browser Updates
I have a few users that are using a silverlight app that aren't recieving updates when a new release is published. Isn't this suppose to be automatic or perhaps I'm missing an option somewhere? I was ...
2
votes
1answer
712 views
Silverlight out of browser icons displaying inconsistently
I'm getting some strange behaviour with the out of browser icons in a Silverlight 3 app. All four sizes are defined in the AppManifest.xml and each icon has the build action set to "Content". However, ...
1
vote
1answer
48 views
Silverlight Notification API in-browser
I'd like to use the Notification API to create toast notifications for a Silverlight app designed to run both in and out of the browser, but the NotificationWindow class is only available OOB.
Does ...
1
vote
0answers
17 views
Silverlight OpenFileDialog appears behind the browser
In my Silverlight App, I have a button that opens up an OpenFileDialog.
OpenFileDialog oDlg = new OpenFileDialog();
oDlg.Multiselect = true;
oDlg.Filter = "Image Files (*.png, ...
1
vote
1answer
139 views
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 ...
1
vote
1answer
32 views
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 ...
1
vote
3answers
88 views
Reading a Picture from a folder on a Silverlight (Out of browser application)
For reading a picture from a folder with my Silverlight application, I Set the source of a Bitmap image with the stream of the file. See the code below:
string path = ...
1
vote
1answer
68 views
How to install a Silverlight OutOfBrowser Application with shortcuts created for all users
I've a Silverlight Out of Browser application where I does installation like this:
C:\Program Files\Microsoft Silverlight\sllauncher.exe /install:[path to xap file] /shortcut:desktop+startmenu
This ...
1
vote
1answer
89 views
Corrupted File when I save a Bitmap image on HardDrive
I have a Silverlight Out-of-browser application and I want to save pictures on a specified directory. In the application, I have the picture loaded in a BitmapImage and I wish to save it on the ...
1
vote
2answers
178 views
Enabling Silverlight Out-of-browser breaks in-browser application
I am currently developing a small application in Silverlight, and recently to try it out, i enabled out-of-browser deployment for my application. However, now after I disabled the setting, running ...
1
vote
3answers
198 views
AutomationFactory - Information Needed
I am interested in using the AutomationFactory namespace but I cannot find any documentation on what I can use for a sepcific COM. I figure it's because I do not know what terms I should actually be ...
1
vote
2answers
313 views
Silverlight out-of-browser vs multi-targeting WPF
I'm starting a new project that is primarily a silverlight web application. However, it also needs to run as a stand-alone desktop application.
I'm planning on basing the project on Prism 4.0. It ...
1
vote
1answer
598 views
Fails to load moonlight out or browser application in ubuntu
I have implemented a out of browser feature using silverlight 4 and it is working fine in Microsoft environment.
While i am testing the same page in linux (ubuntu) environment, the out-of-browser ...