bugGNU Octave - Bugs: bug #44472, uipanel resizes slowly / lags...

 
 

bug #44472: uipanel resizes slowly / lags behind figure resize

Submitter:  -X- <jsh>
Submitted:  Sat 07 Mar 2015 02:28:45 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  2 - Minor
Priority:  3 - Low Item Group:  Performance
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * 4.0.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 23 Dec 2016 08:49:29 PM UTC, comment #5: 

This (plotting performance) issue is still present in Octave 4.2.0.

Hartmut <hardy>
Tue 02 Jun 2015 04:36:36 PM UTC, comment #4: 

Retagging release from 4.0.0-rc1 to 4.0.0.

John W. Eaton <jwe>
Group administrator
Sat 07 Mar 2015 11:44:20 PM UTC, comment #3: 

Ok, I can confirm what you are seeing, although probably not as badly as you report. I do see it somewhat more sluggishly under Windows but I have to try hard to resize the figure and get the uipanel to stick to a much smaller size, more than a few pixels. Recategorizing as a performance bug since it has to do with the responsiveness of the rendering.

Mike Miller <mtmiller>
Group Member
Sat 07 Mar 2015 11:22:41 PM UTC, comment #2: 

Retested on Win 8.1 and it does resize, however so sluggishly that it seems it is stuck. You don't notice making the figure smaller but bigger it sticks to the previous size if I make a big resizing. On linux there is a little of this effect but much smaller, in general it seems to be that the uicomponents resize/respond very sluggishly.

-X- <jsh>
Sat 07 Mar 2015 10:12:47 PM UTC, 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");


Mike Miller <mtmiller>
Group Member
Sat 07 Mar 2015 02:28:45 PM UTC, original submission:  

just making a uipanel('backgroundcolor','b') for example works, but does not resize to the figure size as it should (with units normalized).

-X- <jsh>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by hardy (Posted a comment)
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by jsh (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 12 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-11-22 pantxo Dependencies- bugs #49665 is dependent
    2016-10-18 pantxo Dependencies- bugs #49257 is dependent
    2015-06-02 jwe Release4.0.0-rc1 4.0.0
    2015-03-07 mtmiller Severity3 - Normal 2 - Minor
        Priority5 - Normal 3 - Low
        Item GroupIncorrect Result Performance
        StatusWorks For Me Confirmed
        Operating SystemMicrosoft Windows Any
        Summaryuipanel does not resize under Windows uipanel resizes slowly / lags behind figure resize
    2015-03-07 mtmiller CategoryGUI Plotting with OpenGL
        Item GroupNone Incorrect Result
        StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code