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

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

[Octave-bug-tracker] [bug #41727] set (h, 'position', ...) not always re


From: Rik
Subject: [Octave-bug-tracker] [bug #41727] set (h, 'position', ...) not always respected with FLTK
Date: Thu, 27 Feb 2014 18:03:34 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

URL:
  <http://savannah.gnu.org/bugs/?41727>

                 Summary: set (h, 'position', ...) not always respected with
FLTK
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 27 Feb 2014 10:03:32 AM PST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Attached is some sample code which attempts to move a figure window to the
lower left corner.  It occasionally works on the first try, but after that it
never works.  The call to set is ignored and the default position for a new
window is used.


close all;
graphics_toolkit fltk;
hf = figure ();
pos = get (hf, 'position')
set (hf, 'position', [1, 1, pos(3:4)])


This isn't a problem with the 'qt' toolkit.

To test, download bad_pos.m and then repeatedly run 'bad_pos' in Octave.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 27 Feb 2014 10:03:32 AM PST  Name: bad_pos.m  Size: 213B   By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=30722>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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