This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients lorenzogotuned, terry.reedy, upendra-k14
Date 2016-06-03.19:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464981971.94.0.032253562422.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
There is apparently no way to insert widgets in a Treeview -- text only.  See for instance https://stackoverflow.com/questions/16755176/tkinter-insert-a-combobox-inside-a-treeview-widget.  I don't know whether clicks on a row can be pinpointed to a specific field (to pop up a widget), but it should certainly be possible to detect a right click to do the same.  Or put treeview in frame with button with command that detect highlighted row.  For your particular problem, I believe Treeview has a mode that allows multiple selections, with multiple rows highlighted simultaneously.  If not, or in addition, replace proposed boxes with a blank column and insert string 'X' to indicate selection and inclusion in 'Install' or any other action.
History
Date User Action Args
2016-06-03 19:26:11terry.reedysetrecipients: + terry.reedy, upendra-k14, lorenzogotuned
2016-06-03 19:26:11terry.reedysetmessageid: <1464981971.94.0.032253562422.issue27051@psf.upfronthosting.co.za>
2016-06-03 19:26:11terry.reedylinkissue27051 messages
2016-06-03 19:26:11terry.reedycreate