md6410 / wheel-encoder-generator

Automatically exported from code.google.com/p/wheel-encoder-generator
0 stars 0 forks source link

Close box not quitting application or prompting #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
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