Is a flashing effect displeasing to the eye. Flicker in software is caused by a computer program's failure to consistently maintain its graphical state.
Questions tagged [flicker]
865 questions
0
votes
1 answer
jQuery MouseEnter/Leave with fadeIn() flickery
I am programming a section of a website using jquery, where when you mouse over a button it hides a specific div and shows another one, then when the mouse leaves it hides that one and shows the original, and it works great, but when you go over the…

flaiks
- 269
- 3
- 13
0
votes
1 answer
Why is ListBox flickering when DrawItem event executes?
I have a ListBox and it has a DrawItem event defined as follows. The ListBox's following properties are set as such - DrawMode = OwnerDrawFixed and FormattingEnabled = ture.
When I run the program and add more than one item or object to the…

ThN
- 3,235
- 3
- 57
- 115
0
votes
1 answer
Visual Basic 2010: Fixing 'Choppy' Graphics?
My basic issue lies in that the images I am drawing will 'flicker', often. My program flow works exactly as I wish apart from this, and is as follows:
Uses G.Clear, to Clear all previous screen instances.
Draws entities/shapes.
Performs functions…

Brittany
- 93
- 1
- 8
0
votes
1 answer
Visual Studio fix PictureBox flickering (C++)
I am making a game and I have to redraw about 40 objects on each Timer tick. I have about 7 classes with different Draw(Picturebox ^ pictureBox) methods. As you see I pass pictureBox pointer for each object draw method. As the objects are so many…

va.
- 848
- 3
- 17
- 39
0
votes
2 answers
Trying to hide HTML page before javascript animation loads(super newb edition)
I know what you're thinking, not this again, right?
Here's my site: http://mydesignfeti.sh/
As you will see the browser loads the body & all of its content then the javascript animation loads. All I want is for the animation to load without having…

Van
- 169
- 1
- 3
- 11
-1
votes
1 answer
TablelayoutPanel Slow Redraw
I have 3 Tablelayouts as nested in my Form, The problem I am facing is the slow redraw when I maximize or minimize the form, I read about the Double Buffered property and found questions regarding double buffer of Tablelayoutpanel, but I don't know…

Adil Ahmed
- 37
- 4
-1
votes
1 answer
.png flickers while animating using drawImage in canvas javascript
I have created a simple game using Canvas in Javascript where the player has to avoid obstacles by jumping over or shrinking. The obstacle images, which are animated moving towards the left, flickers at some sort of interval. The interval increases…

wgjbills
- 3
- 1
-1
votes
1 answer
CSS @keyframes cursor animation flickers on hover
I've created an @keyframes animation that changes the cursor with custom images, and assigned it to div on hover.
When hovering on the div for the first time after the page is loaded, the cursor either flicker or disappear for a second, and then…

Abdo Eldaly
- 7
- 3
-1
votes
1 answer
Wordpress - how can I get rid of flicker?
I have a problem with my website page. It used to be okay, but now when I load it in a private browser(Chrome), the page flickers. I tried minifying css, optimizing images..even changing the html structure, but it seems to always have some…

vogel22
- 15
- 1
- 5
-1
votes
1 answer
Win32 display image white windows issue
I would like to show a few small sized images and a background on one of the screens in my application. What are the best practices to do it and avoid to see white windows before the images get drawn? Should I load all images in the beginning and…

Equilibrium
- 1
- 1
-1
votes
1 answer
Resizing TAB control flickering issue
Due to the issue rised after i used WX_EX_COMPOSITED i was forced to turn it off since it wasn't compatible with listview with report type set.
Disabling desktop composition causes flickering on Tab Control
Now whenever i resize the TAB control…

RCECoder
- 247
- 1
- 5
- 15
-1
votes
1 answer
Error appears when trying to derive class from class Panel in C#
I am trying to avoid flickering when drawing on the Panel.
I have found a good solution first to derive a class from Panel class
public class DoubleBufferedPanel : Panel
{
public DoubleBufferedPanel()
{
…

hegendroffer
- 123
- 1
- 13
-1
votes
1 answer
IntelliJ: Kotlin error causes mouse flicker and errors in code
I'm using IntelliJ 15 with Kotlin beta-1038, and I'm getting this error at the bottom of eclipse.
Internal Error occurred while analyzing this expression:
java.util.ServiceConfigurationError:…

SJ19
- 1,933
- 6
- 35
- 68
-1
votes
1 answer
Flickering buttons with different timespans
Is it possible to use the dispatchertimer class, to create two timers(or more) for two different button, so they will flicker at different timesettings. I have tried to do this in the code I ahve attaced, however, if the two timespans are not the…

Aslak Aøgaard
- 89
- 7
-1
votes
1 answer
Flicker When Updating Text For ListViewItems
I have multiple BackgroundWorker components downloading data and they update a respective ListViewItem with the progress. The ListView control flickers intensely when the downloading process begins.
private void btnDownload_Click(object sender,…

Minato
- 352
- 3
- 13