Advanced Forum Search Results
-
i'm trying to access my silverlight object viajavascript...
var pluginObject = $find("<%=Xaml1.ClientID%>");
alert(pluginObject);
var plugin = pluginObject.get_element();
The alert returns "null" I have my Page.xaml.cs as [ScriptableType] and my method as [ScriptableMember] what am i missing?
-
Where do I put my custom javascript functions? Do I just write them in the html page that is hosting the silverlight control? Also, what is the proper way to invoke a javascript call via C# codebehind?
Thank You in advance,
Luke
-
Thank you, looks like it is working.
-
Where exactly do I select that option?
-
Wondering how to properly publish my Silverlight2 app. I'm using Blend and VS2008. The app works when i preview it and creates everything int he debug folder...but I don't have any "Publish" options...any help would be apprecieated. Forgot to mention i'm using the June 2008 Preview (Blend 2.5)
-
I'm a newbie. I did most of it in blend, and then did some C#
work,published the solution, and got an exe out of the deal.
Where would I find a good tutorial on "using the fulll WPF?" I
don't want to be missing out on functionality here...
-
I have a silverlight application i'm going to run as an exe. Using C# (or anything) how can I launch a new browser with a specific URL from an XML file?
-
Do I need to have the new version of Visual Studio installed to be accessing these methods and classes??
-
Which version of the .NET framework do I need installed to write c# code for silverlight? I have VS 2005 and the .net 3.5 beta...however, i'm trying to use the System.Windows.Browser class and my intellisense isn't picking it up? What am I missing?
-
I'm a complete newbie, but when you say Browser DOM....is there a Browser class available in C# that will basically open a new browser window with a specified URL?