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

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

[Octave-bug-tracker] [bug #56768] Problems with exporting a chart from a


From: anonyme
Subject: [Octave-bug-tracker] [bug #56768] Problems with exporting a chart from a chart window.
Date: Mon, 19 Aug 2019 06:42:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #6, bug #56768 (project octave):

No, what I want is to know wether the issue comes from the file selection user
interface (since the low level "print" part does seem to work). So what I
would like is you to run the following command in a command window:


[FNAME, FPATH, FLTIDX] = uiputfile ()
## Select an existing file, hit save, tell us the content of the variables
FNAME, FPATH, FLTIDX
## Same for a non existing file


For example, if I select a non existing file on my desktop with name
"toto.txt", I obtain


octave:2> [FNAME, FPATH, FLTIDX] = uiputfile ()
FNAME = toto.txt
FPATH = /home/myuser/Desktop/
FLTIDX =  1


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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