visual-artifacts Questions

1

I'm trying to create an image on a bitmap using C#. Somehow it always adds grey border on all sides of the image. Many questions have been posted with the solution and I have tried almost all of th...

1

Solved

I have a Form which contains: a TrackBar (minimum = 1, maximum = 200, represents zoom percent); a UserControl with BorderStyle = BorderStyle.None. Relevant code Form1 From designer code trac...
Abomination asked 20/2, 2019 at 13:40

2

In doClick() when it calls doClick(pressTime) does it send 68 milliseconds? Why did they decide on 68 instead of a more round number? Is it a completely arbitrary number? From Java AbstractButton:...
Raines asked 15/6, 2016 at 15:27

1

I'm playing with CSS rotatations to get a kaleidoscope effect in CSS. Everything seems good except with Chrome at some resolution (no issue on IE10, I didn't test FF) I don't know why but sometim...
Calderon asked 26/5, 2016 at 8:48

4

Solved

When hosting WPF user controls within a WinForms MDI app there is a drawing issue when you have multiple forms that overlap each other that causes very distinct visual artifacts. These artifacts ar...
Chaise asked 7/4, 2010 at 4:10

2

Solved

I'm having a rather odd problem with Animation in my project. In the screenshots posted below you can clearly see the Totals card leaving some sort of trail upon animation. This problem is reproduc...
Quiche asked 11/5, 2013 at 21:29

3

Solved

I have a TextArea inside JScrollPane inside standard JPanel. JPanel panelMain = new JPanel(); panelMain.setBorder(titledBorder1); panelMain.setBounds(new Rectangle(2, 5, 970, 700)); panelMain...
Oread asked 8/10, 2012 at 11:52
1

© 2022 - 2024 — McMap. All rights reserved.