hi all can any  body tell  me about this bug.. 

The Bug Description :::
The program 'gimp' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 17618 error_code 8 request_code 59 minor_code 0)
  (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.)

XOrg 6.8.1, Composite disabled.

Original Message:
-----------------
From:  [EMAIL PROTECTED]
Date: Sun, 01 Apr 2007 12:00:19 -0400
To: gtk-app-devel-list@gnome.org
Subject: gtk-app-devel-list Digest, Vol 36, Issue 1


Send gtk-app-devel-list mailing list submissions to
        gtk-app-devel-list@gnome.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gtk-app-devel-list digest..."


Today's Topics:

   1. Re: GtkWidget CList problem. (Gabriel Schulhof)
   2. Re: Can A Drawable Canvas Receive Key Events? (Mike Melanson)
   3. Native character isn't supported by gtk+. (Kun Niu)
   4. Re: Native character isn't supported by gtk+.
      (Samuel Cormier-Iijima)
   5. Re: Problem about create gtk program on Windows (Tor Lillqvist)
   6. Re: Native character isn't supported by gtk+. (Kun Niu)
   7. Re: Native character isn't supported by gtk+.
      (Gian Mario Tagliaretti)
   8. Re: Native character isn't supported by gtk+. (David Ne?as (Yeti))


----------------------------------------------------------------------

Message: 1
Date: Sat, 31 Mar 2007 21:05:13 +0300
From: Gabriel Schulhof <[EMAIL PROTECTED]>
Subject: Re: GtkWidget CList problem.
To: Anthony Lamantia <[EMAIL PROTECTED]>
Cc: gtk-app-devel-list@gnome.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain

On Sat, 2007-03-31 at 05:16 -0500, Anthony Lamantia wrote:
> I am having a small problem with the CList widget

GtkCList is deprecated. Use a GtkTreeView.



------------------------------

Message: 2
Date: Sat, 31 Mar 2007 11:08:54 -0700
From: Mike Melanson <[EMAIL PROTECTED]>
Subject: Re: Can A Drawable Canvas Receive Key Events?
To: gtk-app-devel-list@gnome.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Tristan Van Berkom wrote:
> Did you add the events to the event mask before the widget was
> realized ?
> 
> Does the widget in question have keyboard focus at the time
> you want to recieve the keyboard events ?
> 
> Is the widget in question marked to be focus-capable ?
> (i.e. the can-focus bit/property)

This last item did the trick. I set the can-focus property and the 
GtkDrawingArea now registers key presses and releases. Thanks.

Now that it works in the contrived standalone app, I need to figure out 
how to get key events in an XEmbed'ed application. I apply the same 
can-focus property change but I'm afraid I might be fighting with the 
hosting app for the key events.

-- 
        -Mike Melanson


------------------------------

Message: 3
Date: Sun, 1 Apr 2007 13:13:40 +0800
From: "Kun Niu" <[EMAIL PROTECTED]>
Subject: Native character isn't supported by gtk+.
To: gtk-app-devel-list@gnome.org
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed

Dear all,

I'm trying to use glade for my desktop application designer.
I set the text on the button and the window title as my own language.
I generated the code and compiled with visual studio 2003.
The window title looks nice.:)
But the text on the button appears to be two squares.
Both of the strings are the same.
Can anyone explain why?

Any help would be appreciated and thanks in advance.
Sincerely,
Kun


------------------------------

Message: 4
Date: Sun, 1 Apr 2007 01:20:13 -0400
From: "Samuel Cormier-Iijima" <[EMAIL PROTECTED]>
Subject: Re: Native character isn't supported by gtk+.
To: "Kun Niu" <[EMAIL PROTECTED]>
Cc: gtk-app-devel-list@gnome.org
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I remember I had this problem on Windows a while back. Make sure that
pango is installed correctly; also, try running the application in a
console window to see if it gives any error messages...

Samuel

On 4/1/07, Kun Niu <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I'm trying to use glade for my desktop application designer.
> I set the text on the button and the window title as my own language.
> I generated the code and compiled with visual studio 2003.
> The window title looks nice.:)
> But the text on the button appears to be two squares.
> Both of the strings are the same.
> Can anyone explain why?
>
> Any help would be appreciated and thanks in advance.
> Sincerely,
> Kun
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>


