Issues around forms and graphics being drawn onto a computer screen, windowing system or device
0
votes
2answers
21 views
Drawing on a UITableViewCell backgroundView using CoreGraphics
I have a subclass of UITableViewCell where I need to draw a custom backgroundView for the cell. Implementing drawRect:, I can draw the view fine, but it is behind the tableView and tableViewCells.
...
0
votes
1answer
41 views
Cannot save file after opening it
I can save my file infinitely. I can open my file infinitely. And I can save then open my file.
However I cannot save my file after opening it. I get the following error:
A first chance exception of ...
1
vote
1answer
39 views
Draw on Panel, save as Bitmap
I'm trying to make a simple application where the user can draw on the Panel and save it to their computer as a bitmap. When I proceed to the save part, however, all I get is an empty (white) bitmap.
...
0
votes
1answer
48 views
Drawing multiple lines and remembering their thickness
It might be because I had a long day and it's quite late already, but I can't seem to figure out what I am doing wrong.
I just want to be able to draw lines at my finger's position with each line to ...
0
votes
1answer
36 views
make matplotlib draw() only show new point
So I have a 3D graph that is a scatterplot updating a point by going through a dataframe. I have it add a new point ever .1 seconds. Here is my code:
ion()
fig = figure()
ax = fig.add_subplot(111, ...
0
votes
2answers
40 views
Draw points and lines in gnuplot
How is it possible with gnuplot to plot both isolated points and lines for the same input file?
I mean, once I have a file data.dat of this kind that defines two lines 1-2 and 3-4
x1 y1
x2 y2
x3 ...
0
votes
0answers
55 views
Drawing Graphing Grid with Java.awt
Are there any libraries for drawing an X, Y Axis/Grid for Graphing. For example, graphing inequalities, or linear equations, etc...
Or is it possible to use awt/swing? Basically what I'm looking to ...
0
votes
3answers
112 views
Drawing at specific coordinates in a loop
I am trying to write a program which simply reads through a multidimensional array (using 'for' loops) and if it encounters a certain letter (like 'A'), it would draw a rectangular shape (im using ...
0
votes
1answer
30 views
Weird issue with android drawing. Some chars mistically disappear
I use Nexus 7 device
I create Paint with font size and type face;
My font is "Arial", size is 780;
My task is to write "sit" with different colours (s - in red, it - in blue)
for(int j = 0; j < ...
-3
votes
2answers
54 views
How to make a drawing program [closed]
I'm not expecting a very detailed answer here but just to be pointed in the right direction.
Let's say i wanted to make a drawing program like microsoft paint or the app draw something, how can i do ...
1
vote
0answers
85 views
Performance issues with Core Graphics
I have serious performance issues in my game. I'm developing a jigsaw puzzle game. I cut down an image into smaller images, create a UIView for each jigsaw piece and assign each image into it's own ...
0
votes
0answers
27 views
Retain the image loaded on canvas from photoalbum on click of Undo button
I am working on drawing in IOS using coregraphics, So I draw an image on canvas and store in a photo ablum, later I load the same drawn image from photo Album on canvas using this piece of code
...
0
votes
0answers
4 views
Inaccurate drawImage drawing in Safari?
I'm doing some small-scale drawing with the HTML canvas and noticed that Safari's drawImage() doesn't seem to be drawing the image at actual size. Below is the results of a test case (here) that has ...
0
votes
1answer
67 views
drawing shapes with mouse in java
I am working on a simple panting project that allow the user to select a shape from ComboBox then draw it on the panel. Problem is when user choose any type of shapes and try to draw it on panel no ...
1
vote
1answer
81 views
How to draw a rosette?
I am looking forward to make a rosette using c# graphics...
Here is what I'm trying to achieve:
Rosette
Till now i did this:
Pen lapsi = new Pen(Color.Black, 3);
Rectangle katrori = new ...
0
votes
0answers
25 views
Android layout visibility - strange behavior
I've got a weird problem here.
<LinearLayout
android:id="@+id/add_bar"
style="@style/SpacedElement"
android:layout_width="match_parent"
...
0
votes
1answer
25 views
How to detect encosed area in iOS and fill color inside that?
I need to create an app just like Paint application in Windows. Please check out the video at this link
https://dl.dropboxusercontent.com/u/56721867/Screen%20Recording.mov
This is how I need my app ...
0
votes
1answer
30 views
How to change coordinate system on Pixmap
Who knows how to move from top left coordinate system to the default, where X/Y-axis starts from the left bottom corner (like we always draw them) on QPixmap/Qimage
0
votes
1answer
25 views
How to draw a roads (lines) on pixmap
I really got stuck with drawing "roads" on Pixmap in Qt.
I have all coordinates in fractional value which are very close to each other (I've got them from converting longitude/latitude to X/Y ...
1
vote
1answer
22 views
Applet drawing in response to user input
I want the applet to draw a circle when the user hit on the jButton1, but the circle draws it self Spontaneously not in response to user input. i tried many methods i even searched for two days on the ...
-1
votes
0answers
30 views
Draw an ArrayList of Rectangles
I am trying to draw an ArrayList of Rectangles on a JFrame.
Here is the following code I have so far:
public class YarsShipPanel extends JPanel implements ActionListener {
private Timer t;
...
0
votes
1answer
47 views
QImage to QPixmap through another thread
I've a problem with sending QImage to GUI-thread:
this is my code in child-thread:
QSize size = ui->label_2->size();
size=ui->label_2->size();
QImage ...
-2
votes
0answers
36 views
Is there any idea to set the stroke color when drawing in android
I am new in android drawing.
And I found that I can not have any way to draw the stroke color for a shape.
For example, I want to draw a circle with a different fill color and stroke color.
While I ...
0
votes
2answers
34 views
Component Paint method not painting to middle of JPanel?
Alright, so I have a JPanel with the paint method below, and it works just fine at first, but when the JPanel is resized(is in JFrame) is doesn't paint it to the center of the Frame.
@Override
...
0
votes
1answer
60 views
iOS: Draw on top of AV video, then save the drawing in the video file
I'm working on an iPad app that records and plays videos using AVFoundation classes. I have all of the code for basic record/playback in place and now I would like to add a feature that allows the ...
0
votes
0answers
42 views
Android - drawline with hardware acceleration and antialiasing causes artifacts
I am working on an Android custom graph view that uses Canvas#drawLines and a paint object that has antialiasing turned on. My view has hardware acceleration turned on. Occasionally when I pinch zoom ...
0
votes
1answer
36 views
Polygon shape does not show up in Java
I'm trying to make some shapes with Java, I created two rectangles and they show up normally, but lately I integrated a polygon shape code but it not showing up while running the program. Somebody ...
-1
votes
0answers
41 views
How to add functions to java menu? [duplicate]
I created a java menu but I trying to integrate some functions.
Here a screenshot of the menu:
We have here the frame contain two rectangles and text. I want to start the program with a blank ...
2
votes
2answers
28 views
How are graphics / drawing methods made?
One thing I've noticed about programming is that whenever there's a method that draws individual pixels or gets data from individual pixels, it's always much slower than methods for drawing primitives ...
-1
votes
1answer
122 views
Drawing Line, Arc etc. Anywhere in the Code Java
I am kind of newbie in Java and in my program, I have to draw some lines, arcs etc. in a function different from paintComponent() in some cases in a class that extends JPanel.
I generally work with ...
0
votes
1answer
45 views
Which is the better way to obtain the final size of an UIView?
I'm wondering which is the better way to calculate and obtain the final size of an UIView that will be drawn dynamically. For example, I have a superview in wich a bunch of views will be drawn. I need ...
-3
votes
0answers
20 views
Mechanics drawing software [closed]
Can anyone suggest a suggest a software where I can easily draw mechanism diagrams, dunamics diagrams etc as in engineering mechanics.
You can look at the pictures attached to know what I mean.
Thanks
...
0
votes
1answer
36 views
Cairo and high DPI drawing (drawing on retina surfaces, OS X)
My application draws some images using cairo like this:
cairo_set_source_surface(cr, _page_down_icon, icon_x, y);
cairo_paint(cr);
where the page down icon is a png I loaded via ...
0
votes
1answer
39 views
javascipt:Need to smooth the the lines drawn on canvas
so i have been trying to work on a canvas sketching app. and i had this problem where the line drawn are very unclean. As you can see from image below.
then i tried this and got the below result ...
0
votes
1answer
68 views
HTML5 Canvas drawing ellipse increasingly
I am writing on whiteboard using HTML5 drawing.
The problem is when I am trying to draw ellipse, so press down and drag, many ellipse are drawn.
ctx.moveTo(startX, startY + (y-startY)/2);
...
0
votes
2answers
35 views
Fill container with repeating squares
I love math, but I've been banging my head on this for a while.
I'm trying to fill a non square space with in HTML5 canvas with squares. I know the container width (W) and height (H). And I know ...
0
votes
0answers
13 views
Drawing Scrollable Bitmap Data In A Pannel With C#
i'm searching for a way to draw tilemap data to a panel that should be scrollable to view the overflowing map data. ( somethig like a "tilemap-viewer" )
simply it's a kind of tile-based map data, so ...
0
votes
2answers
52 views
HTML5 Canvas — Drawing a game level, overlapping previously drawn rectangles
I've been hacking away at this problem for the past three hours and cannot figure out where I went wrong. Basically, I'm trying to draw a tile-based "level" for a little game. As I understand it, ...
1
vote
1answer
31 views
Cairo: Refilling an object(circle) and deleting it
I'm drawing some arcs using cairo, Here's the function.
cairo_t* drawCircle(cairo_surface_t *container, int x, int y, int r, int cr, int cg, int cb, int ca)
{
cairo_t ...
-2
votes
0answers
42 views
Draw UIBezierPath with embossing and blur [closed]
I am working on a free hand drawing application. I would like to add emboss and/or blur effects to UIBezierPath stroke drawing. I'm using -[UIBezierPath strokeWithBlendMode:] for drawing the line.
...
0
votes
1answer
84 views
How to get corner points of Rectangle/Ellipse/Path/Line in WPF?
I'm working on a graphical program and I'd like to get corner points from figures I mentioned in the title. I need them because at those points places, I want to place white, little rectangles that ...
0
votes
0answers
52 views
How can I draw this shape in XAML?
I would like to draw a shape that looks exactly like this, with the same gradient fill:
using only XAML.
The radius of the inner circle needs to be configurable.
The radius of the outer circle ...
0
votes
0answers
29 views
Zoom/Pan Custom View with annotation
I was able to implement the zooming and panning part from the link:
How can I get zoom functionality for images?
I change the pan/drag to at least use 2 touches on the screen, as I use the 1 touch ...
0
votes
2answers
32 views
C# Custom color turning black
I've never used System.Drawing before so bear with me as this is a mich-mach of code I've found and put together.
I'm trying to create an image with a top portion white and bottom portion another ...
0
votes
0answers
55 views
How to draw a shape in Android
I am learning Android and trying to draw different shapes on the Canvas. At the moment I am stuck with an oval with different angles:
I've tried to use path.addRoundRect() method (the one which ...
-1
votes
2answers
66 views
draw button as combobox with ios
I'm attempting to override the onDraw method of a button because I want to create a different styled button. I want to create a button like combobox with iOS SDK. I've already found source code, but ...
0
votes
0answers
26 views
Drawing with high precision alpha blending
I need to blend together about 1 million semi-transparent rectangles, while being able to manage transparency accuracy by increment of 1e-6.
Typically, if my 1 millions rectangle would be drawn on ...
0
votes
1answer
42 views
Draw and resize an image over a specific region
I'm creating a control that inherits from a Windows.Forms.Panel and has a specific region onto which I want to draw an image.
This code draws the image over the region I want, but doesn't stretch it.
...
-2
votes
1answer
63 views
Drawing a polygon based on clicks
I am trying to write a program that allows the user to draw a polygon by drawing a line every time they click within the frame. On the first click, a small square should be drawn. Every click ...
0
votes
0answers
45 views
Plot a curve on a graph at certian points using JFrame
I'm not a programmer, so if you could help me as much as possible I would be very grateful, I have used this code http://www.kodejava.org/examples/805.html to plot values I have calculated using ...



