This question is locked. New answers and comments are not allowed.
I downloaded the Metro tools last night as I wanted to check out the DatePicker control.
I ran the sample app and liked what I saw. So I tried to include the control in a test project, and things worked great when I used the extension SDK to add the reference to the tools to my project.
However, I'd like to be able to share this project with others so they can run it without having to download and install the controls on their own machines at this point. So I removed the reference to the extension SDK, and instead added project references to assemblies Telerik.Core, Telerik.UI.Xaml.Input, and Telerik.UI.Xaml.Primitives. I also added the folders Telerik.UI.Xaml.Input and Telerik.UI.Xaml.Primitives to the project, as this is apparently how the styles need to get added. When I run the app, the control functions and appears properly, with the exception of the ok/cancel selector buttons. I see the circles on the bottom of the selector popup, but they are missing the checkmark and X glyphs that I see when the controls are added to the project via the extension SDK. So I must not be adding something that I needed. Can you please clue me in on what I might be missing?
I ran the sample app and liked what I saw. So I tried to include the control in a test project, and things worked great when I used the extension SDK to add the reference to the tools to my project.
However, I'd like to be able to share this project with others so they can run it without having to download and install the controls on their own machines at this point. So I removed the reference to the extension SDK, and instead added project references to assemblies Telerik.Core, Telerik.UI.Xaml.Input, and Telerik.UI.Xaml.Primitives. I also added the folders Telerik.UI.Xaml.Input and Telerik.UI.Xaml.Primitives to the project, as this is apparently how the styles need to get added. When I run the app, the control functions and appears properly, with the exception of the ok/cancel selector buttons. I see the circles on the bottom of the selector popup, but they are missing the checkmark and X glyphs that I see when the controls are added to the project via the extension SDK. So I must not be adding something that I needed. Can you please clue me in on what I might be missing?