User Tim Heuer - Stack Overflowmost recent 30 from stackoverflow.com2009-12-03T09:54:11Zhttp://stackoverflow.com/feeds/user/705http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1791549/turn-off-silverlight-plug-in-warning-in-chrome/1791768#17917681Answer by Tim Heuer for Turn Off Silverlight Plug-in Warning in ChromeTim Heuer2009-11-24T17:50:31Z2009-11-24T17:50:31Z<p>Nick - are you using Chrome early builds on the Mac? There are some known issues with Chrome/Silverlight that we are working through with the teams -- most scenarios work though. Is this something you can share so others may verify?</p>
http://stackoverflow.com/questions/1669530/silverlight-printing/1669886#16698861Answer by Tim Heuer for Silverlight printingTim Heuer2009-11-03T20:18:02Z2009-11-03T20:18:02Z<p>Take a look at SmartPrint for Silverlight 3: <a href="http://www.smartwebcontrols.com/SmartPrintDetails.aspx" rel="nofollow">http://www.smartwebcontrols.com/SmartPrintDetails.aspx</a> </p>
http://stackoverflow.com/questions/1136714/play-media-file-error-in-silverlight/1619672#16196720Answer by Tim Heuer for play media file error in SilverlightTim Heuer2009-10-25T01:19:14Z2009-10-25T01:19:14Z<p>George2 - I'm assuming the media parameter for the video player you are using is http? if so, you are running your html page under the file:// scheme. You must use the same scheme for web requests in silverlight. Run the page under a web context (cassini in VS or IIS or whatever) and ensure the scheme matches the URI scheme for the media file. Avi's answer is correct, I'm just providing more context as to <em>why</em> you are getting this error possibly.</p>
http://stackoverflow.com/questions/1610621/silverlight-control-locked-in-runtime/1610729#16107290Answer by Tim Heuer for Silverlight control locked in runtimeTim Heuer2009-10-23T00:07:52Z2009-10-23T00:07:52Z<p>Jake, it would be hard to tell if the users aren't giving you any type of information like OS/Browser, screenshots, etc. I don't think there would be a general reason especially since you said yourself that 3 out of 1000 had the problem.</p>
http://stackoverflow.com/questions/1591692/silverlight-child-windows/1591854#15918543Answer by Tim Heuer for Silverlight Child WindowsTim Heuer2009-10-20T00:24:41Z2009-10-20T00:24:41Z<p>Joe you can alter the code (which is available at <a href="http://silverlight.codeplex.com" rel="nofollow">http://silverlight.codeplex.com</a>) to create your own custom one, but there is no default setting to change that.</p>
http://stackoverflow.com/questions/287447/silverlight-2-0-saving-to-a-text-file/1468425#14684250Answer by Tim Heuer for Silverlight 2.0 - Saving to a text fileTim Heuer2009-09-23T20:45:24Z2009-09-23T20:45:24Z<p>Just to update this thread -- Silverlight 3 has this capability now.</p>
http://stackoverflow.com/questions/1454858/multiple-type-of-controls-in-the-same-header-in-the-datagrid-in-silverlight/1456604#14566040Answer by Tim Heuer for Multiple type of controls in the same header in the datagrid in SilverlightTim Heuer2009-09-21T20:16:30Z2009-09-21T20:16:30Z<p>Have you looked at DataForm? I'm not sure why you'd want to do do the above in a DataGrid.</p>
http://stackoverflow.com/questions/1363554/how-to-pass-parameter-into-silverlight-so-that-it-is-behind-the-scenes/1363711#13637110Answer by Tim Heuer for How to pass parameter into silverlight so that it is "behind the scenes"Tim Heuer2009-09-01T17:42:11Z2009-09-01T17:42:11Z<p>You can pass parameters to a Silverlight application using the initParams option in the plugin. Load that with some ASPNET code and you can dynamically set it at load time.</p>
http://stackoverflow.com/questions/1315191/silverlight-file-upload-tutorial/1316970#13169702Answer by Tim Heuer for Silverlight file upload tutorial?Tim Heuer2009-08-22T20:29:37Z2009-08-22T20:29:37Z<p><a href="http://silverlight.net/learn/learnvideo.aspx?video=69793" rel="nofollow">http://silverlight.net/learn/learnvideo.aspx?video=69793</a></p>
http://stackoverflow.com/questions/1306813/how-can-i-expose-a-net-2-0-webservice-to-a-silverlight-client/1313970#13139700Answer by Tim Heuer for How can I expose a .Net 2.0 Webservice to a Silverlight client?Tim Heuer2009-08-21T20:03:11Z2009-08-21T20:03:11Z<p>Take a look at this <a href="http://blogs.msdn.com/carlosfigueira/archive/2008/03/07/enabling-cross-domain-calls-for-silverlight-apps-on-self-hosted-web-services.aspx" rel="nofollow">http://blogs.msdn.com/carlosfigueira/archive/2008/03/07/enabling-cross-domain-calls-for-silverlight-apps-on-self-hosted-web-services.aspx</a> </p>
http://stackoverflow.com/questions/1306600/how-to-create-silverlight-app-with-vwd-2008-sp1/1313964#13139640Answer by Tim Heuer for How to create silverlight app with vwd 2008 sp1?Tim Heuer2009-08-21T20:01:34Z2009-08-21T20:01:34Z<p>Larry also make sure you are choosing New Project instead of New Web Site.</p>
http://stackoverflow.com/questions/1232158/xaml-page-flip-twist/1235638#12356380Answer by Tim Heuer for XAML page Flip twistTim Heuer2009-08-05T20:44:10Z2009-08-05T20:44:10Z<p>You may want to try /SLBookDemoApp;component/PageTeste2.xaml.</p>
http://stackoverflow.com/questions/1145026/ria-services-cannot-insert-or-update-entity/1151447#11514470Answer by Tim Heuer for RIA Services: cannot insert or update entityTim Heuer2009-07-20T01:49:45Z2009-07-20T01:49:45Z<p>feugenix -- to rule out some of the general common errors with services (and the NotFound error), are you running the Silverlight application under an HTTP context? (i.e., the address bar in the app is NOT c:\something?)</p>
<p>I usually recommend using a tool to sniff the traffic and really see what the response is from the server. <a href="http://timheuer.com/blog/archive/2008/06/10/silverlight-services-cross-domain-404-not-found.aspx" rel="nofollow">http://timheuer.com/blog/archive/2008/06/10/silverlight-services-cross-domain-404-not-found.aspx</a></p>
http://stackoverflow.com/questions/1148591/recording-audio-from-users-microphone-in-silverlight-3/1151443#11514434Answer by Tim Heuer for Recording audio from user's microphone in silverlight 3Tim Heuer2009-07-20T01:47:39Z2009-07-20T01:47:39Z<p>Just to verify Noldorin's answer 'officially' -- it is currently NOT possible in Silverlight 3 as a plugin only. This (webcam/mic) is something we're exploring for Silverlight future versions and is a highly requested feature.</p>
http://stackoverflow.com/questions/1150985/silverlight-3-offline-mode/1151436#11514361Answer by Tim Heuer for Silverlight 3 Offline ModeTim Heuer2009-07-20T01:45:30Z2009-07-20T01:45:30Z<p>GWLlosa -- really, you're getting that type of feedback. That's surprising. But you do mention power users. Given that I'll offer this. First, you can install the shortcut to the desktop and/or the start menu. That gives a point to start the application.</p>
<p>Second in a world where operating systems rely so much less on <em>where</em> things are as long as they are discoverable, I'd add that Silverlight out-of-browser experiences show up in the Vista/Win7/Desktop Search triggers on Windows and Spotlight search on Mac. I'd argue that a true power user is already using this function. I can't remember the last time I clicked the start menu to access the program files group!</p>
http://stackoverflow.com/questions/1051459/silverlight-ininparams/1051881#10518813Answer by Tim Heuer for Silverlight IninParamsTim Heuer2009-06-27T01:14:43Z2009-06-27T01:14:43Z<p>When you say programmatically, do you mean you still want the server to set some values? Consider a LiteralControl and have it replace with the:</p>
<pre><code><param name="initparams" value="foo" />
</code></pre>
<p>Where you need it, so it might look something like this:</p>
<pre><code><object...>
...
<asp:Literal id="initParamsPlaceholder" runat="server" />
</object>
</code></pre>
http://stackoverflow.com/questions/996033/silverlight-createobject-not-working-as-expected/996695#9966950Answer by Tim Heuer for Silverlight.createobject not working as expected?Tim Heuer2009-06-15T15:14:13Z2009-06-15T15:14:13Z<p>MediaSource isn't a parameter for the tag so I'm surprised that is working and assuming that it is using a default value and not what you are passing in when using the , but I'm assuming your app has an initParam that you are wanting to set. It's hard to tell only by this post, but if your app has an initParam, make sure you are using the correct named parameter.</p>
http://stackoverflow.com/questions/907464/dependency-injection-for-silverlight/907483#9074832Answer by Tim Heuer for Dependency injection for Silverlight?Tim Heuer2009-05-25T17:28:05Z2009-05-25T17:28:05Z<p>Ninject does. Some resources:</p>
<p><a href="http://jonas.follesoe.no/YouCardRevisitedImplementingDependencyInjectionInSilverlight.aspx" rel="nofollow">http://jonas.follesoe.no/YouCardRevisitedImplementingDependencyInjectionInSilverlight.aspx</a></p>
http://stackoverflow.com/questions/526264/clickonce-the-required-version-of-the-net-framework-is-not-installed-on-this-co/837216#8372162Answer by Tim Heuer for ClickOnce: The required version of the .NET Framework is not installed on this computerTim Heuer2009-05-07T21:49:18Z2009-05-07T21:49:18Z<p>Hey all, I was updating one of my own plugins and ran into this as well, so I thought I'd ask some friends internally :-). Here's the skinny...</p>
<p>The following file is missing in Win7RC .NET distribution (this is known and being addressed):
%ProgramFiles%\Reference Assemblies\Microsoft\Framework\v3.5\RedistList\FrameworkList.xml</p>
<p>Copy that file from a non Win7 machine (same location) to the Win7 box and your publish should work. </p>
<p>I'm traveling and haven't verified yet (don't have a non Win7 box near me), but wanted to post this for you all.</p>
<p>Hope this helps!</p>
<p>-th</p>
http://stackoverflow.com/questions/799206/what-do-you-use-isolatedstorage-in-silverlight-for/799273#7992733Answer by Tim Heuer for What do you use IsolatedStorage in Silverlight for? Tim Heuer2009-04-28T18:29:25Z2009-04-28T18:29:25Z<p>Robert -- the <em>default</em> is 1MB, you (as the developer) can request a quota increase to any amount of available space the user may have. We have some customers using Silverlight for offline media applications and use 750MB of space to store a movie, as an example.</p>
<p>-th</p>
http://stackoverflow.com/questions/728201/what-is-the-best-way-to-support-plugins-with-a-silverlight-app/728292#7282921Answer by Tim Heuer for What is the best way to support plugins with a Silverlight app?Tim Heuer2009-04-08T02:29:02Z2009-04-08T02:29:02Z<p>Think about storage too. I was thinking about this same curiosity. Perhaps IsoStore is a place where you can keep them. A user has a plugin for your app (that conforms to an interface) and you can have them locate it (OpenFileDialog) and load it into your app (save in IsoStore). It isn't a durable solution of course, but an interesting one.</p>
http://stackoverflow.com/questions/608304/silverlight-video-playing-virtual-video-clips/608389#6083891Answer by Tim Heuer for Silverlight Video - playing Virtual Video ClipsTim Heuer2009-03-03T21:56:39Z2009-03-03T21:56:39Z<p>In theory you could yes, you could have the MediaElement start a specific position and then monitor the playback and stop the media when it hits another position. You could do this probably easier (than monitoring time) by providing markers in the media and just listen for the marker events, then start/stop as needed.</p>
http://stackoverflow.com/questions/608141/how-to-implement-live-video-broadcasting-in-c/608381#6083810Answer by Tim Heuer for How to implement live video broadcasting in C#?Tim Heuer2009-03-03T21:55:09Z2009-03-03T21:55:09Z<p>Hi, do you have a live stream? Or is that the part you need? If you already have a live stream with a URI, then you could use Silverlight to display it as all you need is a player and a URI (you can get a player anywhere, here's one <a href="http://sl2videoplayer.codeplex.com" rel="nofollow">http://sl2videoplayer.codeplex.com</a>).</p>
<p>If you don't have the stream, then what you will need is some mechanism to capture video and stream it. You can use Windows Media Server to do the streaming.</p>
<p>Can you clarify what pieces you have and what you need?</p>
http://stackoverflow.com/questions/581930/javascript-calling-c-function-under-sliverlight/582215#5822151Answer by Tim Heuer for Javascript calling C# function under SliverLightTim Heuer2009-02-24T15:37:04Z2009-02-24T15:37:04Z<p>You need to ensure your C# functions are marked as Scriptable. See <a href="http://silverlight.net/learn/learnvideo.aspx?video=65683" rel="nofollow">http://silverlight.net/learn/learnvideo.aspx?video=65683</a> for some walk throughs on how to accomplish this.</p>
http://stackoverflow.com/questions/569743/does-latest-version-of-silverlight-depend-in-any-way-on-net-3-0-3-5/569992#5699923Answer by Tim Heuer for Does latest version of Silverlight Depend in any way on .Net 3.0, 3.5?Tim Heuer2009-02-20T15:31:19Z2009-02-20T15:31:19Z<p>Jeff - short answer: NO. In the release notes this comment refers to UIAutomation implementations in Silverlight, not the core features.</p>
http://stackoverflow.com/questions/557877/alternatives-to-programming-silverlight-2/558166#5581663Answer by Tim Heuer for Alternatives to "Programming Silverlight 2"?Tim Heuer2009-02-17T18:33:53Z2009-02-17T18:33:53Z<p>Here's what is on my bookshelf currently:</p>
<ul>
<li>Silverlight 2 in Action: <a href="http://tinyurl.com/sl2inaction" rel="nofollow">http://tinyurl.com/sl2inaction</a></li>
<li>Silverlight 2 Unleashed: <a href="http://tinyurl.com/sl2unleashed" rel="nofollow">http://tinyurl.com/sl2unleashed</a></li>
<li>Data-driven Services in Silverlight 2: <a href="http://tinyurl.com/sl2data" rel="nofollow">http://tinyurl.com/sl2data</a></li>
<li>Foundation Silverlight 2 Animation - <a href="http://tinyurl.com/sl2animation" rel="nofollow">http://tinyurl.com/sl2animation</a></li>
</ul>
<p>Hope this helps!</p>
http://stackoverflow.com/questions/534208/calling-a-javascript-function-from-silverlight/534279#5342790Answer by Tim Heuer for Calling A Javascript function from SilverlightTim Heuer2009-02-10T21:26:05Z2009-02-10T21:26:05Z<p>Ryan, what does showPopup do? can you perhaps create a simple method to isolate if it is something within the method that is in violation?</p>
http://stackoverflow.com/questions/502245/how-to-include-silverlight-on-html-page-with-object-tag/502268#5022683Answer by Tim Heuer for How to include Silverlight on HTML page with object tag?Tim Heuer2009-02-02T05:28:18Z2009-02-02T05:28:18Z<p>Does the server have the registered MIME type of application/x-silverlight-app for the XAP extension?</p>
http://stackoverflow.com/questions/496311/silverlight-development-in-visual-basic-2005/496444#4964441Answer by Tim Heuer for Silverlight development in visual basic 2005Tim Heuer2009-01-30T17:38:17Z2009-01-30T17:38:17Z<p>The templates for VS2005 are only for Silverlight 1.0 (Javascript) applications. To develop Silverlight 2 applications <em>with Visual Studio</em> you will need VS 2008 (or one of the FREE express editions of Visual Web Developer Express 2008).</p>
http://stackoverflow.com/questions/495868/error-accessing-rss-feed-from-silverlight-with-webclient/495944#4959441Answer by Tim Heuer for Error accessing RSS feed from Silverlight with WebClient()Tim Heuer2009-01-30T15:38:11Z2009-01-30T15:38:11Z<p>Also please see <a href="http://silverlight.net/learn/learnvideo.aspx?video=65672" rel="nofollow">http://silverlight.net/learn/learnvideo.aspx?video=65672</a> and <a href="http://silverlight.net/learn/learnvideo.aspx?video=47174" rel="nofollow">http://silverlight.net/learn/learnvideo.aspx?video=47174</a></p>
http://stackoverflow.com/questions/799206/what-do-you-use-isolatedstorage-in-silverlight-for/799273#799273Comment by Tim Heuer on What do you use IsolatedStorage in Silverlight for? Tim Heuer2009-05-25T02:20:32Z2009-05-25T02:20:32ZSo your request would be to allow customization of that UI?http://stackoverflow.com/questions/799206/what-do-you-use-isolatedstorage-in-silverlight-for/799273#799273Comment by Tim Heuer on What do you use IsolatedStorage in Silverlight for? Tim Heuer2009-04-30T16:17:07Z2009-04-30T16:17:07ZOne thing you can do is to provide your own preemptive UI explanation. "Hey my friendly user friend, we're going to load some stuff and need your permission to do so. When you click here you'll see a message asking you to .... blah blah" -- so you don't rely on Silverlight's default UI as the only method of explanation.