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]: MdiContainer and KForm #2112

Open
mohatchaks opened this issue Feb 12, 2025 · 4 comments
Open

[Bug]: MdiContainer and KForm #2112

mohatchaks opened this issue Feb 12, 2025 · 4 comments
Labels
area:toolkit All issues related to the toolkit components. awaiting feedback A fix for this issue has been implemented, waiting for feedback on the fix. bug Something isn't working version:90 All things to do with V90. version:95 All things to do with V95. version:100 All things to do with V100.
Milestone

Comments

@mohatchaks
Copy link

mohatchaks commented Feb 12, 2025

Describe the bug
there is a bug when set kryptonform as mdicontainer then maximize the form inside the container (sorry for my english )
i cant minimize or maximize or even close the main form when maximize the form inside the container

Steps to reproduce the behavior:

  1. add form ( KryptonForm ) Set IsMdiContainer to true
  2. add button and
    Form2 frm = new Form2();
    frm.MdiParent = this;
    frm.Show();

Screenshots

Image
Image
Image

  • Framework/.NET Version: 4.6.2 / 4.7.2
  • Toolkit Version: 90.24.11.317
@mohatchaks mohatchaks added the bug Something isn't working label Feb 12, 2025
@PWagner1 PWagner1 added area:toolkit All issues related to the toolkit components. version:90 All things to do with V90. version:100 All things to do with V100. version:95 All things to do with V95. labels Feb 12, 2025
@PWagner1 PWagner1 added this to the Version 95 milestone Feb 12, 2025
@Smurf-IV
Copy link
Member

@mohatchaks Please can you add a zipped demo source project of this please?
As I have not been able to reproduce using v95

@Smurf-IV Smurf-IV added the awaiting feedback A fix for this issue has been implemented, waiting for feedback on the fix. label Feb 15, 2025
@mohatchaks
Copy link
Author

Hi smurf here is the project
https://limewire.com/d/6608683b-1132-4665-bb59-73f0e71c4e2b#dHPeo0joEUbT12UzvLW-az7gV1Ujfply8nlmUkNBG94

and version is : Krypton.Toolkit.90.24.11.317 and .net 4.7.2 and 4.6.2
OS : windows 10

and nightly 100.25.2.41-alpha

Image
Image

there is no black and can close the mdicontainer form but there is no controlbox for the child form !!
it should be something like this

Image

@mohatchaks
Copy link
Author

mohatchaks commented Feb 15, 2025

ahh in nightly 100.25.2.41-alpha if the childform is KryptonForm ( Not Form )

Image i get the toolbox

when minimize u can see the location

Image

@mohatchaks
Copy link
Author

in nightly 100.25.2.41-alpha : when minimize the child form it will get bugged u will not be able to close minimize maximize ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:toolkit All issues related to the toolkit components. awaiting feedback A fix for this issue has been implemented, waiting for feedback on the fix. bug Something isn't working version:90 All things to do with V90. version:95 All things to do with V95. version:100 All things to do with V100.
Projects
None yet
Development

No branches or pull requests

3 participants