Hi,
Here's a very simple script that shows a DirPickerCtrl to select a directory and a button which reads the path from the picker and writes it to standard output. https://gist.github.com/bruceravel/11056855 Very little about this works as documented on my linux machine (Kubuntu 13.10, wx 0.9907, wxWidgets 2.8.12). Changing the directory via the button from the DirPickerCtrl widget does not change the text in the TextCtrl protion of the DirPickerCtrl, nor does it change what gets reported by the GetPath method. Nor does EVT_DIRPICKER_CHANGED get triggered. Since DirPickerCtrl works as advertised on Windows (which makes this a particularly vexing problem for me!), I am guessing that this is exposing a problem in wxperl's interaction with GTK. Any advice on how this can be made to work? Thank you! Bruce -- Bruce Ravel ------------------------------------ bra...@bnl.gov National Institute of Standards and Technology Synchrotron Science Group at NSLS --- Beamlines U7A, X24A, X23A2 Building 535A Upton NY, 11973 Homepage: http://xafs.org/BruceRavel Software: https://github.com/bruceravel