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

When a Someday/Maybe item is selected, the user can't create a New item. #36

Closed
therden opened this issue Mar 23, 2015 · 3 comments
Closed

Comments

@therden
Copy link

therden commented Mar 23, 2015

When a Someday (prefixed with a "? ") item is selected, the user can't create a New item.

Whether she presses the N key, or select File | New | Item from the menu, nothing happens.

@dagraham
Copy link
Owner

I can't duplicate this on my mac. Is any error output written to the
terminal?

therden mailto:notifications@github.com
March 23, 2015 at 4:58 PM

When a Someday/Maybe item is selected, the user can't create a New item.

Whether she presses the N key, or select File | New | Item from the
menu, nothing happens.


Reply to this email directly or view it on GitHub
#36.

@therden
Copy link
Author

therden commented Mar 24, 2015

Here you go:

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\50a597\MyApps\Anaconda\lib\tkinter__init__.py", line 1487, in call
return self.func(*args)
File "C:\Users\50a597\MyApps\etmtk-latest\etmTk\view.py", line 946, in
self.tree.bind(c, lambda e: self.after(AFTER, cmd(e)))
File "C:\Users\50a597\MyApps\etmtk-latest\etmTk\view.py", line 216, in
self.bindTop(c, lambda e: self.after(AFTER, self.newItem(e)))
File "C:\Users\50a597\MyApps\etmtk-latest\etmTk\view.py", line 1192, in newItem
changed = SimpleEditor(parent=self, master=master, start=text, options=loop.options).changed
UnboundLocalError: local variable 'text' referenced before assignment

Thank you for checking this out.

@dagraham
Copy link
Owner

I think this is fixed in the latest commit.

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

2 participants