Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
148 views

OpenGLES 2.0: 3D Tile Visual Artifacts

I'm having a terrible time figuring out a way to better-handle the seams between 3D tile objects in my game engine. You only see them when the camera is tilted down at a far enough angle like this... ...
2
votes
1answer
67 views

Solved - WPF 3D close items seems “wobbly”

I'm writing a 3D globe control in WPF. Most of it works good, but when I look at a mountain from too close (say, 10 meters or less), it becomes "wobbly" (meaning - every tiny movement of the camera ...
1
vote
1answer
65 views

What can cause UIPickerView display bug on iPhone?

I am subclassing UITextField to be able to set UIPickerView as an inputView. When my text field becomes first responder, UIPickerView shows up in place of keyboard. The problem is, in some cases ...
1
vote
1answer
193 views

Optimizing a web interface for touchscreens (dealing with unwanted mouse-drag, etc)

I'm building a small web-based kiosk interface to be used on a 7-inch touchscreen. I won't get into detail about the system itself, but the browser on the touchscreen is a permanently full-screened ...
1
vote
2answers
335 views

nullpointerexception in wyswig xml layout in eclipse for android and visual-artifacts

I'm currently developing an application for Android which needs to use a custom made Tabs. I have encountered two problems: I will start from my first problem: java.lang.NullPointerException at ...
1
vote
2answers
1k views

How to avoid visual artifacts when hosting WPF user controls within a WinForms MDI app?

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 are ...
1
vote
1answer
226 views

How can I get rid of this visual artifact in WPF?

I have a WPF page with validation rules. This page has 2 grids - 1 that's shown by default, and another that can be toggled to show via an animation (a button is pressed, and the second grid's height ...
0
votes
0answers
8 views

How to avoid artefacts in first clip of mencoder assembled video

I'm trying to take a series of mp4 files and assemble them into a single video using mencoder. The problem I'm running into is that the first clip in the series - regardless of which one it is - gets ...
0
votes
0answers
87 views

Flickering under iPad status bar during view orientation change

I have a bare-bones iPad app that experiences odd pixel flickering along the very top of the screen when the iPad's orientation changes. The view my app is displaying is also bare-bones; it comes from ...
0
votes
1answer
69 views

jscrollpane has trailing image

I have a JPanel inside the JScrollPane and it does that whenever I try to scroll. Please help! How do I fix this? EDIT JScrollPane pane; .... pane = new JScrollPane(GC.createGraph()); ...
0
votes
2answers
252 views

How to remove artifacting from text being drawn into a bitmap

I have a background bitmap if you will and I'm drawing another bitmap with font into the background bitmap. When just drawn on top of each other and zoomed in the level I'm needing they appear ...
0
votes
1answer
794 views

Removing OpenGL texture artifacts

I am creating a simple opengl application which obviously includes some 3d-objects and textures. My problem is however that artifacts appear on every texture. These come in the form of triangles ...