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

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

[Octave-bug-tracker] [bug #59756] octave doesn't execute resizefcn callb


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #59756] octave doesn't execute resizefcn callback when figure made visible.
Date: Wed, 23 Dec 2020 04:31:29 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.66

URL:
  <https://savannah.gnu.org/bugs/?59756>

                 Summary: octave doesn't execute resizefcn callback when
figure made visible.
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Wed 23 Dec 2020 09:31:26 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

When a figure is made visible, matlab will call the ResizeFcn callback, octave
doesn't:


ver = version
f = figure('Visible', 'off');
cb = @(h,e) disp('ResizeFcn callback called');
set(f, 'ResizeFcn', cb);
set(f, 'Visible', 'on');


matlab output:

ver =    '9.5.0.1049112 (R2018b) Update 3'

ResizeFcn callback called


octave output:

ver = 7.0.0







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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