-
Notifications
You must be signed in to change notification settings - Fork 67
Description
First of all, this project is excellent, thanks a lot! I really like it.
Two things (which are probably more or less specific to my setup).
-
The sorting function doesn't work (it seems that it has sorted in the background, but doesn't display the content. But when I click on a line, that line will be updated with the sorted values)
-
Copying doesn't work, I receive the following error message:
Traceback (most recent call last):
File "c:\temp\dfgui\dfgui\dfgui.py", line 230, in _on_right_click
unit_x, unit_y = self.GetMainWindow().GetScrollPixelsPerUnit()AttributeError: 'ListCtrlDataFrame' object has no attribute 'GetScrollPixelsPerUnit'
Do you have any suggestion what the problem could be?
When I start dfgui.show(df), I receive the following error, not sure if it might be connected to this.
Thanks,
Tobias
