emoacht

Results 14 issues of emoacht

I have found a record of exception when tried to show main window by clicking the notification icon. It seems that something wrong happened when Window.Show method was called. I...

help wanted

Microsoft are going to reveal the next version of Windows shortly and it would include UI refresh. To keep up with the OS's change, I am planning to incrementally refresh...

enhancement

As of Ver 3.6, quick access feature is introduced to Microsoft Store version. A user can access the brightness slider for the monitor where the cursor currently is located from...

enhancement

I have occasionally experienced this exception when some hardware changes happen. No clue. ``` System.InvalidOperationException: 'ToolTip' cannot have a logical or visual parent. at System.Windows.Controls.ToolTip.OnAncestorChanged() at System.Windows.FrameworkElement.OnAncestorChangedInternal(TreeChangeInfo parentTreeState) at System.Windows.TreeWalkHelper.OnAncestorChanged(DependencyObject...

help wanted

Thank you for great library! It is really useful to get inputs from HID devices. I have tested it to parse inputs from Precision TouchPad (PTP) and encountered `System.ArgumentException` (HResult=0x80070057...

Conditional / Time commands are added to command-line options (add-on features) for setting brightness or contrast of a monitor or all monitors. - [Conditional Commands](https://github.com/emoacht/Monitorian/blob/master/docs/COMMANDS.md#conditional-commands) - a series of commands...

enhancement

I have been noticing that on some devices, namely Surface Pro 8, when auto-brightness by ambient light sensor is enabled, the actual adjusted brightness cannot be obtained by the functions...

help wanted

The unison function (change brightness in unison) has been a function to sync delta (amount of movement) of multiple sliders while keeping the gap between sliders. This gap is necessary...

enhancement

For the record, I found that __Interop.IWshRuntimeLibrary.dll__ which is added by referencing __Windows Script Host Object Model__ in COM of Dependencies is a x86 component and it seems to prevent...

To assure longer application life cycle, I decided to migate this app to .NET 6.0, the latest platform which will be supported until 2024. The downsides are: - ~~.NET 6.0...