Issues around forms and graphics being drawn onto a computer screen, windowing system or device
0
votes
1answer
16 views
How do I create a dropdown menu in kineticjs
I am trying to create a diagram editor using Kineticjs.
Currently, I want to create a drop down menu. However, I am not sure of how to do that in Kineticjs. Can someone give some advice as to the ...
0
votes
1answer
25 views
Freehand drawing in iOS - Need to use points
I'm trying to implement freehand drawing on top of an image, but I don't want to save the result as an image. I've adapted code from this article, but I am not seeing anything draw (though I know the ...
0
votes
0answers
6 views
Sencha touch2 - Draw lines/dots from user gestures?
I want a section where the user is able to draw using gestures. I developed this functionality under ios but I'm looking for a way to do this once for both ios and android.
Thus, how to draw ...
0
votes
3answers
13k views
Draw onto an ImageView
I studied the Androidreference for hours now, but don't really get the clue how to draw something (Text, Bitmap, Path ....) on a ImageView.
Should I extend View and use the onDraw()-Method? If yes, ...
0
votes
0answers
28 views
Python GUI for real time simulations.
I am creating the real time simulation of the rays passing throught the system of lenses and mirrors. The parts of the system can be moved by the user and the program calculates new rays.
I have ...
0
votes
1answer
9 views
Gosu: How to resize an image to fit window?
Using Ruby Gosu, I'm drawing an image this way:
@background_image.draw(0, 0, 0)
The image is larger than the window, is there a way to magically resize it to fit the window? I'm trying to avoid ...
1
vote
2answers
61 views
XAML/WPF zoom to a specific area on a canvas
So I have a WPF window with a grid which has 2 columns. In the first column I have a canvas which I am rendering an SVG image to. This canvas is re-sized to be the same size as the image (so there are ...
1
vote
0answers
37 views
How to draw line like Chalk drawing stroke in iOS?
I want to draw line, like chalk. And the line's edge is faint. Just like use chalk draw on blackboard.
How do I get this? Now, I had drawed line using image, but it doesn't look like draw on ...
0
votes
0answers
20 views
Android Java, draw on a scaled canvas
i'm developing an android drawing application, it has a relativelayout with a custom view in it for drawing with. So far it all works except when I scale the canvas the drawing happens in the wrong ...
1
vote
2answers
559 views
How to make Screen Snake for Windows
Some of you may have heard of the game called Screen Snake (video here), which allows you to play the game of snake on your screen if you're using a Mac. I had originally thought that the game was ...
6
votes
5answers
3k views
Sankey diagram in javascript
I want to draw a Sankey diagram using Javascript. Can anyone provide some direction regarding the algorithms or libraries that are available for this?
0
votes
0answers
14 views
iOS smooth drawing with Bezier path not working
trying to learn some Quartz graphics and trying to do a smooth drawing. I am trying to combine this 2 tutorials
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_freehand-drawing/
...
0
votes
1answer
13 views
Drawing ellipse in silverlight - incorrect placement
I've got this function that just draws an ellipse and places it on the given grid
public void drawEllipse(double top, double left, double height, double width, Grid grid)
{
Ellipse ...
-1
votes
1answer
8 views
Creating Polygonal Objects with VB6
I am developing an application, where I need to be able to draw floor plans but I need the lines drawn to act more or less as object. For instance I need to be able to click on a Line, or in case that ...
0
votes
0answers
7 views
how to draw netcdf files
I would like to know the best way to draw NetCDF data files.
These NetCDF files contain information about currents speed and direction.
I want to do something like this:
Gibraltar current ...
0
votes
0answers
14 views
Which tool does Don Knuth use to draw diagrams?
In the preface of TAOCP Volume 1, Knuth mentions that he uses MetaPost to draw diagrams. Does he still use MetaPost to draw diagrams in his new book such as TAOCP volume 4A?
0
votes
2answers
28 views
Strange DrawRectangle and DrawLine
I want to draw several figures on the PictureBox. I expected that the following code will draw a rectangle with it's full size diagonal, but it doesn't. Line do not connected with bottom-right corner ...
-2
votes
0answers
20 views
ADD Circle,Line,Rectangle and Ellipse options in my minipaint app with C# [closed]
i need your help for adding Rectangle,Circle and Ellipse options to my mini-paint app project,but i need all this on mouse event, i searched every where but most of sites give specific dimensions so ...
0
votes
2answers
22 views
Drawing doesn't work
I'm playing with Actionscript and I can't get any of the drawing to work. I'm pretty much taking sample code from other websites and it doesn't seem to run. I'm working in Adobe Flash Professional ...
0
votes
1answer
20 views
NSRectFill draws twice as big on retina MBP
I am trying to draw and save a simple image, but it is ultimately saved twice as big on a MBP RD device:
NSImage* image = [[NSImage alloc] initWithSize:size];
[image lockFocus];
[[NSColor blueColor] ...
1
vote
0answers
12 views
Draw kinect depht data on android?
I have connected an Android device with Kinect. I had recompiled libfreenect library and I am using it to connect and get data from the Kinect. That works fine, but now I don't know how to draw that ...
0
votes
3answers
59 views
Android Drawing View is very slow
I got this code from a answer in one of the questions that was asking how to draw in Android, but then when using it and testing it in my app, I found out that it's not efficient when drawing big ...
0
votes
2answers
2k views
Why would UIGraphics.GetCurrentContext return null?
I've got a UIViewController that contains 2 subviews (classes derived from UIView) that do custom drawing with UIGraphics.GetCurrentContext. The drawing works fine at application startup. I connect ...
0
votes
1answer
38 views
Draw a line between two points - How to pass UIView
I am trying to draw a simple line connecting two points. I think i got the right code for that in my drawLine method. No lines appear at all and I am pretty sure it has to do with the View I am ...
174
votes
16answers
55k views
Auto Scale TextView Text to Fit within Bounds
I'm looking for an optimal way to resize wrapping text in a TextView so that it will fit within its getHeight and getWidth bounds. I'm not simply looking for a way to wrap the text- I want to make ...
1
vote
0answers
32 views
Best way to draw 'paths' to an array?
I have a question about drawing lines/paths on my own.
I use a combination of C#/WPF/Cudafy for UI and some calculations (e.g. the paths). Now I have a Byte[] array that should be filled with ...
0
votes
1answer
48 views
How to Draw multiple rectangles on a frame on Touch in OpenCV for Android?
First Of all I'm doing this on Eclipse.
1.I wish to draw a rectangle on reception of Touch event.
2.That rectangle should be persistent and on an another Touchevent should draw another rectangle.
...
1
vote
1answer
46 views
Increase distance between pixels in the image
I need to enlarge an image but without resizing its pixels.
So if primal image is just a black square, then new image should be something like it:
How could I do that?
0
votes
1answer
12 views
Spritebatch doesn't work
in developing of my game using Monogame, i want to put in pause the game with a button in the upper right of screen... but when the others elements are drawing only the pauseImage doesn't displayed.
I ...
24
votes
10answers
31k views
How to render pdfs using C#
I want to load and draw pdf files graphically using C#. I don't need to edit them or anything, just render them at a given zoom level.
The pdf libraries I have found seem to be focussed on ...
0
votes
2answers
52 views
ios detecting line angle or degree
I'm new to iOS, i am trying to develop a freehand drawing app, using uibezierPath.is there a way to calculate or receive the total line length, even if i drew straight line, curved or a circle.
i am ...
0
votes
1answer
321 views
Loaded objects in OpenGL have no color
I have the following piece of code in OpenGL:
...main render scene...
glPushMatrix();
glEnable(GL_TEXTURE_2D);
glRotatef(90,1,0,0);
...
0
votes
0answers
22 views
Drawing drop shadows with hardware acceleration
Am I correct in understanding there's no way to draw a standard, blurred drop shadow using the Canvas APIs unless you turn off hardware acceleration? Seems like Paint.setMaskFilter() can't be used, ...
0
votes
2answers
25 views
Where should I put chart-drawing code in Rails?
I've got some custom Ruby code for generating a chart (which will generally be displayed as an inline SVG in a "show" view) based on the contents of the model.
I'm wondering where I should put the ...
0
votes
0answers
7 views
how to drawing line on image in matlan
i try to make line between column in an image..first step i must find in column 1,in row what the first black pixel,and in row what the last black pixel in column 1...step 2 after i found the ...
6
votes
3answers
1k views
Google Maps V3: drawing library
I love the new Drawing library for Google Maps v3.7, but I have the feeling the documentation is still not complete and I have a couple of questions:
Documentation only mentions the overlaycompleted ...
0
votes
0answers
42 views
Google Maps Circles like iPhone/Android default Maps apps
I know how to create Markers, Circles, infoWindows etc etc in Google Maps V3.I need to know how would I create a circles with Lat/Lng, radius and ofcourse with some color that Starts from center and ...
0
votes
1answer
32 views
Drawing multiple Shapes on the same Canvas when pressed a button
I need to draw a square,line,circle when pressed the corespondent button. Also I need to do this using FactoryMethod design pattern.
I simply don't get how to draw on the same canvas, and because I ...
0
votes
0answers
21 views
basic canvas usage android
I'm just starting out with Android (bought a book that will hopefully clear up most of these fundamental questions, but that's only going to arrive in a few weeks). I'm trying to make a Canvas that ...
1
vote
0answers
19 views
Position setting in XML or Database
I am trying to figure out what the best approach to store images and texts position in the database or XML file (simple and easy to maintain as possible)?
For example, in the canvas user can choose a ...
14
votes
4answers
12k views
Stretching an UIImage while preserving the corners
I'm trying to stretch a navigation arrow image while preserving the edges so that the middle stretches and the ends are fixed.
Here is the image that I'm trying to stretch:
The following iOS 5 ...
-1
votes
1answer
51 views
Delphi: Export/Draw TPaintbox straight to file with custom image size
I have subclassed ExtCtrls.TPaintBox with several help functions and overridden the Paint method. I can add a TPaintBox to a form which then acts as my custom paintbox object and draws the desired ...
0
votes
2answers
34 views
Insert a delay in Processing sketch
I am attempting to insert a delay in Processing sketch. I tried Thread.sleep() but I guess it will not work because, as in Java, it prevents rendering of the drawings.
Basically, I have to draw a ...
0
votes
1answer
46 views
Drawing text over/in a Process/Game [C++]
I'm currently working on a C++ DLL project.
This DLL will be injected into a game.
All I'm looking to do for now is draw some text like "Active" or "Working" in the bottom right or left hand corner ...
2
votes
1answer
35 views
How to translate Canvas Points to Map Coordinates
I am drawing a shape on the map. Actually, I am using a View on a map to draw a shape.
I brought this View to front on some button click. So, map is residing back to this View.
I am able to ...
0
votes
0answers
35 views
DrawingVisual .Drawing Hit performance
/// <summary>
/// To get the whole drwaing as a single DrawingVisual object
/// </summary>
/// <returns>DrawingVisual object</returns>
public DrawingVisual ...
0
votes
2answers
34 views
WPF Show part of drawing path
I have a drawing with <Path> element. It contains dificult Data attribute so how I can show part of this path.
0
votes
1answer
33 views
c# moving rectangles vs moving panels on timer.tick (as speed)
I have a timer. When it ticks , by calculating based on formulas, the position of 12 panels changes.
The problem is, although timer's interval is 1 milisecond, the moves are very slow.There are many ...
1
vote
0answers
32 views
Drawing a custom progressbar inside of a listview row column?
So I am currently making a program the uploads files and I am displaying the upload progress and details in a Windows Forms ListView component with 3 columns:
Filename
To
Progress
I want to draw ...
8
votes
5answers
11k views
Drawing incrementally in a UIView (iPhone)
As far as I have understood so far, every time I draw something in the drawRect: of a UIView, the whole context is erased and then redrawn.
So I have to do something like this to draw a series of ...





