Hi, I am currently having a problem with popup menus in editable CellRendererText cells (in a TreeView). When one right clicks in a cell that is currently being edited (in hopes of calling up the context menu and changing the input method) this sends out the "edited" signal. In my particular case, this signal must be connected to a callback that updates the data model (ListStore). Changing the data model sends out another signal which makes the pop-up think its work is done, so it simply flashes on the screen for a fraction of a second.
My question is this: is there a simple way I can keep the right click event from triggering an "edited" signal? Is there some other means for getting my desired result (pop-up menu and updates on edits)? -- David Mortensen STEDT/Department of Linguistics 1203 Dwinelle Hall; University of California at Berkeley Berkeley, CA 94720-2650 OFFICE: (510)643-9910 CELL: (510)427-2952 AIM: vamchoj _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
