Advanced Forum Search Results
-
How can do it if
List<Product> Products is empty in the begining and I load the data using a webservice only when the product in clicked?
-
My silverlight 3 app calls wcf service running in asp.net compatbility mode. It works fine in browser as user gets to it only after loggin in on asp.net page. If I run my app outside the browser, app launches but none of the content loads that comes from the service. What do I have to do extra to get that support?
Do I need to add ...
-
What do you mean by comparing references version?
Which reference? compare against what?
-
Hi,
I moved my silverlight 2 app to silverlight 3. I am using expression encoder's video player template. I messed few things in xaml and my application stopped loading and I got that error message in browser window. In exception details it said "Silverlight 2 application bla bla bla"
Although I fixed the issue and its ...
-
Hi,
I am customizing expression' player template for my applicartion. I used Encoder 3 to export chrome template. Solution has 4 projects
-ExpressionPlayer, MediaPlayer, PlugInMSSCtl, Template
I complied the solution and added reference to all 4 dlls in my project. Then using code below I am able to create an instance of player. In code ...
-
I would then need to switch to windowsless mode to show html overlay. and my app is fullpage SL app, so unfortunately using html is not an option here.
-
Ken, I have already tried that, but it does not work if you tables and other complicated things in the document. Also I was having hard time loading the xaml generated by this tool in my apps.
-
Hi,
I have an application that shows text/videos etc. Text comes from the database and I need to load it at runtime. Right now I am editing all the text in blend and then save it in the database. It works perfect, but it is really painful to edit all the text in blend.
Is there an easy way to save word document to xaml. I tried to copy ...
-
I read that silverlight 3 added support for mouse wheel and scrollbars. I added a listbox in silverlight 3 project and scrollbar does not work with mouse wheel. Do I have to do anything extra to make it work? Thanks.
-
How can I change the height of grid row using animation in the code. I tried the code below but there is no ActualHeight property for RowDefiniation so the following code fails, and Height property is not double thus double animation cant be used. Any ideas how can I do that? Thanks
//// Create a duration of 2 ...