Click here to Skip to main content
15,900,108 members
Home / Discussions / Java
   

Java

 
GeneralRe: why i cant save the image? Pin
aelynne3-Jun-12 17:44
aelynne3-Jun-12 17:44 
GeneralRe: why i cant save the image? Pin
Paul Conrad3-Jun-12 19:19
professionalPaul Conrad3-Jun-12 19:19 
GeneralRe: why i cant save the image? Pin
aelynne3-Jun-12 19:31
aelynne3-Jun-12 19:31 
GeneralRe: why i cant save the image? [modified] Pin
Paul Conrad3-Jun-12 19:35
professionalPaul Conrad3-Jun-12 19:35 
GeneralRe: why i cant save the image? [modified] Pin
aelynne3-Jun-12 19:43
aelynne3-Jun-12 19:43 
GeneralRe: why i cant save the image? [modified] Pin
Paul Conrad3-Jun-12 19:47
professionalPaul Conrad3-Jun-12 19:47 
GeneralRe: why i cant save the image? [modified] Pin
aelynne3-Jun-12 20:13
aelynne3-Jun-12 20:13 
GeneralRe: why i cant save the image? [modified] Pin
Richard MacCutchan3-Jun-12 22:18
mveRichard MacCutchan3-Jun-12 22:18 
I have not read through all of the messages in this thread but I get the impression you are trying to mix the drawing and saving code in the same methods. You need to understand how to handle the different parts of the program and why they should be kept separate. Your draw (or paint) method should only be concerned with building an image on screen from some data held in memory. This could be an image file or a set of instructions which the program uses to construct the image on the canvas. That is the only thing the drawing code should be involved in. The saving code should take the information from memory and write it to backing store (disk or other device) without having any interaction with the image on the screen.

AnswerRe: why i cant save the image? Pin
exposed1219-Jun-12 5:00
exposed1219-Jun-12 5:00 
QuestionWeb Request in Android failing Pin
Peter Hawke30-May-12 10:45
Peter Hawke30-May-12 10:45 
AnswerRe: Web Request in Android failing Pin
CodingLover10-Jun-12 17:44
CodingLover10-Jun-12 17:44 
AnswerRe: Web Request in Android failing Pin
User 742933812-Jun-12 8:54
professionalUser 742933812-Jun-12 8:54 
GeneralRe: Web Request in Android failing Pin
Peter Hawke22-Jun-12 11:05
Peter Hawke22-Jun-12 11:05 
QuestionHow to solve this, always get error Pin
tan87328-May-12 21:08
tan87328-May-12 21:08 
AnswerRe: How to solve this, always get error Pin
BobJanova28-May-12 23:29
BobJanova28-May-12 23:29 
QuestionHow to decrypt Pin
kmkmahesh22-May-12 22:59
professionalkmkmahesh22-May-12 22:59 
AnswerRe: How to decrypt Pin
TorstenH.23-May-12 0:00
TorstenH.23-May-12 0:00 
GeneralRe: How to decrypt Pin
kmkmahesh23-May-12 14:53
professionalkmkmahesh23-May-12 14:53 
GeneralRe: How to decrypt Pin
Richard MacCutchan23-May-12 22:13
mveRichard MacCutchan23-May-12 22:13 
GeneralRe: How to decrypt Pin
TorstenH.23-May-12 23:17
TorstenH.23-May-12 23:17 
AnswerRe: How to decrypt Pin
BobJanova24-May-12 0:54
BobJanova24-May-12 0:54 
GeneralRe: How to decrypt Pin
Richard MacCutchan24-May-12 3:14
mveRichard MacCutchan24-May-12 3:14 
QuestionKindly help me with this Pin
adeelgr8one20-May-12 2:52
adeelgr8one20-May-12 2:52 
AnswerRe: Kindly help me with this PinPopular
Luc Pattyn20-May-12 3:53
sitebuilderLuc Pattyn20-May-12 3:53 
GeneralRe: Kindly help me with this Pin
V.24-May-12 3:08
professionalV.24-May-12 3:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.