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 _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
