Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
116 views

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 ...
val's user avatar
  • 11
2 votes
2 answers
108 views

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 - ...
Shakthi Kumar's user avatar
0 votes
0 answers
44 views

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 ...
chetan dhargalkar's user avatar
0 votes
0 answers
140 views

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 ...
devhasanalhamed's user avatar
0 votes
1 answer
83 views

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 ...
rubysilver's user avatar
0 votes
1 answer
30 views

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 ...
Zannatul Ferdousi Hema's user avatar
0 votes
2 answers
416 views

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 ...
nezzled's user avatar
  • 93
1 vote
1 answer
240 views

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 ...
Jim's user avatar
  • 1,043
0 votes
1 answer
50 views

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. ...
mariusk's user avatar
0 votes
0 answers
392 views

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 *...
cppstudy's user avatar
4 votes
1 answer
321 views

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 ...
Saliom's user avatar
  • 149
1 vote
0 answers
104 views

Problem: when using rotation3DEffect over a ZStack that has modifiers: .background(.ultraThinMaterial) and .shadow, ultraThinMaterial texture dissapears. If shadow modifier is removed from ZStack(...
Joule87's user avatar
  • 651
0 votes
0 answers
25 views

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 ...
Xeyes's user avatar
  • 617
2 votes
1 answer
1k views

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: ...
Semerkosa's user avatar
  • 136
1 vote
0 answers
829 views

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). (...
Rarer's user avatar
  • 11
1 vote
1 answer
56 views

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 ...
Chaney's user avatar
  • 13
1 vote
1 answer
559 views

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 ...
somecoder's user avatar
  • 103
1 vote
1 answer
99 views

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 ...
bmgrice's user avatar
  • 27
0 votes
0 answers
36 views

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 ...
Akash Kushwaha's user avatar
0 votes
0 answers
353 views

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 ...
Miroslav Stetsiuk's user avatar
0 votes
1 answer
356 views

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....
ZiAD's user avatar
  • 35
1 vote
1 answer
169 views

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,...
Leo's user avatar
  • 43
0 votes
0 answers
215 views

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 ...
Tecman's user avatar
  • 3,059
5 votes
5 answers
1k views

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 ...
Basj's user avatar
  • 47.5k
1 vote
1 answer
139 views

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 ...
user3162134's user avatar

1
2 3 4 5
18