[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/26812] test colormap and expose event handling for Nokia 770
From: |
philippe dot laporte at gatespacetelematics dot com |
Subject: |
[Bug awt/26812] test colormap and expose event handling for Nokia 770 |
Date: |
4 Apr 2006 15:08:00 -0000 |
------- Comment #13 from philippe dot laporte at gatespacetelematics dot com
2006-04-04 15:07 -------
Indeed, it now works with all the demo apps. But with out own we get:
jamvm[15309]: GLIB WARNING ** Gdk - Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
java.lang.InternalError: Gdk: Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
at gnu.java.awt.peer.gtk.GtkImage.drawPixelsScaled (Native Method)
at gnu.java.awt.peer.gtk.GtkImage.drawImage (GtkImage.java:625)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:239)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:223)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:230)
at com.ubiserv.service.appmanager.SkinnedButton.paint
(SkinnedButton.java:302)
at gnu.java.awt.peer.gtk.GtkComponentPeer.paintComponent
(GtkComponentPeer.java:325)
at gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent
(GtkComponentPeer.java:289)
at java.awt.Component.dispatchEventImpl (Component.java:4968)
at java.awt.Component.dispatchEvent (Component.java:2320)
at java.awt.EventQueue.dispatchEvent (EventQueue.java:474)
at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)
jamvm[15309]: GLIB WARNING ** Gdk - gdkpixbuf-drawable.c:1249: Source drawable
has no colormap; either pass in a colormap, or set the colormap on the drawable
with gdk_drawable_set_colormap()
java.lang.InternalError: Gdk: gdkpixbuf-drawable.c:1249: Source drawable has no
colormap; either pass in a colormap, or set the colormap on the drawable with
gdk_drawable_set_colormap()
at gnu.java.awt.peer.gtk.GtkImage.drawPixelsScaled (Native Method)
at gnu.java.awt.peer.gtk.GtkImage.drawImage (GtkImage.java:625)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:239)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:223)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:230)
at com.ubiserv.service.appmanager.SkinnedButton.paint
(SkinnedButton.java:302)
at gnu.java.awt.peer.gtk.GtkComponentPeer.paintComponent
(GtkComponentPeer.java:325)
at gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent
(GtkComponentPeer.java:289)
at java.awt.Component.dispatchEventImpl (Component.java:4968)
at java.awt.Component.dispatchEvent (Component.java:2320)
at java.awt.EventQueue.dispatchEvent (EventQueue.java:474)
at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)
and the frame goes away
The attached reproducer gets a similar trace but the frame stays. The trace is:
jamvm[20290]: GLIB WARNING ** Gdk - Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
java.lang.InternalError: Gdk: Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
at gnu.java.awt.peer.gtk.GtkImage.drawPixelsScaled (Native Method)
at gnu.java.awt.peer.gtk.GtkImage.drawImage (GtkImage.java:625)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:239)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:223)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:230)
at klurfe.SkinnedButton.paint (SkinnedButton.java:131)
at gnu.java.awt.peer.gtk.GtkComponentPeer.paintComponent
(GtkComponentPeer.java:325)
at gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent
(GtkComponentPeer.java:289)
at java.awt.Component.dispatchEventImpl (Component.java:4968)
at java.awt.Component.dispatchEvent (Component.java:2320)
at java.awt.EventQueue.dispatchEvent (EventQueue.java:474)
at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)
jamvm[20290]: GLIB WARNING ** Gdk - gdkpixbuf-drawable.c:1249: Source drawable
has no colormap; either pass in a colormap, or set the colormap on the drawable
with gdk_drawable_set_colormap()
java.lang.InternalError: Gdk: gdkpixbuf-drawable.c:1249: Source drawable has no
colormap; either pass in a colormap, or set the colormap on the drawable with
gdk_drawable_set_colormap()
at gnu.java.awt.peer.gtk.GtkImage.drawPixelsScaled (Native Method)
at gnu.java.awt.peer.gtk.GtkImage.drawImage (GtkImage.java:625)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:239)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:223)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:230)
at klurfe.SkinnedButton.paint (SkinnedButton.java:131)
at gnu.java.awt.peer.gtk.GtkComponentPeer.paintComponent
(GtkComponentPeer.java:325)
at gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent
(GtkComponentPeer.java:289)
at java.awt.Component.dispatchEventImpl (Component.java:4968)
at java.awt.Component.dispatchEvent (Component.java:2320)
at java.awt.EventQueue.dispatchEvent (EventQueue.java:474)
at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)
--
philippe dot laporte at gatespacetelematics dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26812
- [Bug awt/26812] test colormap and expose event handling for Nokia 770, philippe dot laporte at gatespacetelematics dot com, 2006/04/04
- [Bug awt/26812] test colormap and expose event handling for Nokia 770, fitzsim at redhat dot com, 2006/04/04
- [Bug awt/26812] test colormap and expose event handling for Nokia 770,
philippe dot laporte at gatespacetelematics dot com <=
- [Bug awt/26812] test colormap and expose event handling for Nokia 770, mark at gcc dot gnu dot org, 2006/04/04
- [Bug awt/26812] test colormap and expose event handling for Nokia 770, philippe dot laporte at gatespacetelematics dot com, 2006/04/11
- [Bug awt/26812] test colormap and expose event handling for Nokia 770, philippe dot laporte at gatespacetelematics dot com, 2006/04/11
- [Bug awt/26812] test colormap and expose event handling for Nokia 770, philippe dot laporte at gatespacetelematics dot com, 2006/04/11
- [Bug awt/26812] test colormap and expose event handling for Nokia 770, gnu_andrew at member dot fsf dot org, 2006/04/27