Questions tagged [visual-glitch]

This tag is used for problems in the implementation of GUI behavior.

Questions regarding the implementation of user interfaces would usually concern GUI libraries like Swing, Kivy, PySDL, Android, and iOS. Browser-based questions are also welcome.

203 questions
2
votes
2 answers

Unity Ragdolls causing problems with mesh renderer

I've set up this enemy to turn into a ragdoll upon death, fly into the air a bit, and behave like a ragdoll. It is all working fine as far as i can tell. Except i am encountering an issue where the enemy keeps popping in and out of existence,…
niar88
  • 41
  • 4
2
votes
1 answer

How to fix UISearchController search bar resizing when focused?

I am trying to implement a UISearchController with a UITableView inside of a small popup screen like this: Image displaying a popup with a UITableView and UISearchController. However, when the search bar is focused, it moves up and becomes wider,…
2
votes
1 answer

GtkDrawingArea / cairo visual glitches

I am creating a GTK+ 3 application which draws an animation using Cairo in a GtkDrawingArea widget. I get visual glitches, such as the ones observed in the images below. These appear only for a single frame, there may be none, or one, or more than…
Void Star
  • 2,401
  • 4
  • 32
  • 57
2
votes
1 answer

Unity shader/C# - how to change colors of effect?

Ok so Im using this glitch effect (the analog one) that features a color "drift" https://github.com/keijiro/KinoGlitch It comes with a shader and this Analog Glitch script (all in link): [ExecuteInEditMode] [RequireComponent(typeof(Camera))] …
blue
  • 7,175
  • 16
  • 81
  • 179
2
votes
1 answer

Why am I seeing glitches when using wx.SplitterWindow?

I'm currently using wx.SpliterWindow in my wxpython application. When I run the application, the GUI appears fine. However, when I attempt to move the divider between the parts of the splitter window, multiple weird horizontal multicolored glitches…
Christian Dean
  • 22,138
  • 7
  • 54
  • 87
2
votes
1 answer

Is it safe to run cat command on a .zip file?

In bash, when I run cat on a .zip file, it outputs a bunch of symbols that scroll up the screen quickly. It also makes some beeping noises. This is both a little scary and awesome. Is it safe for me to keep doing this? I kind of want to have this as…
Ethan Fischer
  • 1,229
  • 2
  • 18
  • 30
2
votes
1 answer

UINavigationController animation from view controller with prompt

I am implementing an application that uses a UINavigationController. It currently shows 3 views, each a UITableViewController. The first view that is shown only has a title, while the other two have a title and prompt. All segues are created in the…
2
votes
1 answer

FAB Ripple effect persisting outside of viewbounds

On all of my layouts, my FloatingActionButtons' ripple effects are persisting if the user lifts their finger outside of the FAB view. i.e. User presses down on white FAB, ripple happens turning FAB gray, user drags finger away from button and lifts…
2
votes
0 answers

How do I upload an Image to Tumblr using Python?

So what I am trying to do is, upload an image from my computer to Tumblr, then download it again, do some glitch art with it and upload it again. The goal is, to repeat the procedure about 100 times. I want it to always download the latest picture I…
Lucas W
  • 43
  • 6
2
votes
2 answers

Why iOS9 WebView CSS Transform turns red element into blue ones?

Visual Glitch Sample The right-hand-side token ('PLI') has two identical sides. When it's applied a css transform rotateX(180deg), the red tokens (and only the red ones) on it's left side are turning blue which is unexpected. The problem occurs only…
Sylvain Brejeon
  • 924
  • 7
  • 6
2
votes
0 answers

AppTest on iPhone 6 reveals unknown screen glitches (gray lines)

I own a iPhone 5 and have always tested the app on it, everything works on iPhone 5 device, iPhone 5 and 6 simulator, but when I borrowed an iPhone 6 weird gray lines started appearing and disappearing (when I move the iPhone around they move and…
Josip Bogdan
  • 578
  • 1
  • 5
  • 15
2
votes
1 answer

Draw bold axes in Matlab properly

Default axes are very thin in Matlab plots and I tried to make them bold with set(gca, 'fontsize', 18, 'linewidth', 2) But the lines do not match properly together in the four edges. The following MWE demonstrates the…
Jonas Stein
  • 6,826
  • 7
  • 40
  • 72
2
votes
0 answers

iOS 8 - presentViewController flicker and delay

i have the following problem since upgrading to iOS 8: Additional informations: No storyboard No xib files No NavigationController (Because i don't want a title bar) viewController switching with "presentViewController:nextViewController…
Steffen Ruppel
  • 331
  • 2
  • 11
2
votes
1 answer

Bootstrap carousel with transition background displacement

When the slide transitions, the background image displaces below the carousel before going back to the correct position. This happens on every slide every transition (when clicking or waiting). Here is a GIF showing what happens. …
2
votes
0 answers

Android OpenGL Trace Wall time vs Thread Time

I have been struggling for quite a few days trying to understand why my OpenGL ES 2.0 application on Android is choppy. The frames per second are quite high, generally staying at a consistent 60fps, however the game does not appear to be smooth. …
1 2
3
13 14