timttate/wheel-encoder-generator

Close box not quitting application or prompting

Closed this issue · 2 comments

What steps will reproduce the problem?
1. launch app
2. click close box

What is the expected output? What do you see instead?
App should prompt for save. Then exit and terminate app. Instead it's just 
hiding the window and not exiting.  Doesn't appear to be calling canExit()

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 29 Oct 2010 at 4:04

Original comment by shimniok on 29 Oct 2010 at 4:06

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium
Turns out to be an issue with calling SingleFrameApplication's 
getApplication().getFrame() from within FrameView's constructor, creating a 
bogus new instance that gets overwritten later.  or something like that.

Original comment by shimniok on 29 Oct 2010 at 6:15

  • Changed state: Verified