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

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

[Octave-bug-tracker] [bug #60980] "Position" key in uigetfile appears to


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #60980] "Position" key in uigetfile appears to have no effect
Date: Fri, 30 Jul 2021 02:24:14 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55

Follow-up Comment #4, bug #60980 (project octave):

Fwiw, in Matlab R2021a:

>> [fname2, fpath2, fltidx2] = uigetfile('*.*', '', '', 'Position',
[1000,1000])
Error using uigetputfile_helper/parseArguments (line 146)
Extraneous arguments entered, please check the documentation.

Error in uigetputfile_helper (line 28)
[dialog_filter, dialog_title, dialog_filename, dialog_pathname,
dialog_multiselect] = parseArguments();

Error in uigetfile (line 133)
[filename, pathname, filterindex] = uigetputfile_helper(0, varargin{:});


It looks like this is a "pure" Octave extension that was never really
completed.
Best way forward (also in light of compatibility with Matlab) is probably to
remove it completely imho. Maybe, we could issue a warning for the next two
versions before disallowing that syntax.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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