[maemo-developers] Treeview multiple selection mode
From: Jeffrey Barish jeff_barish at earthlink.netDate: Tue Sep 4 19:11:39 EEST 2007
- Previous message: Treeview multiple selection mode
- Next message: Treeview multiple selection mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jeffrey Barish wrote: > I just got multiple selection to work in a test application using PyGTK, > so something is wrong in my application. Although I have multiple selection working in a test program, I still have not been able to get it to work in my application. Only the first item that I touch gets selected. I am now capturing button-press-event and button-release-event, so I can see the press when I contact the first row and the release after I sweep out a region, but none of the other rows get selected. I have confirmed that the mode is SELECTION_MULTIPLE when I receive the first selection event. I disabled the handler for the tree selection changed signal, so the problem cannot be in my handler. I can't think what else to try. Any suggestions? -- Jeffrey Barish
- Previous message: Treeview multiple selection mode
- Next message: Treeview multiple selection mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]