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

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

[Octave-bug-tracker] [bug #48239] Root property 'MonitorPositions' retur


From: Guillaume
Subject: [Octave-bug-tracker] [bug #48239] Root property 'MonitorPositions' returns 0s
Date: Thu, 16 Jun 2016 10:05:57 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

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

                 Summary: Root property 'MonitorPositions' returns 0s
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu 16 Jun 2016 10:05:55 AM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Root property 'MonitorPositions' returns 0s instead of widths and heights of
displays:

http://www.mathworks.com/help/matlab/ref/root-properties.html


>> get(0,'MonitorPositions')
ans =

   0   0   0   0

>> get(0,'ScreenSize')
ans =

      1      1   1920   1200


On Matlab, both return [1 1 1920 1200].

If obtaining reliably the size of all monitors (and determining which one is
the primary display) is difficult, it would already be an improvement to have
MonitorPositions return the same value than ScreenSize.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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