Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Wrong size of HwndHost-ed controls
#1
Sometimes there are black borders visible on the right and bottom sides of the panel, as shown in the screenshot below.
Is there a command similar to a soft restart like QM(shutdown -2)? This would be very useful. Linqpad has also added it for releasing memory and solving some strange minor issues.

https://i.ibb.co/68K5ks7/err.png
#2
Quote:Sometimes there are black borders visible on the right and bottom sides of the panel, as shown in the screenshot below.
I can't reproduce and fix it. Maybe depends on hardware.
 
Quote:Is there a command similar to a soft restart like QM(shutdown -2)?
 
Code:
Copy      Help
// script ""
/*/ role editorExtension; testInternal Au.Editor; r Au.Editor.dll; /*/
App.Restart();
#3
Regarding the black border issue mentioned in #62https://i.ibb.co/68K5ks7/err.png
the issue in the following image seems to be similar. Unidentified characters appear on the right side of the scrollbar.
Both issues occur frequently and randomly.
https://i.ibb.co/FnhRHSZ/a.gif
#4
Let this script run when LA stars. Eg add it to the list of startup scripts in Options > Workspace.

Code:
Copy      Help
/*/ role editorExtension; /*/
using System.Windows.Interop;
using System.Windows.Media;

RenderOptions.ProcessRenderMode = RenderMode.SoftwareOnly;
#5
Effective, thank you.
#6
After several days of testing, many minor issues have disappeared.
Can the above functionality be added as a checkbox option under Options --> Other ?
□ Soft RenderMode
#7
Next LA always uses this mode.


Forum Jump:


Users browsing this thread: 1 Guest(s)