Click here to Skip to main content
15,901,284 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: on client browser, where does silverlight save my application dlls - by that I mean WHICH Directory on the client side does it store them in? Pin
Michael Sync23-Jul-09 20:31
Michael Sync23-Jul-09 20:31 
QuestionHow to move items in a stack panel Pin
Nekkantidivya12-Jun-09 21:52
Nekkantidivya12-Jun-09 21:52 
AnswerRe: How to move items in a stack panel Pin
ABitSmart12-Jun-09 22:18
ABitSmart12-Jun-09 22:18 
AnswerRe: How to move items in a stack panel Pin
Kunal Chowdhury «IN»15-Jun-09 0:52
professionalKunal Chowdhury «IN»15-Jun-09 0:52 
QuestionWPF resources Pin
Christian Graus12-Jun-09 14:19
protectorChristian Graus12-Jun-09 14:19 
QuestionRe: WPF resources Pin
Mark Salsbery12-Jun-09 16:08
Mark Salsbery12-Jun-09 16:08 
AnswerRe: WPF resources Pin
Christian Graus12-Jun-09 19:19
protectorChristian Graus12-Jun-09 19:19 
GeneralRe: WPF resources Pin
Mark Salsbery12-Jun-09 20:34
Mark Salsbery12-Jun-09 20:34 
Christian Graus wrote:
No, that's the point


It is - the static resource needs to be at or above the rectangle in the static resource
search path otherwise it doesn't get found.


Christian Graus wrote:
I am hoping to just define the scope in one go, not have to explicitly include it every time I want it to be in scope


app.xaml is probably where you want it then (use MergedDictionaries to add
granularity to your resources).

generic.xaml is a fallback for styles but your DrawingBrush won't be found there,
even if you use DynamicResource.

The search order/path for static and dynamic resources is described here: Resources Overview[^]


Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: WPF resources Pin
Christian Graus12-Jun-09 20:52
protectorChristian Graus12-Jun-09 20:52 
GeneralRe: WPF resources Pin
#realJSOP13-Jun-09 9:25
professional#realJSOP13-Jun-09 9:25 
GeneralRe: WPF resources [modified] Pin
Mark Salsbery13-Jun-09 9:42
Mark Salsbery13-Jun-09 9:42 
GeneralRe: WPF resources Pin
#realJSOP16-Jun-09 9:22
professional#realJSOP16-Jun-09 9:22 
QuestionDetailed WPF implementation details on features we just use and take for granted are implemented, how they work under the covers, what kind of data structures they use, etc Pin
sparky.dasrath12-Jun-09 11:24
sparky.dasrath12-Jun-09 11:24 
AnswerRe: Detailed WPF implementation details on features we just use and take for granted are implemented, how they work under the covers, what kind of data structures they use, etc Pin
Christian Graus12-Jun-09 12:05
protectorChristian Graus12-Jun-09 12:05 
QuestionWPF Image Uploading Pin
Chris Ivey12-Jun-09 5:13
Chris Ivey12-Jun-09 5:13 
AnswerRe: WPF Image Uploading Pin
Mark Salsbery12-Jun-09 10:38
Mark Salsbery12-Jun-09 10:38 
GeneralRe: WPF Image Uploading Pin
Chris Ivey12-Jun-09 11:33
Chris Ivey12-Jun-09 11:33 
GeneralRe: WPF Image Uploading Pin
Mark Salsbery12-Jun-09 11:42
Mark Salsbery12-Jun-09 11:42 
GeneralRe: WPF Image Uploading Pin
Chris Ivey12-Jun-09 12:23
Chris Ivey12-Jun-09 12:23 
GeneralRe: WPF Image Uploading Pin
Mark Salsbery12-Jun-09 12:28
Mark Salsbery12-Jun-09 12:28 
GeneralRe: WPF Image Uploading Pin
Chris Ivey12-Jun-09 12:42
Chris Ivey12-Jun-09 12:42 
GeneralRe: WPF Image Uploading Pin
Christian Graus12-Jun-09 13:27
protectorChristian Graus12-Jun-09 13:27 
GeneralRe: WPF Image Uploading Pin
Chris Ivey15-Jun-09 4:32
Chris Ivey15-Jun-09 4:32 
QuestionBinding IsChecked to AncestorType problem Pin
DavidRen2312-Jun-09 0:40
DavidRen2312-Jun-09 0:40 
AnswerRe: Binding IsChecked to AncestorType problem Pin
Pete O'Hanlon12-Jun-09 2:10
mvePete O'Hanlon12-Jun-09 2:10 

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.