Results 1 to 2 of 2

Thread: odd problem with Graphics...

  1. #1

    Thread Starter
    Addicted Member Virtual24's Avatar
    Join Date
    May 2001
    Posts
    228

    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...

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width