Changes between Initial Version and Version 1 of Ticket #51690


Ignore:
Timestamp:
Jun 22, 2016, 6:33:08 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51690

    • Property Cc mcalhoun@… removed
    • Property Keywords octave graphics removed
    • Property Owner changed from macports-tickets@… to mcalhoun@…
    • Property Summary changed from Octave 4.0.2 commands "uicontrol & uipanel" are not working - Mac mini o/s 10.11.5 to octave @4.0.2: commands "uicontrol & uipanel" are not working - Mac mini o/s 10.11.5
  • Ticket #51690 – Description

    initial v1  
    11These commands issued in Octave 4.0.2 only produced blank white windows titled "Figure 1":
    22
     3{{{
    34uicontrol('style','pushbutton','string','button')
    4 
     5}}}
     6{{{
    57uipanel('title','panel','backgroundcolor','r')
     8}}}
    69
    710The first command should have produced a pushbutton graphic in the lower left corner of a new window.  The second command should have produced the word "panel" inside a new red window.