Click here to Skip to main content
15,895,423 members
Home / Discussions / WPF
   

WPF

 
QuestionUsing application settings on a DataTemplate markup [modified] Pin
LeonardoHSM14-Jan-09 4:53
LeonardoHSM14-Jan-09 4:53 
AnswerRe: Using application settings on a DataTemplate markup Pin
ColinM12314-Jan-09 11:36
ColinM12314-Jan-09 11:36 
GeneralRe: Using application settings on a DataTemplate markup Pin
LeonardoHSM14-Jan-09 22:11
LeonardoHSM14-Jan-09 22:11 
QuestionWCF max data transfer Pin
Member 236391614-Jan-09 4:36
Member 236391614-Jan-09 4:36 
AnswerRe: WCF max data transfer Pin
Pete O'Hanlon14-Jan-09 5:18
mvePete O'Hanlon14-Jan-09 5:18 
QuestionResource not found Pin
RugbyLeague14-Jan-09 4:25
RugbyLeague14-Jan-09 4:25 
AnswerRe: Resource not found Pin
Mark Salsbery16-Jan-09 7:31
Mark Salsbery16-Jan-09 7:31 
GeneralRe: Resource not found Pin
geofft_gallagher16-Mar-09 16:33
geofft_gallagher16-Mar-09 16:33 
While working on a WPF app, I thought I should try and be proper, and honour the color scheme on the host system, rather than inflicting my idea of colors on to the user, and I got this error too.

I was making a ListView control template that adds a border, and hence I started to add "IsSelected" triggers to highlight focused items. The color values I used were things like:

{DynamicResource {x:Static SystemColors.HighlightColor}}
{DynamicResource {x:Static SystemColors.HighlightTextColor}}
{DynamicResource {x:Static SystemColors.ControlDarkColor}}


If I now run my app, I get a bunch of debug message like

System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='#FF000000'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='#FFB2B4BF'


Reverting to hard coded colours removes the problem.
QuestionHow do I return a collection as a return type using PageFunction? Pin
gsdeepak14-Jan-09 2:46
gsdeepak14-Jan-09 2:46 
NewsMoXAML Version 2.3 released. Pin
Pete O'Hanlon13-Jan-09 22:35
mvePete O'Hanlon13-Jan-09 22:35 
GeneralRe: MoXAML Version 2.3 released. Pin
Mark Salsbery14-Jan-09 10:51
Mark Salsbery14-Jan-09 10:51 
QuestionFinding objects displayed through data template Pin
dimaj13-Jan-09 12:21
dimaj13-Jan-09 12:21 
AnswerRe: Finding objects displayed through data template Pin
meetsiva18-Sep-09 3:58
meetsiva18-Sep-09 3:58 
QuestionResource A = Resource B?? Pin
_iobuf13-Jan-09 11:06
_iobuf13-Jan-09 11:06 
AnswerRe: Resource A = Resource B?? Pin
Pete O'Hanlon13-Jan-09 11:36
mvePete O'Hanlon13-Jan-09 11:36 
QuestionDataGridCell Template with WPF Toolkit Datagrid Pin
Michael Sync13-Jan-09 5:13
Michael Sync13-Jan-09 5:13 
QuestionWPF Reporting Concerns Pin
NetContractor13-Jan-09 4:23
NetContractor13-Jan-09 4:23 
AnswerRe: WPF Reporting Concerns Pin
User 27100914-Jan-09 2:53
User 27100914-Jan-09 2:53 
GeneralRe: WPF Reporting Concerns Pin
NetContractor20-Jan-09 2:07
NetContractor20-Jan-09 2:07 
GeneralRe: WPF Reporting Concerns Pin
User 27100920-Jan-09 3:07
User 27100920-Jan-09 3:07 
QuestionHow to: Treelist in a listview in WPF with Gridview? Pin
syed tameem13-Jan-09 4:05
syed tameem13-Jan-09 4:05 
QuestionRe: How to: Treelist in a listview in WPF with Gridview? Pin
Mark Salsbery13-Jan-09 8:06
Mark Salsbery13-Jan-09 8:06 
Questionhow to make some items in xaml not localizable ? Pin
Feras Mazen Taleb12-Jan-09 18:08
Feras Mazen Taleb12-Jan-09 18:08 
AnswerRe: how to make some items in xaml not localizable ? Pin
Pete O'Hanlon13-Jan-09 0:13
mvePete O'Hanlon13-Jan-09 0:13 
QuestionDesign Time ScrollViewer [modified] Pin
Vinod C S11-Jan-09 0:30
Vinod C S11-Jan-09 0:30 

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.