octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3D Mouse rotate broken for fltk backend


From: Michael D. Godfrey
Subject: Re: 3D Mouse rotate broken for fltk backend
Date: Tue, 15 Feb 2011 09:20:14 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7

On 02/15/2011 08:28 AM, Benjamin Lindner wrote:
Hello list,

I brought this up already once, but no one replied, so I'd like to
ping the issue again.
With a 3-4-0 tag build of octave on mingw platform, mouse rotation on
a 3D plot using the fltk backend does not work.
testing as:

graphics_toolkit('fltk');
sombrero(40);

Then clicking on the "R" button.
The strange behaviour is, that the rotation is done in the background,
and the first few events of mouse movement are registered, but then
the display does not change until I force a redraw by minimizing & and
restoring the plotting window.

Is this a manifestation of the already mentioned race condition with fltk?
Or is it a different bug?

benjamin
I think this is a separate problem.  Similar things happen in the
system which has a fix for the fltk "race condition."  Also, things
like this happen under Linux (fc14).  At least under Linux, the
problem is fairly random.  Sometimes the window refreshes and
sometimes not.  Repeating the same sequence of commands,
after quit and restart, does not produce the same behavior.  Often,
but not always, just switching focus to the plot window causes
refresh.

Kostas said he would push the "race condition, i.e. fdopen failed"
fix later today.   It works well for me so far.

Michael


reply via email to

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