------------------------------

Message: 5
Date: Sun, 1 Apr 2007 09:37:22 +0300
From: Tor Lillqvist <[EMAIL PROTECTED]>
Subject: Re: Problem about create gtk program on Windows
To: "Kun Niu" <[EMAIL PROTECTED]>
Cc: gtk-app-devel-list@gnome.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Kun Niu writes:
 > If so, how to?

Use the -mwindows switch when linking (GNU linker, i.e. gcc) or the
-subsystem:windows switch when linking (Microsoft linker).

This is not GTK+ specific.

--tml


------------------------------

Message: 6
Date: Sun, 1 Apr 2007 19:58:53 +0800
From: "Kun Niu" <[EMAIL PROTECTED]>
Subject: Re: Native character isn't supported by gtk+.
To: "Samuel Cormier-Iijima" <[EMAIL PROTECTED]>
Cc: gtk-app-devel-list@gnome.org
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed

Dear Samuel,

Thank you for your remindness.
All the packages I work on are downloaded by myself.
What do you mean by "install correctly"?

I ran my application in console mode once.
No error message appears.
Would you like to give any hints on how to config pango or tell me where to
find related doc?

Thanks again for your reply.

Sincerely,
Kun


2007/4/1, Samuel Cormier-Iijima <[EMAIL PROTECTED]>:
>
> I remember I had this problem on Windows a while back. Make sure that
> pango is installed correctly; also, try running the application in a
> console window to see if it gives any error messages...
>
> Samuel
>
> On 4/1/07, Kun Niu <[EMAIL PROTECTED]> wrote:
> > Dear all,
> >
> > I'm trying to use glade for my desktop application designer.
> > I set the text on the button and the window title as my own language.
> > I generated the code and compiled with visual studio 2003.
> > The window title looks nice.:)
> > But the text on the button appears to be two squares.
> > Both of the strings are the same.
> > Can anyone explain why?
> >
> > Any help would be appreciated and thanks in advance.
> > Sincerely,
> > Kun
> > _______________________________________________
> > gtk-app-devel-list mailing list
> > gtk-app-devel-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
> >
>



-- 
??
         ??
MSN:[EMAIL PROTECTED]

------------------------------

Message: 7
Date: Sun, 1 Apr 2007 14:59:49 +0200
From: "Gian Mario Tagliaretti" <[EMAIL PROTECTED]>
Subject: Re: Native character isn't supported by gtk+.
To: "gtk-app-devel-list@gnome.org" <gtk-app-devel-list@gnome.org>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

2007/4/1, Kun Niu <[EMAIL PROTECTED]>:

Hi Kun,
please avoid top-quoting, it gets messy and unreadable after a few answers.

> Thank you for your remindness.
> All the packages I work on are downloaded by myself.
> What do you mean by "install correctly"?

Where did you donwload the packages?The official Tor's win32 tarballs?

I remember a few time ago someone having the same problem as yours and
at the end it was a problem of packaging.

> I ran my application in console mode once.
> No error message appears.

look for file "/etc/pango/pango.modules" if it's present and not
empty, If it is so, you should download another version of the
library, preferably  the official one.

cheers
-- 
Gian Mario Tagliaretti


------------------------------

Message: 8
Date: Sun, 1 Apr 2007 15:22:04 +0200
From: David Ne?as (Yeti) <[EMAIL PROTECTED]>
Subject: Re: Native character isn't supported by gtk+.
To: gtk-app-devel-list@gnome.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

On Sun, Apr 01, 2007 at 07:58:53PM +0800, Kun Niu wrote:
> 
> I ran my application in console mode once.
> No error message appears.

If you do not link it as a console app, you won't see
anything, the system does not give the program meaningful
standard streams even when it's run from console.  (An
utility which can change the corresponding flag directly in
executables also exists, but I don't recall its name.)

Yeti

--
http://gwyddion.net/


------------------------------

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

End of gtk-app-devel-list Digest, Vol 36, Issue 1
*************************************************


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://link.mail2web.com/mail2web


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to