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: Thu, 9 Jun 2016 10:57:17 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #2, bug #48175 (project octave):

Here is what happens with Matlab:


>> lasterror reset
>> uicontrol(figure,'style','pushbutton','callback','error(''error msg'');');
>> lasterror

ans = 

  struct with fields:

       message: ''
    identifier: ''
         stack: [0×1 struct]

>> % click button
>> error msg
 
Error while evaluating UIControl Callback

>> lasterror

ans = 

  struct with fields:

       message: 'Error while evaluating UIControl Callback'
    identifier: ''
         stack: [0×1 struct]


    _______________________________________________________

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]