octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53709] panel positioned incorrectly after win


From: anonymous
Subject: [Octave-bug-tracker] [bug #53709] panel positioned incorrectly after window maximazation
Date: Fri, 20 Apr 2018 09:13:21 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?53709>

                 Summary: panel positioned incorrectly after window
maximazation
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 20 Apr 2018 01:13:18 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Tony Richardson
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I create a panel using:
  uipanel ( 'position', [.67 0.1 .30 .50 ] );
After maximization of the graphics window the panel does not maintain its
relative position within the window.  When the window is restored to its
original size the panel is no longer visible.  (I assume it is outside the
figure window somewhere.)

I am able to work around the problem by adding a listener to
the 'position' property of the figure handle and then
re-setting the panel position within the listener.

I have only tested this under Windows with the Qt toolkit.

Tony









    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53709>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]