The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
31 views

How to draw .obj file to OpenGL?

I have a problem with drawing an .obj file into OpenGL. Step by step... I wrote an object loader class. I test it on a test.obj (it's actually a simple cube) in a simple console application. The ...
0
votes
0answers
15 views

Android view A depends on view B. How to draw first A then B

View A in RelativeLayout XML depends on view B. How to draw first A then B? Example: <Button android:id="@+id/button1" android:layout_width="wrap_content" ...
0
votes
0answers
18 views

Trying to use Draw2d jar for simple graph

I am creating a plugin project where I need to draw a simple graph having X,Y coordinates and based on the values, the graph should be plotted. I decided to use draw2d jar file and have the setup ...
0
votes
0answers
18 views

Canvas drawImage for scaled down images bug

can I get little help for a very strange bug? Basicly I need to resize image in canvas, but I always get pixelated (I'm resizing down not up) On that picture you can see the problem: ...
0
votes
0answers
29 views

I need to draw some kind of function curve but how?

I am developing some kind of health tracking app for my personal needs and I would like to draw a curve of the data that I input into my app. In my main view I have a View for the drawing and beneath ...
0
votes
0answers
40 views

Java, drawing all pixels on the screen with different colours with maximum performance

I'm trying to draw a self-created 'image'(most likely a bufferedImage I reckon) using an array containing the colours in the format of hexadecimal numbers. And I'm talking about fullscreen, meaning ...
0
votes
0answers
9 views

A sprite (2d) when being draw in 3d is not animated?

I don't know if anyone here knows about the program Game Maker (yoyogames.com) but in my game I'm creating I am trying to draw a sprite (image) in 3d. The code works fine except for one issue; my ...
0
votes
0answers
28 views

JavaFX scaling adjusting position

After several questions I almost did what I wanted - here is one last step.(JavaFX correct scaling last question - this is related). As jewelsea recommended I added event to each point, but it didn't ...
0
votes
0answers
24 views

WPF - Is't possible to draw by pencil in the same visual

I have a canvas and want to draw on it by pencil. private void drawingSurface_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { DrawPoint(pointClicked); } ...
0
votes
0answers
21 views

Drawing a curve with given two points and radius in C#

How can i draw in windowsform a curve/arc with given only two points and a radius. there is a way with intersection of two circles with the radius. is there an easy way that can i draw it with ...
0
votes
0answers
36 views

Microsoft Access Drawing Line on Listboxes

I have a problem for drawing line between listbox items. I have 3 ListBoxes; one of them has three columns and other two have one column. What I want is to draw line between items inside these boxes ...
0
votes
0answers
28 views

Migration from V2 to V3 with an own overlayer

i need help because i am not so good in javascript and i dont habe any experience with the google maps api. I want set my own Marker in the Google Map and if someone click, an own overlay will show. ...
0
votes
0answers
48 views

SubClass of UIView never call drawRect:

I created a nib for a custom view. And I set the nib's view Custom Class to "MyView" for example. MyView * myView = [[[NSBundle mainBundle] loadNibNamed:@"MyView" owner:self options:nil] ...
0
votes
0answers
220 views

Picturebox - Get image inside drawn rectangle and show in another Picturebox

I made a search and successfully found a solution to draw a rectangle inside my Picturebox while mousemoving using a class named Rectangulo: Public Class Form1 Dim SelectionBoxObj As New ...
0
votes
0answers
25 views

Gesture Data from ViewController to UIView

i would like to change the stoke of an line with a pan gesture. So now i have a IBAction called handlePan with the pan gesture in my ViewController called ViewController.m #import "ViewController.h" ...
0
votes
0answers
15 views

My class will not draw properly on the screen, no errors just not drawing

Ive been working on a side scrolling game and ive almost finished the game, when it came to making a class for an owl the code was similar to other i just used the same methods but now when it comes ...
0
votes
0answers
71 views

How to draw a string to screen in C# XNA

I am attempting to add "Lives: 3" to a platformer game using C#. Currently the game draws the score in a Drawhud() method like this: // Draw time remaining. Uses modulo division to cause blinking ...
0
votes
0answers
94 views

Android joystick won't show up

I am working on a project right now in Android, and we have been using an edited joystick class that has been great! However, when optimizing the code for the project, I used Lint in Eclipse to ...
0
votes
0answers
62 views

Texture movement in game algorithim

I have recently picked up a few books on game programming, starting out with a book on XNA because I believed it wouldn't be too difficult to understand the framework, and it seems like it takes its ...
0
votes
0answers
90 views

Draw video on canvas for live wallpaper

I am new to android, and I am trying to create a live wallpaper. I have installed the samples on Eclipse and I am trying to understand how live wallpapers work (using the Cube sample). What I want to ...
0
votes
0answers
69 views

Fastest way to draw/animate an object continuously from dynamic data over the internet

I have a process which reads live data every 100ms and saves it to database. My goal is to draw image/object on the web based on this data which changes continuously. I managed to do this using HTML5 ...
0
votes
0answers
32 views

XYZ Line grahp in android

I want to draw XYZ Line graph in android .a graph which has 3 axises such as weight in the left and height in the right and months in the bottom.i have done a heavy research . but all the results ...
0
votes
0answers
89 views

OpenGL: plot pixels at indices with a color line, on top of grayscale image

I have an array of indices that I want to plot over a grayscale image with a red line, or to even make the pixels at those indices 'red' or some color. I want to do this openGL. Currently my display ...
0
votes
0answers
15 views

Slick2D Only drawing when the cursor isn't focused on it

When I draw something with Slick2D the drawing only shows up when I select another window but the screen is black otherwise. Is this a known issue, glitch, or did I do something wrong?
0
votes
0answers
67 views

SWT styledText custom painting - scrolling

Upon scrolling, with a vertical scrollbar, my styledtext with many controls, the buttons sometimes appear to be drawn one on top of each other, they are active and they are destroyed on the ...
0
votes
0answers
55 views

Draw lines with simplecv and pyqt4

I am trying to integrate simplecv to pyqt4 with some mixed success. I was able to see a webcam capture in pyqt4 through simplecv, I can modify the image with simplecv and it shows ok in pyqt4 but when ...
0
votes
0answers
106 views

Simple Finger Draw in AlertDialog to take notes, Android

I'm new to Android development but in these days I've managed to do many things so I began to code a simple game, but I encountered an obstacle: I've would like to make a Button that each time is ...
0
votes
0answers
50 views

How do I force the window to draw in Win32?

My window in invalidated as part of a certain function called by a message processed by WndProc(). However I need the contents of the window to redrawn right then, before my function continues. Is ...
0
votes
0answers
61 views

Poor performance issue when drawing lines on WP7

I'm developing an application which has a part that allows you to draw using your fingers. To do that I've followed this tutorial (here's also the app with the source code): ...
0
votes
0answers
60 views

Android - How to draw on a certain transparent image using gestureOverlay

i'm new to android development. my idea is while using normal gestureOverlay function (that able to draw on the whole of area that defined) but i put image on it which having transparent area, and i ...
0
votes
0answers
32 views

Swiss-draw in Php?

Trying to make a drawing system where there is 10 contestants there is competing, they pair up 2 and 2 and battle out, one leave with a point and the other with a 0. The winner that went on with a ...
0
votes
0answers
26 views

I want to create objects (image orpicturebox) from a list menu then position or move them on a panel… (like paint)

I try to create a class of object (picturebox), then calling it my main code to create other picturebox from a menu of different picturebox. I want to fix them on a panel to draw shcema or ...
0
votes
0answers
43 views

OOP: Create an Object to Draw Image

I am going to build a drawing program (something like MS Paint) using Java. I have been able to draw basic shapes on a JFrame using Swing lib, but they are static, I cannot do anything with them. ...
0
votes
0answers
237 views

Networkx Directed Graph Python

I want to draw directed graph with Python library Networkx, problem it that is I have from Node1 to Node1 edge, and from Node2 to Node2 back edge, the second label is written over first label. I need ...
0
votes
0answers
136 views

how to create a rectangle

I am new to Python. I wish to create my own Turtle class so that I can draw a rectangle inside a given a GUI window class as shown in the code below. It should be run in Jython. 2 Java methods ...
0
votes
0answers
71 views

draw lines an curves on iphone

Hi i am trying programm a game like curve fever if you do not know the game here is a link of it:curve fever I tried makeing it with imageViews wich rotates but it din't work out how i wanted it to ...
0
votes
0answers
72 views

draw text to frame cameraoutput

please help me. I am trying to write watermark (timeline) to every frame but got error. EXc_BAD_ACCESS( code=1, address=... - (void)captureOutput:(AVCaptureOutput *)captureOutput ...
0
votes
0answers
204 views

Migrating from xlib to xcb, drawing

Edit: I modified the code a little to take out some unnecessary stuff, for some reason before I needed to use fillrectangle so the window was drawn correctly i tested and now works fine for some ...
0
votes
0answers
53 views

Save and Load a Drawing

I have this class to draw a Signature: public class SingleTouchEventView extends View { private Paint paint = new Paint(); private Path path = new Path(); public ...
0
votes
0answers
266 views

Draw Grid Html 5 Canvas

I'm trying to draw in html5 with canvas, I need to draw a grid. I pass two parameters X and Y. This example does arme manually: http://jsbin.com/ifohor/4/edit The idea is to make it dynamic: ...
0
votes
0answers
13 views

How to progressively redraw a drawing in android?

I am making an android application where the user can draw something and after that by clicking a button the drawing will be redrawn. I have done this so far, but I want the redrawing to be ...
0
votes
0answers
135 views

Corona SDK - Area of event touch to draw a line

I need some help here... well, i am creating a long level in my game. My level resolution is 1280 x 960 (Height x 2) and the problem is that when the camera follows the object, i can draw line only on ...
0
votes
0answers
67 views

How can i add drawPanel dynamically

I am trying to add the drawpad to my dynamically created linear layout. I came through an example of drawpanel at one of the answers of Draw line along points using finger. but I'm not able to add ...
0
votes
0answers
92 views

What is the best way to draw a text on a Map overlay?

I have tried some code and finally got it working, but this seems the bad way. I draw a text on the drawable which is the map overlay. (I thought this would be easier). It has also problems. For ...
0
votes
0answers
31 views

Want to create Simulator on android

I want to create Automaton simulator(dfa nfa)app in Android for this user needs to draw circle for machine states and flow path may be arrow.So how can i giv option to draw on screen or give circle n ...
0
votes
0answers
107 views

Draw network scheme online service

I would like draw my network scheme with storages, servers, mysql databases. Some variant of ms visio. I have trouble with draw.io, they have only AWS schemes. Could you advice something more?
0
votes
0answers
144 views

Complex polylines + onDraw method = very slow

I have a map in which I want to draw a route between two GeoPoints. This is what I'm doing: 1- Get the json data from Google's server. 2- Parse the json data and get all encoded polylines. 3- Decode ...
0
votes
0answers
221 views

How to fill colors in whole screen after draw canvas in android

I have an application about drawing on surface in android like this: getWindowManager().getDefaultDisplay().getMetrics(displaymetrics); int h = displaymetrics.heightPixels; int w = ...
0
votes
0answers
114 views

Drawing on polygon in MapView (putting a circle at the top)

I have a routine that draws polygons in MapView, suggested by the example of TWiStErRob in this post, but I'm trying to include a circle, but it always appears under the existing polygons, and what I ...
0
votes
0answers
55 views

how to draw line between similar points in Matlab

I have an image and I want to know which points in the image are similar to each other, I have write a code to find which points are similar but I don't know how I can write something to draw line ...

1 2 3 4 5 8