bugGNU Octave - Bugs: bug #50051, uicontrol and uipanel not working

 
 

bug #50051: uicontrol and uipanel not working

Submitter:  Marcus <mclopez>
Submitted:  Sat 14 Jan 2017 11:15:39 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Marcus Open/Closed:  * Closed
Release:  * 4.2.0 Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 02 Nov 2018 01:22:15 PM UTC, comment #3: 

Thanks, so I'll close this report as fixed (even though we don't why and when)

Pantxo Diribarne <pantxo>
Group Member
Fri 02 Nov 2018 01:20:52 PM UTC, comment #2: 

@pantxo, this no longer  seems to be an issue using Octave 4.4.1.
I have not revisited this in a while, so I do not know at what point it was fixed.
Thank you for the reminder.

Marcus <mclopez>
Fri 02 Nov 2018 10:34:06 AM UTC, comment #1: 

@Marcus: Is this still an issue with recent versions of Octave for Mac?

Pantxo Diribarne <pantxo>
Group Member
Sat 14 Jan 2017 11:15:39 AM UTC, original submission:  

After building Octave using MacPorts, uicontrol and uipanel open windows but do no display either the button or panel (see the MacPorts Ticket).
The results are below.
I would be happy to look into this more, but I have no idea where to start.
With some direction, I could narrow down the problem.

Using Qt:

>> uicontrol('style','pushbutton','string','button')
ans = -1.0000
>> warning: opengl_renderer: Error 1286 occurred in init_gl_context
uipanel('title','panel','backgroundcolor','r')
ans = -2.4587
warning: opengl_renderer: Error 1286 occurred in init_gl_context


Using FLTK

octave:1> uicontrol('style','pushbutton','string','button')
ans = -18.008
octave:2> uipanel('title','panel','backgroundcolor','r')
ans = -19.383


Marcus <mclopez>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pantxo (Posted a comment)
  • -email is unavailable- added by mclopez (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-11-02 pantxo StatusNone Fixed
        Open/ClosedOpen Closed
    2018-11-02 pantxo CategoryGUI Plotting with OpenGL

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code