Advanced Forum Search Results
-
[quote user="Mog Liang - MSFT"]
GPUAcceleration provide performance improvement on certain steps of Element Rendering process(RenderTransform, Clip, Stretch), but doesn't help on media decoding process. It means that when using GPU on mediaelement, we could get better performance on resizing mediaelement[/quote]
Hi,
Do ...
-
The file names themselves are not obfuscated nor are the folders that you create. There is a folder or two along the path to your store(s) that certainly look obfuscated; however, I thought that was more to get 'isolation' and not for security reasons. A determined user can find the files using the advanced search options in Windows ...
-
Isn't the "not visible to search" a by-design feature since the folders are hidden?
This blog post (written by an MS employee) talks about how search won't find the files: http://nerddawg.blogspot.com/2009/04/silverlight-out-of-browser-apps-local.html
Here's a quote: "The AppData folder is a hidden folder. This ...
-
[quote user="footnick"]It would be good to know what a user-initiated event is[/quote]
Ashish Shetty covered some of this a few months ago: http://nerddawg.blogspot.com/2009/05/user-initiated-operations-in.html
-
I don't think the problem is RootVisual-related, my guess it that it is your GetFile method. Here's something to try:
1. look in the Properties for your HelloWorld.xaml file and verify the Build Action is set to Content - this will put it in the .xap but not in your .dll.
2. Create a URI for the xaml file you want to access. For a ...
-
That's really odd. I just tested IE8 and FF3.5 and it worked for me.
-
I don't think this is possible with the basic OOB support, the docs say:
"Silverlight provides basic out-of-browser support on Windows and Macintosh
computers for your Web-hosted, Silverlight-based applications. This is the
easiest way to use Silverlight outside a Web browser, but it requires that users
install the application ...
-
At his MIX09 talk, Mike Harsh was asked about this and he said it is not currently possible. The video is here: http://videos.visitmix.com/MIX09/T45F (I think this came up in a question at the very end of the talk).
-
I'm curious if this is a situation where MS recommends we use an "Embedded Resource"? Up until now, I've been avoiding that build action after reading Ashish Shetty's post (http://nerddawg.blogspot.com/2008/03/silverlight-2-demystifying-uri.html) where he says:
"Files marked as EmbeddedResource: Get embedded into the ...
-
I assume your "dialog box" is a custom UserControl with a few text boxes, some text blocks used as labels, and a few buttons? Also, I assume you want to get the data out of the text boxes and back to another part of your app, like the main Page?
If these two assumptions are correct, the standard thing to do is to have your dialog box ...