-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
Duplicate of #1020 |
@sdreb3421 This should be fixed in the July canary build |
@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! |
@sdreb3421 Could you please verify if this bug is still present in the latest nightly build? |
@Wagnerp Fixed on nightly 80.23.6.168. Well done. |
@sdreb3421 Can this be closed? |
Yeah, nice work! |
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
The text was updated successfully, but these errors were encountered: