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

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

[Octave-bug-tracker] [bug #59321] window border with fltk vs. qt (XFCE)


From: Rik
Subject: [Octave-bug-tracker] [bug #59321] window border with fltk vs. qt (XFCE)
Date: Sun, 25 Oct 2020 14:48:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

Update of bug #59321 (project octave):

                Priority:              5 - Normal => 3 - Low                

    _______________________________________________________

Follow-up Comment #19:

This bug report seems to involve funny interactions between Octave and the
Window Manager.  I'm not sure it is worth "fixing", particularly as there are
simple workarounds.

Question #1 (Workaround):

Does this code place the window so that it is completely on screen?


close all
graphics_toolkit qt
hf = figure (1, "units", "normalized");
set (hf, "position", [0.5 0.5 0.5 0.5]);


Question #2 (Matlab Compatibility)

Does Matlab and Windows allow off-screen placement?


hf = figure (1, "units", "normalized", "position", [0.7, 0.7, 0.5, 0.5])



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59321>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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