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

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

[Octave-bug-tracker] [bug #48175] "parse error" error message in GUI cal


From: Guillaume
Subject: [Octave-bug-tracker] [bug #48175] "parse error" error message in GUI callbacks
Date: Wed, 8 Jun 2016 12:05:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

URL:
  <http://savannah.gnu.org/bugs/?48175>

                 Summary: "parse error" error message in GUI callbacks
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 08 Jun 2016 12:05:40 PM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When an error is thrown during the execution of a uicontrol callback (that
does not contain any syntax error), a "parse error" error message is
displayed:


>> h = figure;
>> uicontrol(h,'style','pushbutton','callback','error(''error msg'');');
>> error: error msg
error: parse error


It seems slightly misleading. In the same context, Matlab displays "Error
while evaluating UIControl Callback".




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48175>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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