Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined function in recipe-580746.py #22

Closed
joneugster opened this issue Nov 3, 2017 · 1 comment
Closed

Undefined function in recipe-580746.py #22

joneugster opened this issue Nov 3, 2017 · 1 comment

Comments

@joneugster
Copy link

In recipe-580746.py class TK_Table, make_autoscroll() seems not to be defined.

Sorry if I'm wrong. I might add further infos when i looked into it.

@joneugster joneugster changed the title recipe-580746.py Undefined function in recipe-580746.py Nov 3, 2017
@joneugster
Copy link
Author

Also the horizontal Scrollbar needs the argument orient = HORIZONTAL.

from tkinter import HORIZONTAL and then in line 825: self._hbar=Scrollbar(self, orient=HORIZONTAL, takefocus=0, command=xview_command, **scrollbar_kwargs)

@joneugster joneugster closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant