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

IndexOutOfRangeException with certain themes like Dark and itemstyle= navigatorstack using KryptonListBox #242

Open
almendieta opened this issue Nov 6, 2022 · 1 comment

Comments

@almendieta
Copy link

System.IndexOutOfRangeException
HResult=0x80131508
Mensaje = Índice fuera de los límites de la matriz.
Origen = Krypton.Toolkit
Seguimiento de la pila:
at Krypton.Toolkit.PaletteOffice365BlackDarkModeBase.GetBackColor2(PaletteBackStyle style, PaletteState state)
at Krypton.Toolkit.PaletteRedirect.GetBackColor2(PaletteBackStyle style, PaletteState state)
at Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColor2(PaletteState state)
at Krypton.Toolkit.PaletteBack.GetBackColor2(PaletteState state)
at Krypton.Toolkit.PaletteBack.GetBackColor2(PaletteState state)
at Krypton.Toolkit.PaletteBackInheritOverride.GetBackColor2(PaletteState state)
at Krypton.Toolkit.RenderStandard.DrawBack(RenderContext context, Rectangle rect, GraphicsPath path, IPaletteBack palette, VisualOrientation orientation, PaletteState state, IDisposable memento)
at Krypton.Toolkit.ViewDrawSplitCanvas.DrawBackground(RenderContext context, Rectangle rect, IPaletteBack paletteBack, IPaletteBorder paletteBorder, PaletteState state)
at Krypton.Toolkit.ViewDrawSplitCanvas.RenderBackground(RenderContext context, Rectangle rect)
at Krypton.Toolkit.ViewDrawSplitCanvas.RenderBefore(RenderContext context)
at Krypton.Toolkit.ViewComposite.Render(RenderContext context)
at Krypton.Toolkit.ViewComposite.Render(RenderContext context)
at Krypton.Toolkit.ViewDrawButton.Render(RenderContext context)
at Krypton.Toolkit.KryptonListBox.OnListBoxDrawItem(Object sender, DrawItemEventArgs e)
at System.Windows.Forms.ListBox.OnDrawItem(DrawItemEventArgs e)
at System.Windows.Forms.ListBox.WmReflectDrawItem(Message& m)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at Krypton.Toolkit.KryptonListBox.InternalListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
at System.Windows.Forms.Control.WmOwnerDraw(Message& m)
at System.Windows.Forms.Control.WmDrawItem(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at Krypton.Toolkit.VisualControlBase.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at System.Windows.Forms.Control.DefWndProc(Message& m)
at Krypton.Toolkit.KryptonListBox.InternalListBox.WmPaint(Message& m)
at Krypton.Toolkit.KryptonListBox.InternalListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@Wagnerp
Copy link
Contributor

Wagnerp commented Nov 28, 2022

Hi @almendieta

I think this should be posted to our repo, since 'dark' themes do not exist in this version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants