Skip to content
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

Startsceen "shines" through backstage #445

Closed
robertmuehsig opened this issue Jun 16, 2017 · 7 comments
Closed

Startsceen "shines" through backstage #445

robertmuehsig opened this issue Jun 16, 2017 · 7 comments
Assignees
Milestone

Comments

@robertmuehsig
Copy link
Contributor

I try to use the startscreen as a kind of "welcome" page but want to limit the navigation just to the backstage.

Unfortunately the background (from the title and the content) of the startscreen is still visible when the backstage area is open:

bug

In my scenario the user should only be able to navigate between the backstage and startscreen and because the backstage has always a "back" button I just want to navigate back to the startscreen.

Office itself does something similar:

word

I created a sample repository here.

Related:
In theory I would love to be able to just hide the backbutton on the backstage, but this seems not possible (related issue #374) - I even tried to use some WPF tricks, but the button is rendered "too late" so I can't get a reference without super hacky timing stuff.
With "CanChangeIsOpen=false" on the backstage I can disable the navigation, but the button itself is still rendered.


Environment

  • Fluent.Ribbon 5.02
  • Windows 10
  • .NET Framework 4.5.2
@batzen
Copy link
Member

batzen commented Jun 16, 2017

Of course it's possible to hide the back button. I just haven't added a property for that.
Would it fit your needs if i add IsBackButtonVisible to BackstageTabControl?

@batzen batzen self-assigned this Jun 16, 2017
@batzen batzen added this to the 6.0.0 milestone Jun 16, 2017
@robertmuehsig
Copy link
Contributor Author

That would be wonderful 👍 (but the Startscreen -> Backstage stuff would be cool too 💯 )

@batzen
Copy link
Member

batzen commented Jun 16, 2017

Implemented everything needed to enable your usecase.

You now only have to set Visibility to Collapsed on your StartScreen if your Backstage is open.

@robertmuehsig
Copy link
Contributor Author

\o/ This will be part of 6.0? When will it be on NuGet?

@batzen
Copy link
Member

batzen commented Jun 16, 2017

This is part of 6.0. First preview will probably be released this weekend. Most of the resource overhaul will hopefully be done then.

@robertmuehsig
Copy link
Contributor Author

Everything seems to work - would you recommend using v6 now or is it still "too" alpha?

@batzen
Copy link
Member

batzen commented Jul 4, 2017

Most, if not all, things are done in the preview.
Will have to release a new preview as i just removed the ThemeColorKey.
I consider it mostly stable. But there might still be breaking changes. If i find anything i don't like regarding styling i will change it. But aside from styling i don't think there will be anything major.

@batzen batzen closed this as completed Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants