Skip to content

Sorting/Copying #17

@TSchulz85

Description

@TSchulz85

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).

  1. 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)

  2. 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.

image

Thanks,
Tobias

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions