Changes between Initial Version and Version 1 of Ticket #51690
- Timestamp:
- Jun 22, 2016, 6:33:08 PM (8 years ago)
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
tooctave @4.0.2: commands "uicontrol & uipanel" are not working - Mac mini o/s 10.11.5
-
Ticket #51690 – Description
initial v1 1 1 These commands issued in Octave 4.0.2 only produced blank white windows titled "Figure 1": 2 2 3 {{{ 3 4 uicontrol('style','pushbutton','string','button') 4 5 }}} 6 {{{ 5 7 uipanel('title','panel','backgroundcolor','r') 8 }}} 6 9 7 10 The 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.