Re: [maemo-developers] Java jamvm

2005-12-27 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clemens Eisserer wrote:
> Hi again,
> 
> 
>>xfwm suffers from this bug as well, so I'm inclined to lart the gtk
>>people, but they are probably too busy breaking ABI/API right now :(
> 
> 
> So this is definitivly a bug in maemo's X server?

No, this is a bug in the assumptions GTK makes about bitdepths.


> 
> Thanks a lot for replying, lg Clemens
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDsQ3KMkyGM64RGpERAtcXAJ0euSaadR1GWsUTlf7ZIe//C8E67QCdGUPg
NpJP20Ru9BSI8mB2rOGk/20=
=7qSC
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Java jamvm

2005-12-26 Thread Clemens Eisserer
Hi again,

> xfwm suffers from this bug as well, so I'm inclined to lart the gtk
> people, but they are probably too busy breaking ABI/API right now :(

So this is definitivly a bug in maemo's X server?

Thanks a lot for replying, lg Clemens
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Java jamvm

2005-12-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clemens Eisserer wrote:
> Hello,
> 
> If you search the list a bit, I reported this problem some time ago
> but sadly was not able to fix it or to figure out whose fault this
> problem is.
> 
> The java-gtk peers create a pixmap with 24-bit depth (as suggested by
> gdkrgb) and a pixmap with this depth can be created but asking for a
> colomap fails.
> I already asked at the gtk-users and gtk-devel lists as well as on
> meamo-developers but no one thinks that this bug is his fault.

xfwm suffers from this bug as well, so I'm inclined to lart the gtk
people, but they are probably too busy breaking ABI/API right now :(

regards,

Koen


> 
> The GTK-devs say that there should be a colormap available if GDKRGB
> returns this bit-depth as preferred value, Maemo-devs say that there
> is simply no colormap assigned (and how could I assign one?).
> 
> There were other problems as well (no expose-events were sent to the
> windows if overwritten by hildon-menus) so I gave up trying to fix
> that. I also did not receive any useful help from the Nokia nore the
> GTK devs.
> 
> I am not a really good coder, so I hope you get it done, good luck!
> 
> lg Clemens
> 
> 2005/12/22, Andreas Langhoff <[EMAIL PROTECTED]>:
> 
>>Hello to all,
>>
>>
>>I am interested in running a Java J2SE trading platform on the 770.
>>
>>
>>Jamvm as a virtual machine is installed, but at launch I get the following
>>fatal errors:
>>
>>jamvm[1153]: GLIB CRITICAL ** Gdk - gdk_colormap_alloc_colors: assertion
>>`GDK_IS_COLORMAP (colormap)' failed
>>java.lang.InternalError: Gdk: gdk_colormap_alloc_colors: assertion
>>`GDK_IS_COLORMAP (colormap)' failed
>>   at gnu.java.awt.peer.gtk.GdkGraphics.setFGColor (Native Method)
>>   at gnu.java.awt.peer.gtk.GdkGraphics.setColor (GdkGraphics.java:372)
>>   at javax.swing.JComponent.getComponentGraphics (JComponent.java:890)
>>
>>
>>Will there be a fix in the future?
>>
>>
>>Best regards
>>
>>
>>Andreas Langhoff
>>
>>___
>>maemo-developers mailing list
>>maemo-developers@maemo.org
>>https://maemo.org/mailman/listinfo/maemo-developers
>>
> 
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDsEV5MkyGM64RGpERAojBAKC0nPDX8cM3asaj+ZwI3rpDk4glgwCfU92J
QlP6Fe819HLJx6AfNVKlJo4=
=LLOQ
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Java jamvm

2005-12-26 Thread Clemens Eisserer
Hello,

If you search the list a bit, I reported this problem some time ago
but sadly was not able to fix it or to figure out whose fault this
problem is.

The java-gtk peers create a pixmap with 24-bit depth (as suggested by
gdkrgb) and a pixmap with this depth can be created but asking for a
colomap fails.
I already asked at the gtk-users and gtk-devel lists as well as on
meamo-developers but no one thinks that this bug is his fault.

The GTK-devs say that there should be a colormap available if GDKRGB
returns this bit-depth as preferred value, Maemo-devs say that there
is simply no colormap assigned (and how could I assign one?).

There were other problems as well (no expose-events were sent to the
windows if overwritten by hildon-menus) so I gave up trying to fix
that. I also did not receive any useful help from the Nokia nore the
GTK devs.

I am not a really good coder, so I hope you get it done, good luck!

lg Clemens

2005/12/22, Andreas Langhoff <[EMAIL PROTECTED]>:
>
> Hello to all,
>
>
> I am interested in running a Java J2SE trading platform on the 770.
>
>
> Jamvm as a virtual machine is installed, but at launch I get the following
> fatal errors:
>
> jamvm[1153]: GLIB CRITICAL ** Gdk - gdk_colormap_alloc_colors: assertion
> `GDK_IS_COLORMAP (colormap)' failed
> java.lang.InternalError: Gdk: gdk_colormap_alloc_colors: assertion
> `GDK_IS_COLORMAP (colormap)' failed
>at gnu.java.awt.peer.gtk.GdkGraphics.setFGColor (Native Method)
>at gnu.java.awt.peer.gtk.GdkGraphics.setColor (GdkGraphics.java:372)
>at javax.swing.JComponent.getComponentGraphics (JComponent.java:890)
>
>
> Will there be a fix in the future?
>
>
> Best regards
>
>
> Andreas Langhoff
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers