Issues around forms and graphics being drawn onto a computer screen, windowing system or device

learn more… | top users | synonyms

1
vote
1answer
90 views

Drawing on the android screen with a coordinate system

My question is probably going to be initially very confusing to read, so just bear with me. I'll start it off with a little preface for context: Preface: I have an app that will be using an array ...
0
votes
2answers
57 views

what is best drawing tool for asp.net/.net

I want to draw a tree on the screen where edges and nodes both have labels, user can zoom on the tree and users can change the locations of objects. In java there is a good tool named "JHotDraw". Is ...
0
votes
2answers
135 views

Drawing line in swing through user input

I am a newbee in drawing in swing. I have read tutorials but I am not getting it. I have taken input from user in JDialogs and parse them to integer values next when I try to draw line using those ...
0
votes
2answers
99 views

HTML5 canvas drawing being overwritten

I have an HTML5 canvas that allows user to draw various shapes and a brush feature allowing the user to freehand. I am using the command pattern for these implementations. The problem I am facing is ...
1
vote
2answers
91 views

Draw a dynamic graph in python

I have a hard time finding a python code example that draws a graph structure (like a tree / state machine) and which you can feed/stream data to, so that it plots the most recent data.
0
votes
0answers
28 views

Drawing on Ipad [duplicate]

Actually we are devloping an application which shows remote desktop of the server which recieves mouse points from Ipad and performs annotationns/drawing. The same drawing is also performed on Ipad so ...
0
votes
1answer
42 views

Get historcial points ios

Is there any function or algorithm to catch all the points when drawing in iPhone? Like in Android, where we have gethistoical points.
0
votes
2answers
62 views

WP7 sand physics performance improvement

I'm creating a sand based windows phone 8 game and I'm thinking about ways to boost the performance. The sand falls from the top and collides with stuff, so it has to be calculated each frame. The ...
1
vote
2answers
178 views

Set touch listeners on canvas drawings

Suppose i have drawn a bitmap image or simple circle on my canvas. How can i set OnTouchListener to check if my drawing has been touched? Since i will be drawing multiple circles on the canvas, I want ...
1
vote
1answer
105 views

Drawing contours retrieved from the binary image

I want use findContours with the binary image, but the callback function causes an error: Invalid address specified to RtlFreeHeap when returning. When i want to use clear() to free the ...
0
votes
1answer
42 views

Is there a way to draw under names in MKMapView?

