H. Joe Lee
H. Joe Lee
@jreadey I could duplicate missing module error from fresh pull. I fixed it by committing 4439379.
@jreadey, your observation is right. I just want to check how treeview should be implemented further with you. I can try scroll down event binding to add additional nodes but...
@jreadey I tried to add scrolling down event handler but each platform (Windows, Linux, Mac) behaves differently. Windows works best, Mac is OK, but Linux doesn't work with mouse but...
Thanks for testing. Did you (fast) double click the "more" item on Mac? I will try one level. I will also test the tall.h5/countries.h5 files tomorrow.
@jreadey I limited recursion depth to 1. More will appear on Linux only. countries.h5/tall.h5 can be open-end without error.
@jreadey OK. I'll work on improving tree view for the case like tall.h5 as you suggested. For countries.h5, that's the best I could get on Mac. Mac's scroll down event...
@jreadey I don't know whether it's wxPython problem or hdf_compass problem but the same code behaves differently on Win7 and Mac. See the attached screen shot. The selection() function in...
I removed recursive part. I think I addressed your problem by scrolling to the last item added. Please test it again see if it's not what you expected. I also...
@giumas That's provisional to handle loops among nodes. Tree view is not sufficient for HDF5 in general.
@jready I see what you mean now. I can't control the size of scroll bar. There are only 20 items on the tree view and next 20 will be loaded...