Alex Tweedly wrote:
The following sample program creates a single ListBox; the size is set large enough for many entries - but there is only a single item in the list. The handlers let me know when the events in question happen.
Clicking on the item selects it - returning (0, ) for the selections.
Clicking below it, in the "empty" space of the box also produces a "select" event, with an empty selections list.BUT - if I build a standalone program, using the MacMillan Installer, I then find
Clicking on the item selects it as before.
Clicking in the open space below it does not produce any "select" event.Is that behaviour to be expected ?
Where should I start ? Any suggestions welcome ...
Are you sure that the version of Python and wxPython used by Installer are the same as the versions when you run standalone? Have you tried using different style flags for the wx.ListBox?
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!