silverlight Questions
16
Internet Explorer has a file download limit of 4GB (2 GB on IE6). Firefox does not have this problem (haven't tested safari yet)
(More info here: http://support.microsoft.com/kb/298618)
I am worki...
Orbadiah asked 29/8, 2008 at 20:34
26
In Silverlight 4 app; what does this error mean?:
"Error HRESULT E_FAIL has been returned from a call to a COM component."
It's a very generic error. The VS debugger doesn't point to the exac...
Calamondin asked 17/11, 2010 at 23:50
1
For representing most popular artists from EchoNest API, I've been trying to set-up Silverlight Toolkit's TreeMap using images, their TreeItemDefinition.ValueBinding being defined as the area of th...
Invoke asked 12/7, 2013 at 15:41
4
Solved
I've read a lot of articles. But as far as I know I've done all.
On local computer VS2010 all works fine. The problem occurs only when working on IIS7 Server.
I want to start a exe file which works...
Flowerdeluce asked 7/12, 2011 at 11:23
2
Solved
Say I have a StackPanel that gets dynamically filled with copy, changing the Y position of elements inside it. I have a specific element within that StackPanel that I want to find the Y position of...
Oversew asked 2/10, 2009 at 16:40
6
Solved
I'm using a checkbox control like this:
<CheckBox VerticalAlignment="Bottom" IsChecked="{Binding Selected}"
Grid.Column="0"
FontSize="{StaticResource PhoneFontSizeLarge}"
Content="{Bindin...
Knowland asked 20/11, 2012 at 20:11
15
Solved
We're building a web-based application that requires heavy image processing. We'd like this processing load to be on the client as much as possible and we'd like to support as much platforms (even ...
Adjure asked 1/2, 2010 at 3:27
9
Solved
I want to access my controls like button or textbox in mainWindow in WPF, but I can't do this.
In Windows Form application it's so easy, you can set modifier of that control to True and you can re...
Oratory asked 30/11, 2012 at 11:12
5
Solved
What is meant by easing function in the context of animation. It seems that dojo, jquery, silverlight, flex and other UI systems have the notion of easing function. I could not locate a good explan...
Infusorian asked 29/11, 2011 at 19:56
4
I have a View and a ViewModel in Silverlight 3.0.
The view contains a standard ScrollViewer, which contains dynamic content.
Depending on the content within the ScrollViewer, the user could have ...
Concelebrate asked 19/1, 2010 at 18:52
3
Solved
I'm using a listView based on itemTemplate.
So i need in my template to alternate the background color :
- fist row: white
- second row:gray
- third row: white
- forth: gray
this is my templa...
Hypophysis asked 9/10, 2012 at 8:59
4
Solved
I have been exploring the possibilities of Microsoft Silverlight and how it runs in web browsers. I just wonder if Silverlight requires the .NET framework? Meaning that Mac or Linux users cannot ru...
Ferde asked 13/3, 2010 at 15:51
5
Solved
How can I access the public variable which in Sample.xaml.cs file like asp.net <%=VariableName%>?
Filomena asked 20/3, 2009 at 16:13
8
Solved
The look of a WPF CheckBox misaligns the check portion with the label (content) portion. The check stays slightly above the content as shown here:
The XAML looks like this:
<CheckBox Content...
Sextillion asked 29/8, 2011 at 15:45
3
Solved
In my web application(sencha extjs 5) I have a user requirement to read/write data to the client PC serial port.
I am aware of the client browser can not access local machine hardware without ins...
Haywood asked 8/5, 2015 at 1:45
6
Solved
I have a Silverlight 4 application. I have a C# DateTime object that I'm binding to my UI. I want this DateTime to be in the format of dd/mm/yyyy time (TimeZone). For instance, today would be displ...
Bilbrey asked 7/4, 2011 at 17:14
3
Solved
The following code
Console.WriteLine("{0:%h} hours {0:%m} minutes",
new TimeSpan(TimeSpan.TicksPerDay));
produces this output:
0 hours 0 minutes
What I would like is this output:
24 h...
Honan asked 18/4, 2011 at 14:0
4
Solved
How to create a style based on default style in Silverlight?
For example, in WPF we make it like:
<Style TargetType="{x:Type TextBox}" BasedOn="{StaticResource {x:Type TextBox}}">
<Sett...
Pasteurization asked 22/10, 2012 at 17:52
3
Solved
How can I create an asynchronous method using reflection?
Basically I need something like this:
async public Task asyncmethod()
{
await something();
}
but I need to do it with reflection.
Nabokov asked 15/6, 2012 at 8:17
3
I have a user control that uses a brush resource like the following to provide the color for several elements in the control:
<UserControl.Resources>
<SolidColorBrush x:Key="BlackBrush"...
Dogy asked 5/10, 2012 at 21:35
5
Solved
How do you bind the VisualStateManager state of a control to a property in you viewmodel?
Can it be done?
Ambrosius asked 14/5, 2011 at 13:15
6
Solved
I'm currently creating an application in C# using Visual Studio. I want to create some code so that when a variable has a value of 1 then a certain piece of code is carried out.
I know that I can u...
Jerboa asked 30/4, 2011 at 14:21
11
Solved
Given a StackPanel:
<StackPanel>
<TextBox Height="30">Apple</TextBox>
<TextBox Height="80">Banana</TextBox>
<TextBox Height="120">Cherry</TextBox>
<...
Unifoliolate asked 31/5, 2009 at 17:34
12
Solved
I have an ASP.NET application hosted on Godaddy that I want to send email from. When it runs, I get: Mailbox name not allowed. The server response was: sorry, relaying denied from your location. Th...
Broadcast asked 1/9, 2009 at 2:2
2
Solved
Does anyone know how I could easily detect if the Windows OS IME (Input Method Editor) is active in the Silverlight framwork. Let me explain the scenario which is causing me issues:
I have hit an ...
Dishpan asked 6/2, 2015 at 15:40
© 2022 - 2024 — McMap. All rights reserved.