This thread (on Marcus' advice) will be used to report things I think may be fixable, that look like they were forgotten/overlooked in the source code for Ahnenblatt.
- Welcome dialog -
The Welcome dialog (on Help menu, etc.) functions ok, but appears to be non-modal. That is, if you click on the main Ahnenblatt window, the Welcome window disappears (to the background). I believe it is still open, but cannot be restored (for closure) without re-opening it from the Help menu. I think it should behave as the Input dialog does - can't access main window until dialog finishes.By design (per Dirk)
Note: some other dialogs behave similarly under Windows XP - workaround is to restore main window (i.e. not maximized), drag main window to side, then close non-modal dialog. Attempting to reopen such dialogs may also restore visibility (in some cases - others may cause an error) for closing.Marcus hat geschrieben:With Alt+Tab you should get these dialogs back to the front if some other program stole the focus and they disappear. - Context-sensitive help (Options) -
the Trees/Background (misnamed in Othmar's English file) and the Trees/Pictures dialogs have the "?" (Help) button disabled or non-functional. They should open file 4674. Also, neither tab responds to F1 help - disabled, linked with "? button behaviour? (added Jan 4/15).Fixed in v2.88 - Files/Properties/Author (Creator) -
if $DATE used in the Address field, it is converted to today's date (for GEDCOM export) in the HEAD/DATE record, but not in the SUBM/ADDR record.By design (per Dirk) - Input dialog/Pictures & Files -
adding a new image of media file brings up an Open dialog. Two words are still in German (Grafik and Keine - Eng: Image and Empty). These words are - I think - in the EXE stringtable area and possibly cannot be dealt with. But if possible, they should be in the LNG files.
(added Jan 10/15)In the same dialog, the Preview icon (top right corner) opens the image in a separate window, with title "Vorschau" (Eng: Preview). This should be translated as well, if possible.Cannot be done - compiler restriction.