Re: [pygtk] XGrabKey?

2002-09-28 Thread Markus Schaber
Hi, On Tue, 24 Sep 2002, Christian Reis wrote: > On Fri, Sep 20, 2002 at 01:20:22PM +0200, Markus Schaber wrote: > > window.get_window().keyboard_grab(1, 0) > > Added to the FAQ in section 21, thanks. > > If you answer the other email i'll update it, too. I'll t

Re: [pygtk] XGrabKey?

2002-09-23 Thread Markus Schaber
Hi, On Thu, 19 Sep 2002 19:33:31 -0300 Christian Reis <[EMAIL PROTECTED]> wrote: > On Thu, Sep 19, 2002 at 06:04:13PM -0400, [EMAIL PROTECTED] > wrote: > > I need to grab a key away from a voice recording application so that > > I can use it myself to call the voice recording application from >

Re: [pygtk] Trouble with GnomePixmapEntry 2

2002-04-29 Thread Markus Schaber
Hi, Alexei Gilchrist wrote: > Thanks James, that did the trick. Same here. I hope those issues will get resolved soon or get obsolete with the new gnome/gtk release. Markus -- "Ihre Meinung ist mir zwar widerlich, aber ich werde mich dafuer totschlagen lassen, dass sie sie sagen duerfen."

Re: [pygtk] g_main_context_iteration

2002-04-29 Thread Markus Schaber
Hi, Janos Blazi wrote: > Does the function g_main_context_iteration() exist in pygtk? > I hav a loop where I have a lengthy procedure with files and I should > like to enable the mainloop to process events while I am busy. One of > the reasons is that I run a progressbar that does not work and I

Re: [pygtk] Cannot import _gtk

2002-01-23 Thread Markus Schaber
hat > my Python knowledge is limited to digging through the online docs for an > hour or so yesterday. _gtk is no .py file, it is a shared library (called .so on linux). Did you compile your pygtk yourself? markus -- Markus Schaber - http://www.schabi.de/ Check in to a

[pygtk] How to get the X window ID?

2002-01-17 Thread Markus Schaber
Hi, Is there an easy way to get the X window ID from an pygtk window? I need this for communication with an external program. Thanks, Markus ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] Full Screen Window

2002-01-10 Thread Markus Schaber
Hi, I'm currently working on a touch screen based information terminal software, using Mark Crichtons great pygme widget. Now I stumbled over opening the window in full screen mode. (Means the window should be as big as the screen, and no border visible - invisible borders in the off screen are