Re: How to disable text box popup on table?

2006-02-07 Thread Peter Butler
Matthias Clasen wrote: Whjat you see is typeahead search in the tree view. It can be turned off by gtk_tree_view_set_enable_search(). See http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeView.html#gtk-tree-view-set-enable-search Matthias Thanks very much for your help on this, now all I nee

Re: How to disable text box popup on table?

2006-02-06 Thread Matthias Clasen
On 2/6/06, Peter Butler <[EMAIL PROTECTED]> wrote: > I have taken a screen capture to illustrate what I mean, it's at: > http://www.pricom.co.nz/table_text_popup.jpg The text popup is at the > bottom of the table with "" (the text that I have typed). > > Sorry if I am not more precise with my

How to disable text box popup on table?

2006-02-06 Thread Peter Butler
I'm sorry if this is off-topic for this list, but after investigation it looks as though my problem is related to GTK rather than to SWT. I need to stop the small text box that pops up when typing when the focus is on a table component. We have built a Point-Of-Sale application on SWT 2.1.3/G