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

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

[Octave-bug-tracker] [bug #32190] fixes for uigetfile and uigetdir


From: Petr Mikulik
Subject: [Octave-bug-tracker] [bug #32190] fixes for uigetfile and uigetdir
Date: Fri, 21 Jan 2011 08:59:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 SUSE/10.0.623.0 (KHTML, like Gecko) Chrome/10.0.623.0 Safari/534.16

Follow-up Comment #2, bug #32190 (project octave):

Currently functions uigetfile and uigetdir require to issue command "backend
fltk" (actually ... it looks like is has changed to "graphics_toolkit fltk")
which unfortunately changes the graphics. I propose to make them behave
independently. Therefore I have extracted function __fltk_uigetfile__() from
__init_fltk__.cc
into an independent file __fltk_uigetfile__.cc.

Thus uigetfile.m and uigetdir.m can test just for
  if (exist('__fltk_uigetfile__', 'file') == 3)
and it will work whenever Octave has been compiled with fltk.

Can you please test the patch? It is strange that the file dialog remains on
screen after "OK" is clicked.



(file #22477)
    _______________________________________________________

Additional Item Attachment:

File name: alone_uiget_dir_file.zip       Size:16 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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