We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#! python3 from tkinter import * from tkinter.ttk import * from comiccrawler.gui import select_episodes from comiccrawler.core import Mission, Episode # create fake mission episodes = [Episode("some title #{}".format(i)) for i in range(7 * 1000)] mission = Mission("Fake mission", "http://www.pixiv.net/", episodes) def test(): select_episodes(root, mission) root = Tk() Button(root, text="test", command=test).pack() root.mainloop()
With 10k+ items, the dialog doesn't show.
The text was updated successfully, but these errors were encountered:
After 2016.3.27, the dialog is not corrupt but:
Sorry, something went wrong.
No branches or pull requests
With 10k+ items, the dialog doesn't show.
The text was updated successfully, but these errors were encountered: