NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 812 - Dialog titles not appearing in list of Windows
Dialog titles not appearing in list of Windows
Status: NEW
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
PC Linux
: P5 enhancement
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2014-06-25 04:13 CDT by Ilan Tal
Modified: 2014-06-25 08:17 CDT
1 user (show)

See Also:

Description Ilan Tal 2014-06-25 04:13:46 CDT
This is probably my bug but I would like to ask some advice.
When I reported Fiji was no longer closing my windows, Mark suggested that I add
ij.WindowManager.addWindow(this)

to my plugins. That did indeed help as Fiji now closes my plugins when I exit. What I just noticed (and this might have always been there, I simply don't know), is that in the list of Windows, under "Window" my dialogs appear but as phantom entries.
For example I have Read from CD, which is one of my plugins, and B&C. When I click on B&C under Window, B&C gets the focus. When I click on the phantom, which is presumably Read from CD, nothing happens. It doesn't get the focus.

Presumably I need to add something in addition to addWindow so that the title will be picked up and it will get the focus when I click on it.

Thanks in advance,
Ilan
Comment 1 Jan Eglinger 2014-06-25 08:17:44 CDT
This might also be related to the image window titles remaining in the "Window" menu after closing. See bug #774