[Bug awt/19839] Repaint-loop due to createImage() and non-null ImageObserver

2005-10-15 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |0.18


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19839



[Bug awt/19839] Repaint-loop due to createImage() and non-null ImageObserver

2005-08-20 Thread fitzsim at redhat dot com

--- Additional Comments From fitzsim at redhat dot com  2005-08-21 05:38 
---
This prints:

Got the image: [EMAIL PROTECTED]
paint 1
1 repaints, probably ok.

Fixed by Sven's image work.  Closing.


-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19839


[Bug AWT/19839] Repaint-loop due to createImage() and non-null ImageObserver

2005-02-12 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 
22:31 ---
Confirmed.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-02-12 22:31:45
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19839


[Bug AWT/19839] Repaint-loop due to createImage() and non-null ImageObserver

2005-02-09 Thread hendrich at informatik dot uni-hamburg dot de

--- Additional Comments From hendrich at informatik dot uni-hamburg dot de  
2005-02-09 09:24 ---
Created an attachment (id=8149)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8149action=view)
Demonstrates the repaint loop 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19839


[Bug AWT/19839] Repaint-loop due to createImage() and non-null ImageObserver

2005-02-09 Thread hendrich at informatik dot uni-hamburg dot de

--- Additional Comments From hendrich at informatik dot uni-hamburg dot de  
2005-02-09 09:27 ---

Changing the call to drawImage( image, x, y, null ) makes the program work.
However, an Image create by createImage(width,height) should be completely
initialized at once: there is no image data to read asynchronously...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19839