RE: synthesize-key-press-event

2006-01-27 Thread Marc Santhoff
Am Freitag, den 27.01.2006, 08:37 -0600 schrieb Boncek, John: > Here is a copy of Marc's message. I presume the attachment will make it > to you but not the list (would be nice if that worked). Since it tends to be a FAQ, is someone reading this list who can integrate the snippet in a matching o

Re: What about OCR ?

2005-10-03 Thread Marc Santhoff
Am Sonntag, den 02.10.2005, 19:37 -0600 schrieb Michael Torrie: > On Sun, 2005-10-02 at 09:43 +0200, "Alpe.Nusslé" wrote: > > I'm french and I cannot undurstand a long text in english, so I try to > > send you this request. > > > > Can we get an OCR function (reconnaissance de caractères en franç

Re: How to control both mouse and keyboard events in application

2005-09-09 Thread Marc Santhoff
Am Freitag, den 09.09.2005, 16:40 +0900 schrieb Diana Joseph: > Dear All > I am modifying GPE application to handle keyboard events. Especially the > Tree. > > For eg. in gpe-gallery.. > > my main window listens to keyboard-event and connects to this callback...The > GDK_Left, GDK_Right and ot

never exiting program

2005-06-24 Thread Marc Santhoff
Hi, I've tried to make a function for showing a single function blocking message box. If I run it in an event handler from a window with only one button for kicking off anything works as expected but the main program (closed by the window managers button) is never coming back. Why doean't it? A

Re: How to disable the esc key in gtkdialog?

2005-05-13 Thread Marc Santhoff
Am Fr, den 13.05.2005 schrieb éç å um 03:51: > The gtkdialog destroy itself when get a esc key. How > can I trap the key and disable this feature? > And can I get the key input and deal with it myself in > common types of gtkwidget? > Thanks. I am not using GTK 2.x but 1.2 and have done it this wa

Re: aligning label strings

2005-04-17 Thread Marc Santhoff
Am So, den 17.04.2005 schrieb Markus Lausser um 14:44: > On Mon, 2005-04-11 at 21:29, Marc Santhoff wrote: > > Hi, > > > > I'm trying to put the strings of several equally sized buttons in a one > > row table in a special way: > > > >

Re: aligning label strings

2005-04-11 Thread Marc Santhoff
Am Mo, den 11.04.2005 schrieb David Necas (Yeti) um 21:54: > On Mon, Apr 11, 2005 at 09:29:32PM +0200, Marc Santhoff wrote: > > I'm trying to put the strings of several equally sized buttons in a one > > row table in a special way: > > I suppose you mean column (or I d

aligning label strings

2005-04-11 Thread Marc Santhoff
Hi, I'm trying to put the strings of several equally sized buttons in a one row table in a special way: -- | F1 - first string | -- | F2 - something completely different | -

Re: Metafiles in GTK+

2005-03-01 Thread Marc Santhoff
Am Di, den 01.03.2005 schrieb Vishnu Kumar um 12:10: > guys > can anyone tell me that > the CGM(Computer Graphics Metafile) > can be implemented in GTK+ > its not working under Image Widget > any other ways > plz specify me in detail > :-) Apparently not. Why don't you take any open source progr

Re: GTK app with no keyboard/mouse

2005-02-24 Thread Marc Santhoff
Am Do, den 24.02.2005 schrieb Olexiy Avramchenko um 10:10: > Marc Santhoff wrote: > > According to some postings on this list, some people tried to synthesize > > GDK events from their code and failed. > What exactly did you try to do ? I use gdk_event_put to simulate >

Re: GTK app with no keyboard/mouse

2005-02-23 Thread Marc Santhoff
Am Mi, den 23.02.2005 schrieb Mike Rosenlof um 21:23: > Hello, > > I'm starting design work on an application which will run on a system > with no keyboard or mouse. I'm not an experienced GTK programmer, I'm > very experienced in embedded systems development FWIW. > > > This system will have a

Re: intercept nervous button clicks...

2005-02-11 Thread Marc Santhoff
Am Fr, den 11.02.2005 schrieb Felix Kater um 22:09: > Iago Rubio: > > > Set the window insensitive - or the buttons - and use a wait cursor to > > tell the user the program is working and should not be disturbed :) > > Thanks, this is, however, no solution. The problem is harder than it > seems i

Re: how to hide mouse cursor (GTK + CPP)?

2005-01-26 Thread Marc Santhoff
Am Mi, den 26.01.2005 schrieb ALLs soft um 15:31: > my code is here [...] > pixmap = gdk_bitmap_create_from_data(NULL, bits, 1, 1); > cursor = gdk_cursor_new_from_pixmap(pixmap, pixmap, &color, &color, 0, 0); > gdk_window_set_cursor(GDK_WINDOW(window), cursor); > > gtk_widget_show (window); I've