What is the best way to organise multiple custom-controls? What are others doing? What does MSFT recommend?
Thanks,
Richard
--------------------------------------
If you can meet with triumph and disaster and treat those two imposters just the same...then you'll be a coder my son.
Somone more knowledgeable came along, and with a link too, woohoo!
Thank you!
Richard
--------------------------------------
If you can meet with triumph and disaster and treat those two imposters just the same...then you'll be a coder my son.
rmcsharry
Member
399 Points
289 Posts
Generic.xaml 10,000 BC
Aug 28, 2009 08:34 PM | LINK
Hi,
Does anyone know if this merged dictionaries are now possible in SL3? I do not want a 10,000 line generic.xam file!
http://silverlight.net/forums/p/11736/37590.aspx#37590
I found this great post, using a Loader function, which works great, but it seems to break the ability to use Blend to edit my custom controls:
http://www.codeproject.com/KB/silverlight/CustomControlTechnique.aspx
What is the best way to organise multiple custom-controls? What are others doing? What does MSFT recommend?
Thanks,
Richard
If you can meet with triumph and disaster and treat those two imposters just the same...then you'll be a coder my son.
mtiede@swtec...
Contributor
5384 Points
2240 Posts
Re: Generic.xaml 10,000 BC
Aug 28, 2009 09:48 PM | LINK
Yes, I think you can now. Look at the SL3rtw documentation for merged dictionaries.
... I looked myself ...
Couldn't find it. But I think if you google you will turn it up. I'm almost positive I've seen an example of it.
Hopefully someone more knowledgeable will come along shortly :-)
glsp
Member
578 Points
111 Posts
Re: Generic.xaml 10,000 BC
Aug 28, 2009 11:58 PM | LINK
Merged dictionaries are now supported in SL3.
http://www.silverlightshow.net/items/Merged-Resource-Dictionaries-in-Silverlight-3.aspx
rmcsharry
Member
399 Points
289 Posts
Re: Generic.xaml 10,000 BC
Aug 29, 2009 08:06 PM | LINK
Somone more knowledgeable came along, and with a link too, woohoo!
Thank you!
Richard
If you can meet with triumph and disaster and treat those two imposters just the same...then you'll be a coder my son.