Opened 8 years ago

#727 new enhancement

implement generic multi-version dialogs

Reported by: westram Owned by: devel
Priority: normal Milestone:
Component: Library (GUI) Version: SVN
Keywords: Cc:

Description

Motivation:

  • display multiple (similar) versions of one window, e.g
    • expert/novice
    • simple/advanced (as used by SINA interface)
    • tree-type dependent settings (see #676)

Features:

  • bind window-version to value of an AWAR (eg. to current tree-type)
  • pop up correct window on initial use
  • if AWAR changes + window is shown ⇒ change window-version (automatic)
  • the window-position of all versions shall be synchronized (esp. on automatic change)

Problem:

  • if a pointer to the generated window gets bound somewhere
    (eg. because a CreateWindowCallback is used)
    ⇒ how to change that pointer on version change?

Change History (0)

Note: See TracTickets for help on using tickets.