860 questions
0
votes
2
answers
116
views
pyqtgraph plots and axes are flickering - rendering issue
I am using pyqtgraph but whatever I am doing I am stuck with the following bug: for any plots, axes and plot is flickering and I cannot see anything.
I put a GIF to show my problem and the ...
2
votes
2
answers
108
views
Switching forms with WinForms - briefly seeing previous form before next form appears
I am working on a C# WinForms application on .NET 8.0 and facing an issue with form transitions.
I have three forms:
Form1 - Initial screen (main form)
Form2 - Password screen (modal dialog)
Form3 - ...
0
votes
0
answers
44
views
Flickering Page Issue in Nuxt with Strapi Dynamic Zones
I'm facing an issue with my Nuxt project where the page flickers when using Strapi's Dynamic Zones to fetch content dynamically. The page initially loads with some flickering before displaying the ...
0
votes
0
answers
140
views
Flutter keyboard is flickering going throw next fields on OTP widget
i have a weird behavior on my application i have built a custom OTP screen and when i test it the keyboard shows a weird behavior the system keyboard flicker when moving throw fields i have tried ...
0
votes
1
answer
83
views
How to prevent image blurring/flashing while moving?
I've recently created a camera which follows the player around the map. The camera centers the player in the middle and can zoom in and out with CTRL+Scroll wheel.
camera_handler.py:
import pygame
...
0
votes
1
answer
30
views
How can I solve flicking problem on hover by event handler or raw CSS?
I am facing a flickering problem on img Hover.
I want to show all img as grid from 6 to 3 on img hover . For this , I use event handler & state. But , because of event function using, it is ...
0
votes
2
answers
416
views
Tkinter Image Flickers When Updated
I'm currently messing around with animating Images in Tkinter and I've found that when I rapidly update an image (to create a scale animation) it flickers and looks choppy as a result. Is there a ...
1
vote
1
answer
240
views
How can I stop Sprite2D objects from redrawing in Godot?
I'm making a 2D turn-based game. Various Node2D objects move when a player action happens.
But when they move, they make physics-based checks. Since I want that move that the previous node made to ...
0
votes
1
answer
50
views
Flickering moving html element on windows in chrome browser
I have a problem with a flickering vertical line while moving horizontally. In non-constant intervals the line just disappear for a while.
I have created small playground to reproduce the issue.
...
0
votes
0
answers
392
views
Angular Universal: prevent ngrx from replacing a SSR rendered value
I'm currently using Angular 16 with Angular Universal.
I have a REST API call that returns list of items which are stored in ngrx. These items are then selected via a ngrx selector and rendered using *...
4
votes
1
answer
321
views
Transparent Controls and a Flicker-Free MFC Dialog
Is it possible to have in a dialog-based MFC app both:
Transparent static controls
A flicker-free continuously changing background (edit: background might be complex with different colors/shapes at ...
1
vote
0
answers
104
views
UltraThinMaterial flicker on rotation3DEffect or having shadow - SwiftUI
Problem:
when using rotation3DEffect over a ZStack that has modifiers: .background(.ultraThinMaterial) and .shadow, ultraThinMaterial texture dissapears.
If shadow modifier is removed from ZStack(...
0
votes
0
answers
25
views
Repaint issue on descaling with specific css rull : will-change:transform
I'm working on specific software to design with web technologies. I'm trying to improve the performance of my rendering engine. There is a look-a-like canvas made of a div that can be scaled and ...
2
votes
1
answer
1k
views
Is there a way to remove screen flashing (flickering) when using NavHostController with Kotlin in Android
I am working on an Android application using Kotlin and Jetpack Compose. To switch between the different screens I am using the NavHostController.
Initialization:
private lateinit var navController: ...
1
vote
0
answers
829
views
React Native keyboard Flickering
My React Native app Having Two_Tabs in Material Top Bar Navigation where first tab Entry-item and second search-items while typing flicker focusing to second tab search bar/input.(Both auto_Focus).
(...
1
vote
1
answer
56
views
Why is one of my image flickering in Pygame?
When I tried to run this program one of the image doesnt flicker(no conditions), but for the other image(i made it it only shows if you click the left mouse button) flickers, and i dont really know ...
1
vote
1
answer
559
views
React scroll-snap flicker when using useState
I am experiencing a very weird flickering (glitch) when using the combination of
css scroll-snap
useState
Sub-Components
But ONLY in the combination of these three!
Here is the minimal reproducable ...
1
vote
1
answer
99
views
What is causing the flicker on an opened window in Pyglet?
When I run the following code, I get the initial window in the GIF, and on a click it opens a new window, however the shapes in the new window are flickering.
I've tried clearing both windows before ...
0
votes
0
answers
36
views
Horizontal sticky element flickers (shifts for a split seconds) when height is changes
I have a sticky element on left side that container (100vh - some header height ) and right side non-sticky elements (normal scroll flow). While the element when becomes stuck has no issue. I have a ...
0
votes
0
answers
353
views
Unity Android screen stuttering / flickering when using native UI (with video)
I recently faced the problem and I really need your help. The game starts to lag terribly on my android phone when I start using the native UI (e.g. navigation bar, notification panel or changing the ...
0
votes
1
answer
356
views
C# Windows Forms scroll flicker issue
Here's a preview:
Video Preview of flicker
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System....
1
vote
1
answer
169
views
Why does my Pygame window flicker when animating objects?
So my pygame window just won't stop flickering. I know if only one item is in snake.snakearray, it won't flicker.
#class for the array
class snake:
snakearray = [[ScreenConfigs.width / 2,...
0
votes
0
answers
215
views
WinForms TreeView flickers after attaching an ImageList
I have found a flickering problem in the WinForms .NET TreeView while working with one of a legacy project in Windows 11. It turned out that the problem can be easily reproduced in a brand-new ...
5
votes
5
answers
1k
views
Reduce page display flickering when using many flexbox, image icons, fonts
I have a HTML page with many uses of flexbox and a few icons div with CSS background-image.
When opening the HTML page (even locally, without using networking) in the browser, there is some little ...
1
vote
1
answer
139
views
How do I get rid of flicker with STM_SETIMAGE
We have updated our windows code to use Styles and since then we get a flicker in various parts of the code when using STM_SETIMAGE to update a bitmap on a window.
I have created a minimal ...