Advanced Forum Search Results
-
Thank you for the link. I have readed however it didn't provided me a solution for the problem.
In my particular case the problem is a little bit different. I have a section list that I bind in a ListBox.In my state manager I defined in each state the foreground for each one of them, and that was propagated to the data template, in this ...
-
Hi,
Before the launch of SL 2 final, I was using listboxes where the item container style was the most simple thing and the item template was just text. The idea was to have a simple text button which becomes blue when mouse is over and gray when its not. The blue stayed permanetly there when selected.
This was possible because the ...
-
Hi,
I have finally refactores with success my lib.
It was a hard struggle. I had to break everything apart until the finest grain.
Maybe this was excused if the compiler could gives us a little bit more information.
However, I don't know the technical implications for this demand..
Thank you for those who have spent ...
-
I'm feeling very disapointed with Silverlight at this precise moment. I have invested a lot of time putting my things into a lib which now doesnt work and there isnt decent way of tracing the bugs.
I have work to be done and I cant proceed because of lack of information from the compiler. I thought this kind of problem would only happen in ...
-
But where do you see the line number?
In VS? In Blend? Because there is no reference to the line of error! :S
I have the control in a class library and usually when the error is inside the lib it only says the error of the line that has the component in failure, like this case.
However, i have tried to pull out the control in question to a ...
-
and this is the stacktrace
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ControlTester.Page.InitializeComponent()
at ControlTester.Page..ctor()
-
<Style TargetType="nssl:UpdatableTextControl">
<Setter Property="IsTabStop" Value="true" />
<Setter Property="MinWidth" Value="0" />
<Setter ...
-
AG_E_UNKNOWN_ERROR
In the line of the error is a control which belongs to this library
Nuno
-
its was a typo. i have themes.
other reasons?
thanks
nuno
-
Hi,
I have placed the generic.xaml files in the theme folder with 't' in lower case. I think that's the same in windows.
Nuno