[Java-gnome-developer] jWeatherWatch
Brought to you by:
afcowie
|
From: Patrick v. R. <pa...@vo...> - 2009-10-31 14:19:37
|
Hi, I'm developing the jWeatherWatch <http://code.google.com/p/jweatherwatch/> watch in my free time and a view weeks ago I discovered java-gnome which supports an easy way to use libnotify. I know mixing swing&awt with java-gnome is not official supported but it works almost great. After I solved a Gthread error when I initialized java-gnome after a TrayIcon notification the only unsolved issue is *"The program 'jWeatherWatch' received an X Window System error.* *This probably reflects a bug in the program.* *The error was 'BadMatch (invalid parameter attributes)'.* * (Details: serial 2493 error_code 8 request_code 146 minor_code 4)* * (Note to programmers: normally, X errors are reported asynchronously;* * that is, you will receive the error a while after causing it.* * To debug your program, run it with the --sync command line* * option to change this behavior. You can then get a meaningful* * backtrace from your debugger if you break on the gdk_x_error() function.)".* * * It always appears in the settings dialog, clicking on "OK", "Apply", or switching to the "MinimalView" tab. Is this a bug or just a incompatibility of java-gnome and swing/awt? Src of SettingsDialog<http://code.google.com/p/jweatherwatch/source/browse/trunk/src/gui/settings/SettingsDialog.java> Greetings Patrick von Reth |