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

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

[Octave-bug-tracker] [bug #59620] Matlab script error in Octave


From: Arve F
Subject: [Octave-bug-tracker] [bug #59620] Matlab script error in Octave
Date: Thu, 10 Dec 2020 04:35:25 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0

Follow-up Comment #5, bug #59620 (project octave):

[comment #2 comment #2:]
> No response, closing report.

[comment #4 comment #4:]
> There is no property "SelectionChangeFcn" for uibuttongroup. Did you mean
"selectionchangedfcn" (not the additional "d")?

Thanks, Markus, changing it to "SelectionChangedFcn" helped.

But now a new error message appears:

error: __go_uicontrol__: unable to create graphics handle
error: called from
    uicontrol at line 122 column 8
    OpenPropSingle at line 695 column 17
    run at line 93 column 5
    openprop at line 59 column 1"
----------

Here is the code for line 695 in file "OpenPropSingle":
  Values(1)   = uicontrol(Calculator,'units','characters','style',...
                               'edit','string',Js_def,...
                               'position',[cavtextbox-4, Valuesboxht-4,
editbox, editboxht],'backgroundcolor',[1 1 1],...
                               'enable','off');
-------------

I do not find any files (?) called "uicontrol" or "run" referred to in the
error message.

Do you see what might be the problem?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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