ColorPickerGallery Setting Selected Item
Hi,We are using the ColorPickerGallery as part of a larger colour editor. The picker is in the drop-down of a property grid editor and when the user opens the drop-down we want to have the current...
View ArticleRe: ColorPickerGallery Setting Selected Item
Hi Steve,This sounds like something we'd have to debug. Can you put together a new simple sample project that shows the issue and email that to our support address? Please reference this thread in...
View ArticleRe: ColorPickerGallery Setting Selected Item
Thanks for getting back to us.Have done a little digging ourselves and it looks like we spotted the problem.We were initializing our view and then binding to it then trying to set the selected item...
View ArticleRe: ColorPickerGallery Setting Selected Item
Hi Stephen,Updating the CategorizedItemsSource property should (in our code) immediately update the ItemsSource property. What do you see in the ItemsSource when you are about to set the selection......
View Article"Full" Backstage without a RibbonWindow
Hi,I'm using WPF inside a Office CustomTaskPane, which prevents me from using a RibbonWindow.I'd like to get the backstage to display AS IF it were running in a ribbonwindow with the large Back Button...
View ArticleCustomize QuickAccessToolBar height
Hi,I added a combobox in my QAT, and for some reason, I gave it a scale transform of 1.5 in both size. How can I tell the QAT to follow and increase its height ?.in XAML file, I tried a style on...
View ArticleRe: "Full" Backstage without a RibbonWindow
Hi Jurgen,The back button is actually part of the RibbonWindow template and isn't in the Backstage control. The Backstage control is just an enhanced TabControl, so you can put it in a Grid to overlay...
View ArticleRe: Customize QuickAccessToolBar height
Hi Seb,I'm sorry but with controls in the QAT, you must stick with the default heights. It requires a certain height to be able to measure correctly and align itself with the containing RibbonWindow.
View ArticleRe: Customize QuickAccessToolBar height
Hi,Ok thx for answer. So what if I edit the ribbon template and I change Canvas (that includes PART_QATAbove and enforces size) by a StackPanel ?Then I ll apply entire style to my ribbon (overriding...
View ArticleRe: Customize QuickAccessToolBar height
Hello, I'm not sure if that will work since I believe there is some internal code-based layout logic that also is looking for the specific size. You could give it a try though.
View ArticleBackstage icons are missing
Hi,since the version 2016.1.630, the icons in the backstage buttons are missing, you can see this in the Ribbon demo Document Editor.
View ArticleRe: Backstage icons are missing
Hello, do you mean the backstage buttons like Options and Exit Sample on the Backstage. If so, yes that is true... we updated the template for those to render similar to the latest Office version.
View ArticleRecentDocumentManager removing invalid entries
I am using RecentDocumentManager and everything works great. Some of the documents can be moved/removed from disk, so when I try to open them and I can't find them, I ask the user if they need to be...
View ArticleRe: RecentDocumentManager removing invalid entries
Hi Hamid,The Ribbon ButtonBase's OnPreviewClick handler will close popups when the button is clicked unless the Button's StaysOpenOnClick property is set to true. Since your company licenses WPF...
View ArticleRe: RecentDocumentManager removing invalid entries
Great! I saw the StaysOpenOnClick="True" but could not get to that Button and was not sure what the ItemTemplate was, but you are right, I do have the Styles, etc so I can just overwrite/add that in...
View ArticleRe: RecentDocumentManager removing invalid entries
Tried it and works great, i just have to close it myself on a successful 'Open', which I already had an AttachedProperty for other things.
View ArticleRemote desktop crash
Hello,when a developer went back to his computer after having launched one application from remote, the following crash...
View ArticleRe: Remote desktop crash
Hi Stephane,Can you try this scenario with our latest 2016.1.0631 Sample Browser app (the main Ribbon demo) and see if it occurs for you there? Thanks!
View ArticleRe: Remote desktop crash
Hi,it is going to take me a few days before I can do this test. Did you manage to reproduce the bug on your side, either with a 2015 or a 2016 version?
View Article