Click here to Skip to main content
15,899,579 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight 3 Offline Application from Notification Area Pin
Mark Salsbery29-Jun-09 13:43
Mark Salsbery29-Jun-09 13:43 
GeneralRe: Silverlight 3 Offline Application from Notification Area Pin
Pete O'Hanlon29-Jun-09 21:35
mvePete O'Hanlon29-Jun-09 21:35 
QuestionWPF MediaElement to play a UDP Stream Pin
jklanka27-Jun-09 21:00
jklanka27-Jun-09 21:00 
AnswerRe: WPF MediaElement to play a UDP Stream Pin
Christian Graus28-Jun-09 10:33
protectorChristian Graus28-Jun-09 10:33 
QuestionTo design a screen dynamically at runtime using WPF 2008,C# Pin
cbe_pav27-Jun-09 3:13
cbe_pav27-Jun-09 3:13 
AnswerRe: To design a screen dynamically at runtime using WPF 2008,C# Pin
Mark Salsbery27-Jun-09 8:37
Mark Salsbery27-Jun-09 8:37 
GeneralRe: To design a screen dynamically at runtime using WPF 2008,C# Pin
cbe_pav29-Jun-09 0:12
cbe_pav29-Jun-09 0:12 
QuestionAmbiguous Match Found [SOLVED] Pin
#realJSOP26-Jun-09 6:17
professional#realJSOP26-Jun-09 6:17 
Related to my attached properties question, I created a style based on the original style, like so:

<Style x:Key="UDPGlobalGridViewStyle" TargetType="{x:Type udpcontrols:UDPTelerikGridView}"
                  BasedOn="{StaticResource UDPRadGridViewTopTitle}">
    <Setter Property="udpcontrols:UDPTelerikGridView.TitleBarVisibility" Value="Visible" />
    <Setter Property="udpcontrols:UDPTelerikGridView.TitleBarBackground" Value="Black" />

    <!--<Setter Property="udpcontrols:UDPTelerikGridView.TitleBarBorderBrush" Value="Black" />-->

    <Setter Property="udpcontrols:UDPTelerikGridView.TitleBarBorderThickness" Value="1" />
    <Setter Property="udpcontrols:UDPTelerikGridView.TitleTextForeground" Value="White" />
    <Setter Property="udpcontrols:UDPTelerikGridView.TitleTextFontFamily" Value="Arial" />
    <Setter Property="udpcontrols:UDPTelerikGridView.TitleTextFontSize" Value="16" />
    <Setter Property="udpcontrols:UDPTelerikGridView.TitleTextFontWeight" Value="Bold" />
    <Setter Property="udpcontrols:UDPTelerikGridView.TitleTextFontStyle" Value="Italic" />
    <Setter Property="udpcontrols:UDPTelerikGridView.GridPrintButtonVisibility" Value="Hidden" />
    <Setter Property="udpcontrols:UDPTelerikGridView.GridExportButtonVisibility" Value="Visible" />
    <Setter Property="udpcontrols:UDPTelerikGridView.GridExportButtonIsEnabled" Value="True" />
</Style>


The line that's commented out generates the following compiler error:

Ambiguous match found

I don't know why.

EDIT/SOLUTION ----------------------------

The problem was the result of too hastily copy/pasting. Two of my Get properties had the same name and returning different types.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


modified on Friday, June 26, 2009 9:38 PM

AnswerRe: Ambiguous Match Found Pin
Pete O'Hanlon26-Jun-09 9:55
mvePete O'Hanlon26-Jun-09 9:55 
GeneralRe: Ambiguous Match Found Pin
#realJSOP26-Jun-09 15:38
professional#realJSOP26-Jun-09 15:38 
QuestionSetting Label.Content via attached property [SOLVED] Pin
#realJSOP26-Jun-09 5:01
professional#realJSOP26-Jun-09 5:01 
AnswerRe: Setting Label.Content via attached property Pin
Gideon Engelberth26-Jun-09 9:49
Gideon Engelberth26-Jun-09 9:49 
GeneralRe: Setting Label.Content via attached property Pin
#realJSOP26-Jun-09 15:42
professional#realJSOP26-Jun-09 15:42 
GeneralRe: Setting Label.Content via attached property Pin
Gideon Engelberth26-Jun-09 15:56
Gideon Engelberth26-Jun-09 15:56 
GeneralRe: Setting Label.Content via attached property Pin
#realJSOP26-Jun-09 23:57
professional#realJSOP26-Jun-09 23:57 
QuestionApply Css for Silverlight controls Pin
pavanip25-Jun-09 1:11
pavanip25-Jun-09 1:11 
AnswerRe: Apply Css for Silverlight controls Pin
Mark Salsbery29-Jun-09 9:31
Mark Salsbery29-Jun-09 9:31 
AnswerRe: Apply Css for Silverlight controls Pin
Jeremy Likness1-Jul-09 8:40
professionalJeremy Likness1-Jul-09 8:40 
AnswerRe: Apply Css for Silverlight controls Pin
PumbaPumba21-Feb-11 0:33
PumbaPumba21-Feb-11 0:33 
QuestionConditional XAML Pin
krishnan.s24-Jun-09 22:01
krishnan.s24-Jun-09 22:01 
AnswerRe: Conditional XAML Pin
ABitSmart24-Jun-09 22:10
ABitSmart24-Jun-09 22:10 
QuestionWPF Toolkit DatePicker/Calender issue Pin
bonkers12324-Jun-09 21:26
bonkers12324-Jun-09 21:26 
AnswerRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12324-Jun-09 22:58
bonkers12324-Jun-09 22:58 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12325-Jun-09 1:40
bonkers12325-Jun-09 1:40 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
Member 342384716-Nov-09 9:29
Member 342384716-Nov-09 9:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.