From: Olivier Andrieu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16398.40714.242523.541303 at akasha.ijm.jussieu.fr> Date: Wed, 21 Jan 2004 16:47:22 +0100 To: stalkern2 at tin.it Cc: lablgtk at kaba.or.jp Subject: Re: Editable cells: does anybody know this? In-Reply-To: <200401191612.17243.stalkern2 at tin.it> References: <200401191612.17243.stalkern2 at tin.it> Stalkern 2 [Monday 19 January 2004] : > > Hello to everybody > > I've a columned tree with editable cells and it works greats, > except that if I am not careful in selecting the cell text, and I > "drag" the selected text away, ASA I "drop" the text, everything > crashes with the message > > uncaught exception Glib.Critical("Gtk", "file gtkwidget.c: line > 3065 (gtk_widget_event): assertion `WIDGET_REALIZED_FOR_EVENT > (widget, event)' failed") OK, it doesn't really crash, it's just that LablGTK converts a message of level CRITICAL into an exception, which stops everything. LablGTK is a bit over-reacting here, the program runs fine when this is disabled: it just prints messages but nothing else happens. > Does anybody know how comes that I inherited a DnD without any > little effort of me? How can I discard it? Don't know. -- Olivier