The draw tag has no wiki summary.
0
votes
1answer
93 views
How can I paint in an specific JPanel when more than one in same frame- Java
Updated - this is related with the following link I posted yesterday.
Swing GUI application in Java with multiple frames
I apologize if I am doing something wrong here, I tried to write in my ...
1
vote
3answers
65 views
Filling polygon and moving it, but its leaving a trail
Alright, so I've been trying to move my polygon so it bounces around the screen. Right now it does so but leave a trail the entire way. I have a GUI class, extended by an Aquarium class, which fills ...
0
votes
2answers
94 views
Draw() method in XNA stops working inside a for loop
So far, this is my first XNA game and I'm having real trouble trying to learn this.
I'm following a tutorial from Microsoft, found here: XNA Xbox Live Indie Games
Every now and again, the code ...
0
votes
1answer
43 views
Android layout draft
Is there programs or web apps available to draw a draft of each layout from an app prior to developing it ?
I'm not looking for something that will generate the xml layout but just a simple tool 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
1answer
78 views
Unity and Eclipse: dynamically draw object
I'm implementing an Android application that draws a 3D object on screen (over camera view). The objects are in FBX format, and since it's been several years since the last time I used openGL I ...
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
1answer
80 views
QT How to draw shapes over a continuosly refreshing QPixmap
I am grabbing video frames using OpenCV and converting them to QPixmaps, and showing on a QLabel. It works like a video player until that point.
The problem is, i want to make some drawings over the ...
0
votes
2answers
86 views
draw multiple lines and delete individual line
I can draw multiple lines on the canvas; they are added to the layer using drawScene
dlayerA1.add(line);
line.getPoints()[0].x = mousePos.x;
line.getPoints()[0].y = mousePos.y;
line.getPoints()[1].x ...
0
votes
1answer
46 views
glDrawArrays distorts output to CCRenderTexture
If CCRenderTexture is not full window size, glDrawArrays output is smaller and at a strange angle. In my test code, the diagonal line should run from corner to corner at a 45 degree angle. How can I ...
1
vote
1answer
82 views
Unable to paint on background setted images on my view android
Here is my code I am able to draw on view but when I set background to my view, I am unable to paint on background imgae please help me out. Thanks in advance
public class FingerPaint extends ...
-3
votes
1answer
98 views
How to set background image to MyView class which i using for drawing android [closed]
I want set background image which I have edited using paint I am using the following code thanks in advance
How to save draw paint with custom view android?
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
1answer
97 views
Draw rectangle C# Mouse_down working Mouse_up not
I want to draw an rectangle on an form the mouse_down event is working fine, but how do i programm the mouse_up. Should how do i dertermine the starting coordinates.
...
0
votes
1answer
91 views
Unable to draw a circle in google maps? [closed]
i have a problem when i want to draw a circle in my map, but i dont find why. Please do somebody can tell me my problem, by the by i´m new using this platform and my english is not very well, so this ...
2
votes
1answer
148 views
Android canvas drawing in incorrect order… Why/how to fix it?
So, basically, if a bitmap exists, draw it first, stretched accross whole view/canvas. Then draw some text and a rectangle over top of that after, and it should work great. Right?
I was under the ...
1
vote
1answer
183 views
Draw triangle VB.NET
Dear forum members I have to make a triangle class.
My problem is that I the public overrides sub teken does not work
IN MY CLASS FORM (FUNCTION RANDOMSTRAAL)
Private Function RandomStraal() As ...
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?
1
vote
2answers
255 views
Animate a Canvas circle to draw on load
OK Hello.
I've decided to start using HTML canvas for a small project I have.
There's no real start yet. I'm just learning the basics of Canvas and I want to Animate a circle
<!DOCTYPE html>
...
0
votes
2answers
190 views
how to draw a line on imageview in android
In my app I want to draw a line on imageview.I want to write a line with finger when i touch it.This is my requirement.For that i googled alot And fallow the bellow link:
How to draw a Line in ...
1
vote
3answers
191 views
android line intersect with itself
Hello friends,
I draw a line using canvas.drawPath(mPath, mPaint); method.
but having some problem, i want to get whether line intersect with itself or not.
so please help.
thanks in advance
0
votes
1answer
76 views
Android : AdMob on canvas
I have one class where i set all Bitmaps and so on , and call class where i define Canvas adn all draw methods. thats like i draw all items , When i add AdMob i just call method to draw it from main ...
-1
votes
2answers
106 views
touch events to custom shapes in android [closed]
I am new to android programming & I'm trying to create a simple program where I can handle touch events on different shapes.i have created shapes by extending view class and i want to add touch ...
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 ...
1
vote
1answer
81 views
how can i draw square or circle arround eyes and mouth in ciimage iOS
i am new to iOS programming, and i have searched a lot of core image links, answers and tutorials but i still don’t understand exactly. I have a test app who have buttons, easy stuff, i have image ...
1
vote
1answer
370 views
Kinetic JS - drawing arrowhead at start and end of a line using mouse
I am trying to add arrowhead to the start and end of lines that I am drawing using the mouse, here is my script for drawing the line:
document.getElementById('dLine').onclick = ...
0
votes
1answer
196 views
Google Maps jQuery draw distance from point A to point B using string City/County names
I must implement a map with a start point A and an end point B using google maps. In my data base I'm storing Region/County string names and not geolocation data (longtitude and latitude). Is possible ...
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 ...
2
votes
0answers
111 views
impossible to draw a different texture on my cubes on XNA
I'm having some problem to draw textures with class "DrawUserIndexPrimitive" on Xna.
I can draw my cubes / models without problem. But I want to draw different textures on my cubes.
I loop on each ...
-1
votes
2answers
77 views
build strophoid in java
Can you tell me how to draw a strophoid?
I wrote this loop to build it
for (int i = 0; i < 360; i += 5) {
double u=Math.tan(i);
x[i] = (int) (a * ...
0
votes
2answers
67 views
Draw technology for browser [closed]
I want to build a web application where the user can draw lines, circles, rectangles and so on. I'm looking for the right technology to do this. I have some experiences with canvas and svg. What do ...
0
votes
1answer
169 views
KineticJS draw Image inside a circle
I am trying to place an image inside a circle using:
var gArrow2 = new Image();
gArrow2.src = '../../Content/images/green_s.png';
var circle2 = new Kinetic.Circle({
...
1
vote
0answers
55 views
Android unable to edit partial of a path
public class Drawing extends View {
private Paint mPaint, mBitmapPaint;
private Bitmap mBitmap;
private Canvas mCanvas;
private Path mPath;
private float mX, mY;
private static final float ...
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 ...
1
vote
1answer
186 views
java.awt.Shape is playing tricks on me
![enter image description here][1]I'm in my first year of Java programming at school and I'm looking ahead in my book a little bit. I've come across a class (called Canvas) that has a draw(Shape ...
2
votes
1answer
164 views
How to draw a line from the source to the destination of a drag and drop operation?
I've implemented a drag and drop system and now I want to draw a line from the source to destination. How can I draw that line? I already used an extension of the View class, but it's not working. ...
0
votes
2answers
226 views
AS3 Game loop and draw frame
I am building a game for school in AS3. I made a game loop with a timer so this game can run faster.
private var updateTimer:Timer;
updateTimer = new Timer(0);
...
0
votes
1answer
351 views
Explaining DrawArc method?
I have a task in which i have to draw a Figure of Eight, so i thought of it as drawing four arcs. I tried using the DrawArc method but i really don't understand how does it work at all.
The DrawArc ...
0
votes
1answer
78 views
How to draw in Panel Flex?
I have a problem when i want to draw the line in the panel. I don't know how to do that, please explain me...
I'm trying to put the SpriteVisualElement in the panel but i get "component declaration ...
1
vote
1answer
111 views
Fast lightweight method to draw in DataGrid
I need some kind of timeline in a "datagrid" and the character has quite a few lines.
The left side of my datagrid works very well because there is only text.
The right side is a little bit laggy.
...
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
1answer
179 views
Draw line in Flex in ActionScript
i really don't understand what i am doing wrong:
It's simple example, but when i click on the button nothing happens..
<?xml version="1.0" encoding="utf-8"?>
<s:Application ...
0
votes
1answer
27 views
filltext without coordinates
so i have made a circle in the canvas, and i'm trying to have a line of text in it.
the problem is, the filltext code line generates the text at a particular given coordinate, but i dont want that.
...
2
votes
3answers
241 views
Move sprite diagonally
I hope you can help me.
I'm moving my sprite according to mouse position when user clicks with the right button like this:
protected override void Update(GameTime gameTime)
{
int nextX = ...
-1
votes
1answer
714 views
Windows Phone 8 C# Load and Draw PNGs
I'm making a music theory game with C# and XAML, where a note appears on the stave and you press the corresponding button, and then it spawns a new note in a new position and gameplay 'loops' from ...
0
votes
1answer
40 views
How to keep some part of the Canvas NOT Touchable
All i need to do is to create a canvas with some non-touchable Section.
I tried with an overlay (Relative layout) over the canvas at desired place. But Canvas is still touchable. I have no clue why ...
0
votes
1answer
153 views
Android - Java: how to draw a straight line slowly
I can't draw a straight line slowly!
when I slide slowly I have a wavy line instead a straight line.
I tried to use the tool "Pointer location" to check the points and I recived the same result.
But ...
-1
votes
1answer
55 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
1answer
268 views
How to draw millions of cubes without idle , model instancing in XNA?
I work for a project in the style of game "Minecraft".
I started using the "Model Instancing" in order to generate a large number of cubes possessing an identical model.
So far so good.
My problem is ...


