Simon Coghlan

Results 201 issues of Simon Coghlan

Related to #1651 , but this is specific to the "Up Downers" > > They need to work for different "Base Fonts" (which just happen to be Segoe UI for...

bug
enhancement
area:toolkit
version:95

The drop-down on the Date Picker stretches but the Combo Box does not, should it not be the same? NumberUpDown & Combo Box maintain the drop-down height with a constant...

bug
enhancement
area:designer
area:toolkit
version:95

**Describe the bug** i.e the value that is assigned is never checked or used in any code in the Krypton Toolkit. **To Reproduce** Perform a search on the `Krypton Toolkit`...

bug
version:95

Whilst investigating #867 and performing the actions of https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.messagebox.show?view=windowsdesktop-7.0#system-windows-forms-messagebox-show(system-string-system-string-system-windows-forms-messageboxbuttons-system-windows-forms-messageboxicon-system-windows-forms-messageboxdefaultbutton-system-windows-forms-messageboxoptions-system-boolean) The callback function for `this.HelpRequested += new System.Windows.Forms.HelpEventHandler (this.Form1_HelpRequested);` Is **not** routed in a KryptonForm

bug
version:95

Whilst doing `KryptonContextMenuItem-Tooltips` via #1015 it was found that the designer does not expand `ToolTipManager`. Using the latest alpha: - Open Context Menu Collection Designer - ![NoMenuExpansion](https://github.com/Krypton-Suite/Standard-Toolkit/assets/2418812/69db51c5-5810-4b07-8e16-f6cdc681919b)

bug
area:designer
version:95

Whilst looking into the performance issues from #10, it was found that some developers have been able to improve performance of applications by using the C++ GDI functionality directly, rather...

discussion
other
version:95

Observe the following animation, and it can be seen that the menu strip fonts do not change. ![FontThemChanges](https://github.com/Krypton-Suite/Standard-Toolkit/assets/2418812/48f20d83-4426-47b5-8179-78eb50b62550) And the Toolbox does not contain a KryptonFormMenuStrip` equivalent

enhancement
new feature
suggestion
version:95

Visual Studio 17.10 x64 stl/std project (No MFC) The following code will not compile: ``` c++ fast_io::obuf_file outfile_str( stressFileName, fast_io::open_mode::out | fast_io::open_mode::text | fast_io::open_mode::trunc ); fast_io::write(outfile_str,utf8bom.cbegin(),utf8bom.cend()); ``` States: ![image](https://github.com/user-attachments/assets/55a638cf-af6d-4527-9668-e52eff51c43f)

I could not find any example either `fast_io::io::print( dataFile, fixed( 1.2345f, 4 ), "a" );` gives `1>DumpPressure\include\fast_io.h(252,15): error C2338: static_assert failed: 'some types are not printable for print'` Using VS...

https://github.com/dotnet/winforms/blob/main/docs/designer/designer-high-dpi-mode.md

enhancement
V90