Giter VIP home page Giter VIP logo

materialskin.net5's Introduction

๐Ÿ‘‹ Hello! I'm bubuntoid.

  • ๐Ÿ”ญ Iโ€™m currently working on Kaya
  • ๐ŸŒฑ Iโ€™m currently learning nothing
  • ๐Ÿ’ฌ Ask me about nothing
  • ๐Ÿ“ซ How to reach me: email, telegram
  • โšก Fun fact: gods were talking on Java language

bubuntoid's GitHub Stats

materialskin.net5's People

Contributors

bubuntoid avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

materialskin.net5's Issues

materialToolStripMenuItem can't add item to DropDownItems

materialToolStripMenuItem can't add item to DropDownItems, it's show bad and throw ERROR on Running.

I am is here:
.NET 5.0.403;
VS2019 16.11.7;
MaterialSkin.NET5 1.0.1;

Here is DesignMode:
Design Mode

   Exception:  System.NullReferenceException;
   Error Message: Object reference not set to an instance of an object;
   HResult:   -2147467261;
   StackTrace: 
   at System.Windows.Forms.Layout.CommonProperties.xClearPreferredSizeCache(IArrangedElement element)
   at System.Windows.Forms.ToolStripDropDown.OnOwnerItemFontChanged(EventArgs e)
   at System.Windows.Forms.ToolStripDropDownItem.OnFontChanged(EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnFontChanged(EventArgs e)
   at System.Windows.Forms.ToolStripItem.OnOwnerFontChanged(EventArgs e)
   at System.Windows.Forms.ToolStrip.OnFontChanged(EventArgs e)
   at System.Windows.Forms.Control.set_Font(Font value)
   at System.Windows.Forms.ToolStrip.set_Font(Font value)
   at MaterialSkin.Controls.MaterialMenuStrip.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at MaterialSkin.Controls.MaterialForm.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.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

Error : MaterialSkin.Controls.MaterialSingleLineTextField.set_MaxLength(Int32)

.NET Version: 5.0.15
Description: The process was terminated due to an unhandled exception.
Exception Info: System.MissingMethodException: Method not found: 'Void MaterialSkin.Controls.MaterialSingleLineTextField.set_MaxLength(Int32)'.

After build setup package and install to client machine success and run application

MaterialSkin.Controls.MaterialSingleLineTextField
public new int MaxLength { get { return _baseTextBox.MaxLength; } set { _baseTextBox.MaxLength = value; } }

change to
public int MaxLength { get { return _baseTextBox.MaxLength; } set { _baseTextBox.MaxLength = value; } }

i'm think this solve problem

Environment
Windows : 10 Pro
.NET version : .NET 5
Visual studio version : Visual studio 2019 Pro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.