No announcements
Found 488774 threads
-
0 Votes
XAML Resource Dictionary Pack URI
class library 1 -> class library 2 Class library 1 and class library 2 have a resource dictionary in each one of them.Answered | 2 Replies | 5222 Views | Created by Nachiket - Wednesday, November 25, 2009 9:40 PM | Last reply by Nachiket - Tuesday, December 1, 2009 4:37 PM -
1 Votes
Using pack:// uri syntax to access resources in another assembly?
All of that trouble because i had <ResourceDictionary Source="TestFramework;Component/Skins/Default/testOverride.xaml"/> rather than ...Answered | 3 Replies | 7324 Views | Created by DiamonDogX - Tuesday, July 24, 2007 2:50 AM | Last reply by Kayakyakr - Thursday, July 26, 2007 3:40 PM -
0 Votes
resource dictionary in a dll
It goes and grabs the resource dictionaries and merges them... into the bucket.Answered | 7 Replies | 2435 Views | Created by KBS0032 - Wednesday, June 10, 2015 2:43 PM | Last reply by Andy ONeill - Thursday, June 11, 2015 8:29 AM -
0 Votes
XAML Datatemplate / Resource Dictionary Refresher
Hello, It has been awhile since I have worked with XAML and I am trying to remember exactly how to include a template.Answered | 2 Replies | 2899 Views | Created by zzpluralza - Monday, October 24, 2011 7:39 PM | Last reply by Sheldon _Xiao - Tuesday, November 1, 2011 4:25 AM -
0 Votes
Xaml Resources in C++
WPF's pack URI scheme is built on top of those resource management APIs, so that you will get caught by it when it comes to use pack URIs with ...Answered | 6 Replies | 4356 Views | Created by globbe - Tuesday, May 27, 2008 4:17 AM | Last reply by globbe - Tuesday, June 3, 2008 6:56 AM -
0 Votes
XAML resource in two project solution
Don't put two exe in one solution and expect them to work.If you want to share resources between two applications then you should put the shared parts in a wpf custom control library solution ...Answered | 3 Replies | 483 Views | Created by Geol4549 - Wednesday, April 13, 2016 11:45 PM | Last reply by Geol4549 - Friday, April 15, 2016 10:48 AM -
3 Votes
Access a resource dictionary one level up in the project - how?
Here "Resource dictionary" - is the name of the folder that holds your AG_StyleDictionary.xaml ..Answered | 6 Replies | 28675 Views | Created by Adam Benson - Tuesday, June 28, 2011 10:36 AM | Last reply by Nabil Shaik - Friday, July 1, 2011 4:14 PM -
0 Votes
Resource Dictionary from a seperate folder
This will allow you to use the file as a normal resource dictionary but store it in a central place.Answered | 5 Replies | 7425 Views | Created by uksoftengg - Tuesday, May 4, 2010 7:54 AM | Last reply by dguidara - Saturday, May 8, 2010 5:02 AM -
0 Votes
Using a resource dictionary in multiple projects
I was thinking a resource dictionary, but when you make a new project there is no option for one.Answered | 2 Replies | 3050 Views | Created by WWtrain - Tuesday, December 20, 2011 1:03 AM | Last reply by Ldiary - Tuesday, December 20, 2011 1:27 AM -
0 Votes
Custom control resource dictionaries
Hi, I think we should make sure if the xaml file is in that folder (solution name\Debug\App name\ MyControl\).Answered | 1 Replies | 1673 Views | Created by RobertHF - Friday, January 4, 2013 1:17 PM | Last reply by Jesse Jiang - Monday, January 7, 2013 7:21 AM -
1 Votes
Resource Dictionary Issues
Tim Heuer | Program Manager, XAML | http://timheuer.com/blog | @timheuerAnswered | 10 Replies | 7427 Views | Created by A.Carter - Saturday, September 24, 2011 4:49 PM | Last reply by shaker.ismaeel - Thursday, December 1, 2011 6:13 AM -
0 Votes
How to load a discrete XAML file as a resource dictionary at run time
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/95671a10-8975-4a3c-9ad0-edcccede9dbe There I load the templates from a resource xaml ...Answered | 4 Replies | 4302 Views | Created by Hypercubic - Wednesday, August 18, 2010 4:38 PM | Last reply by Hypercubic - Thursday, August 26, 2010 9:17 AM -
2 Votes
resource dictionary outside of project
How to code reference style in VB if using Resource Dictionary located on network drive.Answered | 8 Replies | 3030 Views | Created by zleug - Tuesday, September 27, 2011 2:46 PM | Last reply by parth.shah - Thursday, September 29, 2011 3:53 PM -
0 Votes
Modify a resource dictionary element from code and update UI
The resource dictionaries are pulled into memory and stored in a sort of a dictionary in application.current.resources when you do that merging in app.xaml.Answered | 7 Replies | 13885 Views | Created by IamHuM - Friday, May 15, 2015 1:27 PM | Last reply by Andy ONeill - Saturday, May 16, 2015 8:00 AM -
0 Votes
Access a resource dictionary in a static ctor - how?
Adam, Here is working code from my project: Uri uri = new Uri("/myProject;component/Themes/someDictionary.xaml", ...Answered | 6 Replies | 5019 Views | Created by Adam Benson - Wednesday, January 26, 2011 9:45 AM | Last reply by Adam Benson - Thursday, January 27, 2011 10:39 AM -
3 Votes
load a resource dictionary from an assembly from a different appdomain
Are you trying to read resource dictionaries?Answered | 11 Replies | 3970 Views | Created by SandeepKumarV - Friday, September 26, 2014 7:33 AM | Last reply by Devin Ireland - Monday, November 17, 2014 7:06 PM -
0 Votes
WPF resource dictionary
The other possible way is declaring resource as following <ResourceDictionary Source="/ComponentLibraryName;Styles.xaml"/> Usually you might require it when ...Answered | 2 Replies | 6539 Views | Created by madys - Wednesday, July 2, 2008 3:20 PM | Last reply by Denis Vuyka - Friday, July 4, 2008 3:49 PM -
3 Votes
using multiple resource dictionary files
However, you are right that I can just add the dictionaries to each other in heirarchial format: My updated Resources.Brushes.xaml looks like ...Answered | 3 Replies | 25977 Views | Created by Matt Raffel - Friday, April 9, 2010 1:47 PM | Last reply by Bigsby - Friday, April 9, 2010 2:44 PM -
2 Votes
Load Resource Dictionary From Within Windows Store Class Library
In this scenario you should be using ms-appx Uri scheme to resolve the Resource Dictionary Uri.Answered | 2 Replies | 5267 Views | Created by StormENT - Thursday, August 23, 2012 7:05 AM | Last reply by StormENT - Thursday, August 23, 2012 9:43 AM -
0 Votes
URI for ResourceDictionary in Shared Project
Pack uri:Answered | 9 Replies | 3106 Views | Created by Ratish Philip - Friday, November 6, 2015 7:01 PM | Last reply by Mohammad Atiour Islam - Tuesday, November 17, 2015 3:31 PM - Items 1 to 20 of 488774 Next ›
No announcements