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

[Bug]: Using version: 80.24.3.64 I have an anomaly on the form display when it is maximized. #1464

Closed
Fux-Paolo opened this issue May 15, 2024 · 5 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists fixed This issue has been fixed.

Comments

@Fux-Paolo
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Ribbon
Ribbon

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows 11]
  • Version: [e.g. 10.0.22000]
  • Framework/.NET Version: [e.g. 4.8.1]
  • Toolkit Version: [e.g. 70.22.12.312]

Additional context
Add any other context about the problem here.

@Fux-Paolo Fux-Paolo added the bug Something isn't working label May 15, 2024
@giduac
Copy link

giduac commented May 16, 2024

Hi @Fux-Paolo

Can you please add a sample project that exhibits the error?

@Fux-Paolo
Copy link
Author

TestRibbon.mp4

TestRibbon.zip

@Fux-Paolo
Copy link
Author

Good morning giduac, are there any updates?
Is there a way to fix the display?
Grazie
Paolo

@Smurf-IV
Copy link
Member

@Fux-Paolo Hello
This was fixed when the (If I remember correctly) when the AllowFormIntegrate was removed from the Ribbon designer.
It can be tested with the following in your project:

  <ItemGroup>
    <PackageReference Include="Krypton.Ribbon.Canary" Version="90.24.4.113-beta" />
  </ItemGroup>

Nothing else is required in your vbproj.

You will also need to modify your designer file

  • to remove AllowFormIntegrate
  • And if you still want a close to be driven by the app bar, then add KryptonRibbon1.RibbonFileAppButton.FormCloseBoxVisible = True

@Smurf-IV Smurf-IV added duplicate This issue or pull request already exists fixed This issue has been fixed. labels May 26, 2024
@Fux-Paolo
Copy link
Author

Thanks Simon, everything is working properly nowSimon,
Paolo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists fixed This issue has been fixed.
Projects
None yet
Development

No branches or pull requests

3 participants