Re: [python-win32] Simple selection of item in list

2010-11-19 Thread Tim Roberts
ad...@genesisware.de wrote: > my problem is probably simple but I haven’t found a solution anyway. I want > so select items from an item list that allows multiple selections. > > I have got the handle of a SysListView32 control and the item index of the > item I want to select. > > How can I arra

[python-win32] ANN: PyGUI 2.3.1

2010-11-19 Thread Greg Ewing
PyGUI 2.3.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ This version incorporates a modification that I hope will improve the behaviour of ScrollableViews on Windows with pywin32 builds later than 212. (There are still problems with it, though. If the Scrollable View

[python-win32] Simple selection of item in list

2010-11-19 Thread admin
Hi, my problem is probably simple but I haven’t found a solution anyway. I want so select items from an item list that allows multiple selections. I have got the handle of a SysListView32 control and the item index of the item I want to select. How can I arrange this in pywin? Every help is a