|
-
Oct 19th, 2003, 11:03 AM
#1
Thread Starter
Addicted Member
odd problem with Graphics...
I have 2 classes that work together, one represents a frame, the other represents Graphics. The class representing Graphics can be made as a primary or secondary ( front or back buffer ). When the class that represents the frame is created it make one Graphics class as its front buffer, then makes an ArrayList class to hold any back buffers the user wishes to create. A thread is then started to continuously copy the back buffers to the front one, if there are any. My error lies in the graphics class I expect. I use the VolatileImage class as a back buffer and it seems that at any time that the volatile image has to be restored, the class dissappears out of the array list. No null ptr excptn, no nothing, just goes away. Any ideas????????
To protect time is to protect everything...
-
Oct 20th, 2003, 05:29 AM
#2
No. You're describing in scarce terms something apparently quite complicated. I have no idea what you're on about.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|