Advanced Forum Search Results
-
Hi Mog,
Thanks for the reply but I'm still able to reproduce what I'm describing. I've had to modify your sample a little bit though in order to achieve this.
1. The first thing I had to do was make one of the label longer than the other ones. So I made the first label longer.
2. Then apply the style to one of the shorter labels ...
-
Hi all,
I recently posted another thread about setting the style's label in a DataForm (http://silverlight.net/forums/p/125417/282471.aspx#282471)
and that problem got sorted but what I did not spot at the time was that whenever I set a style for a label in the DataForm, the alignment is seems to be left aligned (which is what I want by the ...
-
Hi,
Thanks for taking the time to reply. I had read this article before and I did not click with it when I read it until you pointed out to me that what I was doing was wrong!! I spotted the LabelStyle and then everything else clicked.
Here is what I did, in case someone else is in the same boat I was in.
I went in MS Blend, selected my ...
-
Hi,
I was wondering if someone could shed some light on the subject? I'm trying to change the Foreground color and the FontWeight of a label which part of the DataField in a DataForm but at the style template level rather than putting directly into the DataField declaration.
Use the Foreground and FontWeight works fine when used directly ...
-
Hi,
I figured out my problem and I thought I'd update the post in the hope it may be helpful to someone else out there.
A few things I learned when researching my issues:
1. Pay attention to case sensitivity in your XAML code!!! This was my first mistake!! I just did not spot immediately and wasted so much time over something as ...
-
System.Windows.Markup.XamlParseException: Invalid attribute value dataForm::DataForm for property TargetType.
Hi all,
I'm having a seriously annoying problem who's been doing my head in and I've now wasted 2 full days trying to sort it out but the problem remains.
I'm using .NET 2008 Professional Edition SP1 with SL3 RTW ...
-
That's what I usually do but in this case Blend does not like this code either which is a complete pain!
T.
-
Hi Tim, everyone
Sorry first change I've had to get back to the issue.
Has anyone anymore suggestions as to what I could do to handle this issue I'm obviously having with the .NET IDE and the fact that my XAML is not handling .resx file in the preview window?? Remember, compiling is not an issue and works a charm, but without being able ...
-
Hi Tim,
I tried the following:
<navigation:Page.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<local:ManageGroupsModel x:Key="GroupsModel" />
<rs:ManageGroupsControlResources x:Key="ControlResources" /></ResourceDictionary.MergedDictionaries> ...
-
Hi,
I'm not 100% familiar with SL, so I can't tell if this can be done in an another way or not but I did a search for ResourceDictionary in my entire solution and it did not find it, so to answer your question, I guess it's a no.
I'll go research this now and see if I can figure out what to do and I'll get back to ...