Menu

#60 draw window unresponsive

open-fixed
papco core (29)
5
2007-08-16
2007-08-16
No

Reiner pointed out an issue where the draw window was unresponsive when multiple draw windows are used. Note the first draw window is intentionally unresponsive when a second window is open. This is because papco only has one active state, and to switch back and forth between windows automatically would require tracking window entry and exit events, which has shown to be non-trivial.

One issues was there's no feedback to the user that the first window is intentionally unresponsive, and that a second window is open.

The second issue is that when the second window is closed, the first window should be responsive again. This supports having an overview plot in the first window, and then a second window is used to peek at details.

Discussion

  • Jeremy Faden

    Jeremy Faden - 2007-08-16

    Logged In: YES
    user_id=1578913
    Originator: YES

    The feedback is improved (on unix, untested on windows) to indicate that the window is not active, by using the ugly cursor (spider).

    Further, a bug where the papco "plotsDrawn" state is not properly stored before leaving the window is fixed.

     
  • Jeremy Faden

    Jeremy Faden - 2007-08-16
    • status: open --> open-fixed