octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.6.2: GUI updates in Windows? GUI pager bug.


From: Gerhard Lemmer
Subject: Re: 3.6.2: GUI updates in Windows? GUI pager bug.
Date: Mon, 28 Jan 2013 12:29:02 +0200

Thanks Andy. I get the message printed by 'printf("running .octaverc\n")' and now I don't need to press <Space> before closing any more. Furthermore, I wasn't able to close the GUI in any way other than executing "exit", now I can close it the same way as any Windows App. I guess it's a definite improvement. Below is my .octaverc file in case it can be improved even more:

##Some comments...
more off
printf("running .octaverc\n")
pkg load image #I've installed the image package during the installation of Octave itself.
more on

PS. I'd still like to know how to update the GUI.


On Mon, Jan 28, 2013 at 11:58 AM, Andy Buckle <address@hidden> wrote:
On 28 January 2013 09:50, Gerhard Lemmer
<address@hidden> wrote:
> I'm trying out the GUI in the 3.6.2. Visual Studio2010 version.
> I have the same problem as described and solved at
> https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-June/028548.html.
> However, I don't have a .octaverc file as far as I can figure out and
> editing C:\Octave\Octave-3.6.2\share\octave\site\m\startup\octaverc doesn't
> seem to work. My current workaround is to (1) Give focus to the command
> window. (2) Press <Space> followed by <q>. This exits less w/o crashing
> Octave.
> How can I implement the proper workaround?

You can create a .octaverc file in %homepath%\.octaverc ex nihilo.

I usually put something like printf("running .octaverc\n") in it so I
can see it is being found.

--
/* andy buckle */


reply via email to

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