Opened 8 years ago
Last modified 6 years ago
#51690 closed defect
octave @4.0.2: commands "uicontrol & uipanel" are not working - Mac mini o/s 10.11.5 — at Version 1
Reported by: | scaetd | Owned by: | mcalhoun@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | octave |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
These commands issued in Octave 4.0.2 only produced blank white windows titled "Figure 1":
uicontrol('style','pushbutton','string','button')
uipanel('title','panel','backgroundcolor','r')
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.
Apparently all ui### functionality is broken which means that no custom GUIs can be run in this Octave 4.0.2 port.
Change History (1)
comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mcalhoun@… removed |
---|---|
Description: | modified (diff) |
Keywords: | octave graphics removed |
Owner: | changed from macports-tickets@… to mcalhoun@… |
Summary: | Octave 4.0.2 commands "uicontrol & uipanel" are not working - Mac mini o/s 10.11.5 → octave @4.0.2: commands "uicontrol & uipanel" are not working - Mac mini o/s 10.11.5 |
Note: See
TracTickets for help on using
tickets.