-
-
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
Backstage does not open at application start anymore #13
Comments
Could you post a small repro for that issue? |
I even tried to have the Window open on the Latest Fluent Test App.
Now open TextContent.xaml.cs and add the following inside public TestContent() add
under Public TestContent() but inside public partial class TestContent add the following function
Now this has worked for me in the past and was working until a few patches ago, but I've also added some other things to my code on the Backstage Window. So I'm trying to find out if it's stopped working in the later versions of Fluent all together or if something has changed in the procedure to get the window to open, or if it's my code I've added the following is my added code.
Basically I'm adding a print tab that resembles Office 2013 |
The easiest way to find out if it's your code or the library is to create a small project (for example copying and modifying the showcase application) which tries to reproduce the issue. |
Well I figured if I couldn't get it to work using your example program then something wasn't right with the control. But I will create a small app to see. |
You don't have to create something new. Just modify the showcase to show your issue,create a .zip package and attach it to this issue. |
I have the modified showcase here it's the Fluent Test dotNet 4.5 version that is modified. |
I can't open rar archives,could you upload a zip archive instead? |
Modified link |
Now i finally get what you where doing. |
For some reason it stopped working in my project. I had Backstage opening initially when run and specifically selecting the Recent Files Tab on Backstage. When I Compiled the new 3.0.3 into my project it seems to not be working now. I added a Print Tab to the TabItems around the same time but Removing that tabs contents don't seem to return the Backstage Is Open functionality.
I have a Trigger setup with OnIsOpenChanged and it triggers when the Window is supposed to be opening but now I get an error that Backstage cannot see one of my Tabs.
Could someone please confirm the backstage.IsOpen = true; command still opens the Backstage window? It would at least tell me it's something I've added in my code.
The text was updated successfully, but these errors were encountered: