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

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

[Octave-bug-tracker] [bug #53793] The figure and waitbar window title is


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53793] The figure and waitbar window title is not consistent among graphics toolkits
Date: Mon, 30 Apr 2018 16:16:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: The figure and waitbar window title is not
consistent among graphics toolkits
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Mon 30 Apr 2018 08:16:24 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Currently,


close all; graphics_toolkit gnuplot; waitbar(.25, "1/4 the way there");


will print some default gnuplot string in the waitbar title, when it should be
blank.


close all; graphics_toolkit qt; waitbar(.25, "1/4 the way there");


will print "GNU Octave" in the title when it should be blank.

Furthermore, 


close all; graphics_toolkit qt; wb = waitbar(.25, "1/4 the way there");
set(wb, 'numbertitle', 'on');


Shows a title with a bogus figure number.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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