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]: Krypton Navigator Exception #1035

Closed
sdreb3421 opened this issue Jun 27, 2023 · 7 comments
Closed

[Bug]: Krypton Navigator Exception #1035

sdreb3421 opened this issue Jun 27, 2023 · 7 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists fixed This issue has been fixed.

Comments

@sdreb3421
Copy link

Krypton navigator tabs not showing up in designer, and when running application I get the following exception. This was not present in Canary 80.23.2.51 and appeared in Canary 80.23.4.114.

Object reference not set to an instance of an object.
at Krypton.Navigator.KryptonPage.OnTabStopChanged(EventArgs e)
at System.Windows.Forms.Control.set_TabStop(Boolean value)
at System.Windows.Forms.Panel..ctor()
at Krypton.Toolkit.VisualPanel..ctor()
at Krypton.Navigator.KryptonPage..ctor(String text, Bitmap imageSmall, String uniqueName, Size minSize)
at Krypton.Navigator.KryptonPage..ctor(String text, Bitmap imageSmall, String uniqueName)
at Krypton.Navigator.KryptonPage..ctor(String text, String uniqueName)
at Krypton.Navigator.KryptonPage..ctor()
at MotionView.AppUI.InitializeComponent() in C:\Users\sethd\Documents\TFS\MotionView\MotionView\MotionView\App\AppMainUI\AppUI.Designer.cs:line 169

Note that as of Canary 80.23.6.117 this issue is still present, but the exception is different:

Object reference not set to an instance of an object.
at Krypton.Navigator.KryptonPage.OnAppearancePropertyChanged(String propertyName)
at Krypton.Navigator.KryptonPage.set_Text(String value)
at Krypton.Navigator.KryptonPage..ctor(String text, Bitmap imageSmall, String uniqueName, Size minSize)
at Krypton.Navigator.KryptonPage..ctor(String text, Bitmap imageSmall, String uniqueName)
at Krypton.Navigator.KryptonPage..ctor(String text, String uniqueName)
at Krypton.Navigator.KryptonPage..ctor()
at MotionView.AppUI.InitializeComponent() in C:\Users\sethd\Documents\TFS\MotionView\MotionView\MotionView\App\AppMainUI\AppUI.Designer.cs:line 169

@sdreb3421 sdreb3421 added the bug Something isn't working label Jun 27, 2023
@PWagner1
Copy link
Contributor

Duplicate of #1020

@PWagner1 PWagner1 marked this as a duplicate of #1020 Jun 27, 2023
@PWagner1 PWagner1 added the duplicate This issue or pull request already exists label Jun 27, 2023
@PWagner1
Copy link
Contributor

@sdreb3421 This should be fixed in the July canary build

@sdreb3421
Copy link
Author

@Wagnerp awesome. Looks like it's likely a duplicate, but our issue is existing navigator tabs not showing up, versus the previous issue is not being able to add tabs. Thanks!

@PWagner1
Copy link
Contributor

@sdreb3421 Could you please verify if this bug is still present in the latest nightly build?

@sdreb3421
Copy link
Author

@Wagnerp Fixed on nightly 80.23.6.168. Well done.

@PWagner1
Copy link
Contributor

PWagner1 commented Jul 1, 2023

@sdreb3421 Can this be closed?

@PWagner1 PWagner1 added the fixed This issue has been fixed. label Jul 1, 2023
@sdreb3421
Copy link
Author

Yeah, nice work!

@PWagner1 PWagner1 closed this as completed Jul 1, 2023
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

2 participants