taskbar-groups icon indicating copy to clipboard operation
taskbar-groups copied to clipboard

Doesn't work properly with double monitor

Open MrSabaku opened this issue 4 years ago • 2 comments

I have two monitors and I only have the taskbar activated in one, when I try open the taskbar group a .net framework error show up and the taskbar group doesn't show properly, is anyway on the display, but ir works correctly when I turn the taskbar on both monitors. I leave the error script down.

System.ArgumentOutOfRangeException

en System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) en client.frmMain.SetLocation() en C:\Users\jacks\Desktop\Taskbar dev\main\main\Forms\frmMain.cs:línea 100 en client.frmMain.frmMain_Load(Object sender, EventArgs e) en C:\Users\jacks\Desktop\Taskbar dev\main\main\Forms\frmMain.cs:línea 77 en System.Windows.Forms.Form.OnLoad(EventArgs e) en System.Windows.Forms.Form.OnCreateControl() en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) en System.Windows.Forms.Control.CreateControl() en System.Windows.Forms.Control.WmShowWindow(Message& m) en System.Windows.Forms.Control.WndProc(Message& m) en System.Windows.Forms.ScrollableControl.WndProc(Message& m) en System.Windows.Forms.Form.WmShowWindow(Message& m) en System.Windows.Forms.Form.WndProc(Message& m) en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Google translate part.

Cuando esté habilitada la depuración JIT, cualquier excepción no controlada se enviará al depurador JIT registrado en el equipo en lugar de controlarlo mediante el cuadro de diálogo.

When JIT debugging is enabled, any unhandled exceptions will be sent to the JIT debugger registered on the computer instead of controlling it through the dialog box.

MrSabaku avatar Sep 28 '21 04:09 MrSabaku

Second this, program runs perfectly when Taskbar is active on multiple monitors, however doesn't work if Taskbar is located in one monitor only

IcsZeta avatar Sep 29 '21 12:09 IcsZeta

Try unplugging your monitor, that fixed it for me.

martinkoncan avatar Oct 16 '21 11:10 martinkoncan