-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick Access Toolbar IsChecked never correctly set #35
Comments
Maybe it's caused by AutomaticStateManagement. Try to disable it and see if it works. It might be caused by Blend. |
Sorry for the noob question, but how does one disable AutomaticStateManagement? |
That's no noob question ;-). |
Ok. Thanks. I will have a look at this latter when I get back to my normal PC and I will let you know how I get on. Thanks for your help though batzen. |
Worked like a charm. May be a case for having this default to False rather than True. I leave it with you!. |
Why close this? |
Sorry, you make a valid point. It seems to work fine in Visual Studio (true/false), however, in Blend for Visual Studio 2012 it doesn't work unless AutomaticStateManagement set to False. |
Apart from setting a few buttons in the Ribbon itself there is nothing else in the project yet. I am just using it from scratch and will put in the rest when I get chance at another time so it really is basic at the moment. I can give you the .xaml file if you want. Is there anyway I could attach the xaml file or send it to you so you can see? I personally don't think it will change anything. |
Then I will try to figure out why this happens. I guess we don't detect design time properly when blend is used. |
I guessed correctly. We don't prevent state load and save while in design mode. Will fix this. |
Should be fixed. Could you verify that please? |
Just a quick question. Has the RibbonWindow been removed from the assembly as I am getting the error that the tab RibbonWindow does not exist in XML Namespace. |
I did not remove that one. But I noticed that the introduction of CalculatedHeight caused the designer to fail to render properly. Fixed that issue a few seconds ago. |
Hi, I have created a really simple Ribbon. The following is the Quick Access Toolbar Section of code:
With that whenever I load the application the Messages and Tasks Items are both hidden and I have to click to select them for them to appear. And yet if I was to select them and then close the application and re-run it the items appear again. However, If I close Blend down and reopen then the items are again not shown.
The text was updated successfully, but these errors were encountered: