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

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

[Octave-bug-tracker] [bug #44472] uipanel does not resize under Windows


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44472] uipanel does not resize under Windows
Date: Sat, 07 Mar 2015 22:12:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

Update of bug #44472 (project octave):

                Category:                     GUI => Plotting with OpenGL   
              Item Group:                    None => Incorrect Result       
                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

This works for me in Windows XP. When the figure window is resized the blue
area resizes to fill the figure background.


>> uipanel ("backgroundcolor", "b", "units", "normalized");


or


>> hf = figure ("units", "normalized");
>> uipanel ("parent", hf, "backgroundcolor", "b");


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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