octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60851] Error using uicontrol with Octave 6.2.


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #60851] Error using uicontrol with Octave 6.2.0 on macOS
Date: Tue, 29 Jun 2021 12:17:45 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0

Follow-up Comment #4, bug #60851 (project octave):

[comment #3 comment #3:]
> But, I believe there may be issues with running the Qt toolkit on macOS.

For the record, the commands posted as an example by the OP
work correctly for me inthe release candidate for 6.2.1 built 
on macos big sur :


>> version
ans = 6.2.92
>> f = figure; 
>> b1 = uicontrol(f,"string","A Button","position",[10 10 150 40]) 
b1 = -34.736
>> available_graphics_toolkits 
ans =
{
  [1,1] = gnuplot
  [1,2] = qt
}
>> graphics_toolkit 
ans = qt


I get a window with a button.
the qt dependency is installed via macports.

c.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60851>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]