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]: Cannot place KryptonStatusStrip on a Form #9

Closed
DX94-Quas opened this issue May 4, 2020 · 1 comment
Closed

[BUG]: Cannot place KryptonStatusStrip on a Form #9

DX94-Quas opened this issue May 4, 2020 · 1 comment
Labels
bug Something isn't working completed This issue has been completed. fixed This issue has been fixed.

Comments

@DX94-Quas
Copy link

DX94-Quas commented May 4, 2020

Describe the bug
Trying to place a KryptonStatusStrip in a Form fails with the error:

System.NullReferenceException: Object reference not set to an instance of an object.
at ComponentFactory.Kripton.Toolkit.KryptonStatusStrip.OnRendererChanged(EventArgs e)
at System.Windows.Forms.ToolStrip.set_Renderer(ToolStripRenderer value)
at System.Windows.Forms.ToolStrip.set_RendererMode(ToolStripRendererMode value)
at System.Windows.Forms.StatusStrip..ctor()
at ComponentFactory.Krypton.Toolkit.KryptonStatusStrip..ctor()

To Reproduce
Steps to reproduce the behavior:

  1. Create blank Windows Forms project
  2. Install Krypton.Toolkit via NuGet
  3. Drag KryptonStatusStrip to Form
  4. See error

If there is any additional info you need please ask
NuGet installed Krypton.Toolkit version 5.500.2005
EDIT: added Toolkit version

@DX94-Quas DX94-Quas added the bug Something isn't working label May 4, 2020
@PWagner1
Copy link
Contributor

Hi @DX94-Quas

Thanks for posing your issue. It's a known bug & will be fixed in build 2006.

PWagner1 added a commit that referenced this issue May 11, 2020
@PWagner1 PWagner1 added completed This issue has been completed. fixed This issue has been fixed. labels Jun 1, 2020
@PWagner1 PWagner1 closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed This issue has been completed. fixed This issue has been fixed.
Projects
None yet
Development

No branches or pull requests

2 participants