I've looked at the many fine threads on how to draw routes on an MKMapView and didn't see anything on this. I want to be able to draw information (e.g. traffic flow imagery for routes, possibly ...
0
votes
2answers
831 views

Libgdx - How to draw filled rectangle in the right place in scene2d?

I am using scene2d. Here is my code: group.addActor(new Actor() { @Override public Actor hit(float arg0, float arg1) {return null;} @Override public void ...
0
votes
0answers
105 views

draw rectangle emguCv

i want to draw rectangle around circle with emgu cv.. My matlab code: [B,L] = bwboundaries(binarea,'noholes'); stats = regionprops(L,'Area','Centroid','BoundingBox'); figure,imshow(im); hold on ...
-1
votes
2answers
99 views

Draw a comet in IOS [closed]

The requirement is very simple. As the user moves his fingers a comet is drawn. I have seen some tutorials and have implemented few of them, now writing in here just to have an expert opinion. ...
1
vote
1answer
138 views

drawing shape following moving object

what I'm trying to do that I connect to my webcam, then detect a colored object(blue patch), and I need to draw rectangle on the form that move with my object's move, but what I get is many rectangles ...
0
votes
0answers
12 views

Unneeded black line in the MS header when resizing columns

We are using the MS Header Control in our ActiveX grid control, and have a problem with drawing the header when resizing a column header in the recent versions of Windows starting from Vista. When we ...
0
votes
0answers
53 views

How do I fit a vector curve outline envelope to an offscreen bitmap?

I am writing a drawing program that is vector-based but should have drawing tools that behave more like raster-based tools. For example - when you draw with a graphics tablet pen, the resultant vector ...
0
votes
1answer
24 views

Dragging Still Highlights Text

After reading the responses to this question, I have implemented the same functionality where I check for event.preventDefault and either run event.preventDefault() or event.returnValue = false. This ...
0
votes
0answers
67 views

Does TextureView respect alpha value if set from native?

I have a textureView buffer at JNI with following format and dimension: Format: ARGB8888 Dimension: 640x480 I am trying to fill this buffer as follows: int i4_col, i4_row; typedef struct ...
1
vote
1answer
91 views

UIView setNeedsDisplay Has No Effect?

I have a UIView-derived view that is drawn only once and never again. Calling [self setNeedsDisplay] has no effect. What could cause this? It doesn't matter whether the drawing code is in ...
1
vote
1answer
48 views

Best way to draw images in an activity

I need to draw a bitmap and yet change it when buttons are pressed on an activity class. I have tried using a View class but unfortunately I am having no luck. I thought this would be a simple enough ...
1
vote
2answers
108 views

Algorithm to Move / Rotate Points

What is the algorithm to move / "rotate" a point in the (x, y) coordinate by x degrees relative to (0, 0)? For example, in the picture below, I want to move point A to B, by x degrees; the distance ...
-1
votes
1answer
50 views

Android Drawing framework [closed]

I'm searching for a drawing framework/sdk, not an OpenGL sdk, that has build in: drawing lines, shapes, etc; adding background pictures; modifying pictures, erase, undo, etc. (Something like Paint) ...
0
votes
0answers
21 views

How to Draw a Line in an Existing Layout View Containing Multiple Buttons Without Changing Existing Layout?

I have created Multiple Buttons in a Matrix Form in a Relative Layout. What i want to do is that when a user touches on to a button then its cordinates are selected, and subsequently when second time ...
0
votes
1answer
125 views

iOS: How to draw a line between two moving objects?

I basically have an array of UIView objects that are on screen. They are being moved randomly around and I would like to have a line connecting each object. In my drawRect method of the UIView that ...
0
votes
1answer
21 views

Move Graphics axis or get a sub-graphics at an arbitrary point?

I often need to draw items in a Graphics object and the way I've been doing it is to have a function DrawItem that receives the Graphics object and an offsetX and offsetY parameters, which determine ...
4
votes
1answer
50 views

Java Swing - Valid approach for dragging rectangles onto a JPanel?

I have some code to draw rectangles. It's used to draw rectangles on a JPanel, to mark boundaries of widgets. Here the code first, after that I'll explain my problem cq. question. First off, I have a ...
0
votes
0answers
185 views

Android Paint stroke width positioning

Given this code to draw a line: Paint p; p = new Paint(Paint.ANTI_ALIAS_FLAG); p.setColor(android.graphics.Color.WHITE); p.setStyle(Paint.Style.FILL); p.setStrokeWidth(21); ...
3
votes
4answers
233 views

Delphi custom animation - collision detection

I'm working with custom drawing / 2D animation and I'm trying to figure out how to detect when the moving object collides with a wall in the map. User holds arrow keys on the keyboard to move the ...
2
votes
2answers
237 views

How to approach drawing shapes in C# to make a tetris clone?

I would first like to note that I am NOT using any XNA or LINQ in this small project. Basically, I want to make a clone of Tetris using C# windows application. I have already drawn out my grid, my ...
0
votes
0answers
146 views

How to smoothly move mouse along a line in VB.NET

I have been trying to move the mouse pointer along a line over a given timespan with mixed results. If the timespan is small enough, then each "delta" is big enough to move without too much ...
0
votes
1answer
127 views

Questions About Drawing without WM_PAINT Message

In MSDN, I read this When drawing without using a WM_PAINT message, the application usually does not invalidate the window. Instead, it draws in such a fashion that it can easily restore the ...
0
votes
0answers
74 views

c# Form not completely repainting in RDP session

I have a strange problem and I can't seem to figure out a solution. I have a windows forms application written in C# .net4.0. In this application, there's a panel where i draw a chart on. This chart ...
0
votes
0answers
70 views

Drawing and Filling an Image [closed]

My application is for a company who are doing floor tiling. I need to develop an application where user will upload an image then user draw an area on the image using lines. An example is here. ...
1
vote
3answers
78 views

How to draw with a tap in Canvas?

This works ok if i move my finger, but if i just tap (From ACTION_DOWN to ACTION_UP without passing by the ACTION_MOVE) it won't draw anything. Any idea? @Override protected void onDraw(Canvas ...
0
votes
1answer
40 views

when i press tab the panel clears

Using DrawImageUnscaled my program draws a parobola or a line ... If I press tab after the program draws, the panel in whith the image clears.. For my ox and oy axes i use ? and they disappear ...
0
votes
0answers
68 views

Rendering Lines as selectable Controls with properties

I need to draw some lines, and they have very significant meaning to the content that will be linked to them. How do I draw/render a Line (that has been drawn using GDI+) as a Control? What I mean ...
1
vote
2answers
107 views

real intersection of 2 pathes in andoid ( new path )

I try to intersect 2 pathes in Android. This works fine in the first attempt. When I am zooming into the drawing ( canvas.scale() ) then the intersected shape is unprecise and ugly. Does anyone know ...
0
votes
0answers
123 views

how to draw line between points using canvas

Hello I've created map of points that are animated <Grid Name="BodyContainer" Background="Black" Width="640" Height="480"> <Canvas x:Name="HeadCanvas" ...
-2
votes
1answer
56 views

how to draw rect over screen on OS X?

I want draw rectangle over current screen on OS X like rectangle from Grab app when user select area to capture. Could anybody give me advice about how I can do this?
1
vote
1answer
145 views

Drawing in a Windows Form in F#

I'm attempting to draw in a non-customized (I mean, simply creating an instance of the default form class, not an instance of a deriving class I can create) System.Windows.Forms.Form in F#. I had ...
0
votes
0answers
75 views

How to draw shapes and edit those shapes in ios?

I want to draw the shape of the floor with finger touch and have to place rounded buttons at the corners. Those rounded buttons are to be moved to edit the shape of the drawn image. And I have to ...
0
votes
0answers
35 views

Drawing in landscape vs. portrait

I'm currently trying to draw a shape on a view with dimensions based on the height and width of the view. This works for portrait mode in the correct way. When I do the same thing in landscape mode it ...
0
votes
1answer
92 views

How to add CProgressCtrl to a CListCtrl

I'm looking to add a progress bar to an index in a list control. I know there isn't a simple command to do this and requires a type of drawing but I can't find any good explanations on how to go about ...
0
votes
3answers
123 views

OpenGL ES 1.1 iOS not sizing properly on retina versus non retina

So, I'm having quite a bizarre issue and I'm not sure why. When displaying the following opengl code on a retina screen, I receive the following image: while the image I get on a non retina is the ...
0
votes
2answers
160 views

Android - Positioning Bitmaps on canvas varying per device. How to handle?

My situation involves drawing a background where other objects are contained within regions of the background, for the sake of bounding. I set up my surface view drawing to layout my bitmaps in the ...
0
votes
1answer
93 views

ShapeRenderer colors stop working when rendering images with SpriteBatch

I've made a game that uses ShapeRenderer for making colorized lines. This worked fine, but when I start to import images the colored lines suddenly became black. Worst of all: When I'm using a ...
0
votes
1answer
80 views

CGContextRef not drawing

I'm trying to draw a circle for my Mac Application. The Code is: - (void)mouseMoved:(NSEvent*)theEvent { NSPoint thePoint = [[self.window contentView] convertPoint:[theEvent locationInWindow] ...
1
vote
1answer
142 views

Drawing Issues - Drawing a compound shape from other shapes

So I have an assignment for University. The concept was that we were to complete some class hierarchy stuff. Basically it was stuff to allow us to draw different shapes. I can successfully draw each ...
0
votes
1answer
248 views

Drawing single quad texture openGL ES 2.0

I'm pretty new at ES 2.0, I'm trying to draw a single texture in openGL ES 2.0. Here is my code: data : a pointer to the texture (it is working, I already could test it with ES 1.0) w : texture ...

1 3 4 5 6 7 58