Clicking on combo box 'State' in 'Config Wizard Items':
File
"/home/mathiasb/bin/tryton/trans_tryton/neso/tryton/tryton/gui/window/view_form/view/list_gtk/parser.py",
line 763, in editing_started
editable.set_text_column(0)
'gtk.ComboBox' object has no attribute 'set_text_column'
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
On 02/11/11 09:13 +0100, ced wrote:
>On 31/10/11 15:25 +0100, Udo Spallek wrote:
>> I have this issue on tryton client 2.0.x
> Only this series?
I tested on tip and the error is there, too:
ERROR:common.message: File
"workspace/tryton/tip/tryton/tryton/gui/window/view_form/view/list_gtk/parser.py",
line 793, in editing_started
editable.set_text_column(0)
>> The error raises on an editable tree widget on enter a selection widget in the
>> table.
> What does it mean? Is it when you press the key "enter" or something else?
The error raises on an editable tree widget with selection:
* Move to the selection widget with arrow keys or point with mouse
* Press space or click mouse1 again to edit the selection.
* The error raises.
On 02/11/11 11:04 +0100, Udo Spallek wrote:
> The error raises on an editable tree widget with selection:
> * Move to the selection widget with arrow keys or point with mouse
> * Press space or click mouse1 again to edit the selection.
> * The error raises.
I can not reproduce and I don't understand how it is possible.
Because a gtk.CellRendererCombo renders a gtk.ComboBoxEntry and a
gtk.ComboBoxEntry has always the method set_text_column.
On 02/11/11 13:41 +0100, Udo Spallek wrote:
>
> The error message indicates, that editable is a gtk.ComboBox and not a
> gtk.ComboBoxEntry.
Ok but how is it possible. The documentation is clear that it must return a
ComboBoxEntry. Also a ComboBox is not editable so it is really not what we
want.
> I have one other warning in the client terminal when opening
> Administration > Modules > config wizard Items menu entry, the following
> warning appears:
>
> /home/uspallek/workspace/tryton/tip/tryton/tryton/gui/main.py:1197: Warning:
> g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
> self.notebook.insert_page_menu(page.widget, hbox, label_menu, page_id)
On 02/11/11 13:52 +0100, Cédric Krier wrote:
> On 02/11/11 13:41 +0100, Udo Spallek wrote:
> >
> > The error message indicates, that editable is a gtk.ComboBox and not a
> > gtk.ComboBoxEntry.
>
> Ok but how is it possible. The documentation is clear that it must return a
> ComboBoxEntry. Also a ComboBox is not editable so it is really not what we
> want.
After upgrading to pygtk-2.24 (instead of 2.22), I got the same issue.